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

Namespace:  C1.C1Report
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
Object GetFieldValue(
	int fieldIndex
)
Visual Basic
Function GetFieldValue ( _
	fieldIndex As Integer _
) As Object

Parameters

fieldIndex
Type: System..::..Int32
Index of the field.

Return Value

Value of the field.

Remarks

If the cursor is past the end of the data (EOF condition), this method should return null and not throw exceptions.

See Also