ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Data Namespace / IListDataSource Interface / GetOrdinal Method

In This Topic
    GetOrdinal Method
    In This Topic
    Allows to cache ordinal. Suggested to return 0 or any valid value for GetValue method implementation.
    Syntax
    'Declaration
     
    Function GetOrdinal( _
       ByVal fieldName As String _
    ) As Integer
    int GetOrdinal( 
       string fieldName
    )

    Parameters

    fieldName
    See Also