[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Data.ListDataSource.GetValue

GetValue Method

GetValue(int)

Returns the value at given index for the property.

Declaration
public object GetValue(int i)
Parameters
Type Name Description
int i

Index of property in the field collection

Returns
Type Description
object

Value of teh property at the specified index

Implements

GetValue(string, int)

Gets Value for data fields for .Notations

Declaration
public object GetValue(string fieldName, int ordinal)
Parameters
Type Name Description
string fieldName

Field Name of teh format Field1.Field2 and so on

int ordinal

Cached ordinal

Returns
Type Description
object
Implements