[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Data.ListDataSource.GetBoolean

GetBoolean Method

GetBoolean(int)

Gets the value of the specified column as a Boolean.

Declaration
public bool GetBoolean(int i)
Parameters
Type Name Description
int i

The zero-based column ordinal.

Returns
Type Description
bool

The value of the column.

Implements