FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / IC1FlexReportRecordset Interface / GetFieldValue Method
The index of the field.

In This Topic
    GetFieldValue Method
    In This Topic
    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 Integer _
    ) As Object
    object GetFieldValue( 
       int fieldIndex
    )

    Parameters

    fieldIndex
    The index of the field.

    Return Value

    The value of the field.
    See Also