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
 

Parameters

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