[]
        
(Showing Draft Content)

C1.WPF.Report.IC1FlexReportRecordset.GetFieldValue

GetFieldValue Method

GetFieldValue(int)

Gets the value of the specified field at the current cursor position.

If the cursor is past the end of the data (EOF condition), this method should return null rather than throw an exception.

Declaration
object GetFieldValue(int fieldIndex)
Parameters
Type Name Description
int fieldIndex

The index of the field.

Returns
Type Description
object

The value of the field.