[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Data.ListDataSource.GetInt64

GetInt64 Method

GetInt64(int)

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

Declaration
public long GetInt64(int i)
Parameters
Type Name Description
int i

The index of the field to find.

Returns
Type Description
long

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

Implements