ActiveReports Developer 7
GetOrdinal Method
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Data Namespace > IDataRecord Interface : GetOrdinal Method

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

Glossary Item Box

Gets the ordinal field index of the field with the specified name.  

Syntax

Visual Basic (Declaration) 
Function GetOrdinal( _
   ByVal fieldName As System.String _
) As System.Integer
C# 
System.int GetOrdinal( 
   System.string fieldName
)

Parameters

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

See Also