ActiveReports 12
GetValue Method (IDataRecord)

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Data Namespace > IDataRecord Interface : GetValue Method
An Int32 representing the ordinal value of the field being examined.
Gets the value of the field at the specified index.  
Syntax
'Declaration
 
Function GetValue( _
   ByVal fieldIndex As Integer _
) As Object
object GetValue( 
   int fieldIndex
)

Parameters

fieldIndex
An Int32 representing the ordinal value of the field being examined.
See Also

Reference

IDataRecord Interface
IDataRecord Members