[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Data.ListDataSource.GetInt32

GetInt32 Method

GetInt32(int)

Gets the 32-bit signed integer value of the specified field.

Declaration
public int GetInt32(int i)
Parameters
Type Name Description
int i

The index of the field to find.

Returns
Type Description
int

The 32-bit signed integer value of the specified field.

Implements