ComponentOne Reports for WPF
C1.C1Report Namespace / DataSource Class / GetFieldValue Method
Index of the field.

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

    Parameters

    fieldIndex
    Index of the field.

    Return Value

    Value of the field.
    See Also