ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components.Map.Data.Dbf Namespace / IDbfRecord Interface / GetInvariantString Method
The ordinal number of the record's field.

In This Topic
    GetInvariantString Method
    In This Topic
    Gets the Gets the field value by it's ordinal number.
    Syntax
    'Declaration
     
    Function GetInvariantString( _
       ByVal ordinal As Integer _
    ) As String
    string GetInvariantString( 
       int ordinal
    )

    Parameters

    ordinal
    The ordinal number of the record's field.
    See Also