ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Data Namespace / IListDataSource Interface / GetValue Method
Field name. Nested names separated with by '.' symbol.
Value from GetOrdinal.

In This Topic
    GetValue Method (IListDataSource)
    In This Topic
    Access to value.
    Syntax
    'Declaration
     
    Function GetValue( _
       ByVal fieldName As String, _
       ByVal ordinal As Integer _
    ) As Object
    object GetValue( 
       string fieldName,
       int ordinal
    )

    Parameters

    fieldName
    Field name. Nested names separated with by '.' symbol.
    ordinal
    Value from GetOrdinal.
    See Also