[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Data.ListDataSource.GetOrdinal

GetOrdinal Method

GetOrdinal(string)

Return the index of the named field.

Declaration
public int GetOrdinal(string name)
Parameters
Type Name Description
string name

The name of the field to find.

Returns
Type Description
int

The index of the named field.

Implements