ActiveReports 12
GetData Method

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Data Namespace > IDataRecord Interface : GetData Method
An Int32 representing the ordinal value of the field being examined.
Returns an IDataRecord providing access to a related set of child records.  
Syntax
'Declaration
 
Function GetData( _
   ByVal fieldIndex As Integer _
) As IDataReader
IDataReader GetData( 
   int fieldIndex
)

Parameters

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

Reference

IDataRecord Interface
IDataRecord Members