[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Data.ListDataSource.GetDecimal

GetDecimal Method

GetDecimal(int)

Gets the fixed-position numeric value of the specified field.

Declaration
public decimal GetDecimal(int i)
Parameters
Type Name Description
int i

The index of the field to find.

Returns
Type Description
decimal

The fixed-position numeric value of the specified field.

Implements