ComponentOne Reports for WPF
C1.C1Report Namespace / IC1ReportRecordset Interface / GetFieldValue Method
Index of the field.

In This Topic
    GetFieldValue Method (IC1ReportRecordset)
    In This Topic
    Gets the value of the given field at the current cursor position.
    Syntax
    'Declaration
     
    Function GetFieldValue( _
       ByVal fieldIndex As Integer _
    ) As Object
    object GetFieldValue( 
       int fieldIndex
    )

    Parameters

    fieldIndex
    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