[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Data.ListDataSource.GetInt16

GetInt16 Method

GetInt16(int)

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

Declaration
public short GetInt16(int i)
Parameters
Type Name Description
int i

The index of the field to find.

Returns
Type Description
short

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

Implements