ActiveReports 12
GetOrdinal Method

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Data Namespace > IDataRecord Interface : GetOrdinal Method
A String value of the field name for which to get the ordinal.
Gets the ordinal field index of the field with the specified name.  
Syntax
'Declaration
 
Function GetOrdinal( _
   ByVal fieldName As String _
) As Integer
int GetOrdinal( 
   string fieldName
)

Parameters

fieldName
A String value of the field name for which to get the ordinal.
See Also

Reference

IDataRecord Interface
IDataRecord Members