[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Data.ListDataSource.GetString

GetString Method

GetString(int)

Gets the string value of the specified field.

Declaration
public string GetString(int i)
Parameters
Type Name Description
int i

The index of the field to find.

Returns
Type Description
string

The string value of the specified field.

Implements