[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Data.ListDataSource.GetData

GetData Method

GetData(int)

Returns an IDataReader for the specified column ordinal.

Declaration
public IDataReader GetData(int i)
Parameters
Type Name Description
int i

The index of the field to find.

Returns
Type Description
IDataReader

An IDataReader.

Implements