MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components.Map.Data.Dbf Namespace / IDbfRecord Interface / Item Property / Item(Int32) Property
The index of the record's field.

In This Topic
Item(Int32) Property
In This Topic
Gets the field value by it's index.
Syntax
'Declaration
 
Overloads ReadOnly Property Item( _
   ByVal index As Integer _
) As Object
 

Parameters

index
The index of the record's field.
See Also