ComponentOne FlexReport for WinForms
GetFieldValue Method

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > IC1FlexReportRecordset Interface : GetFieldValue Method
The index of the field.
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.

Syntax
'Declaration
 
Function GetFieldValue( _
   ByVal fieldIndex As System.Integer _
) As System.Object
System.object GetFieldValue( 
   System.int fieldIndex
)

Parameters

fieldIndex
The index of the field.

Return Value

The value of the field.
See Also

Reference

IC1FlexReportRecordset Interface
IC1FlexReportRecordset Members