[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Components.Map.Data.Dbf.IDbfRecord.Item

this Property

this[int]

Gets the field value by it's index.

Declaration
object this[int index] { get; }
Parameters
Type Name Description
int index

The index of the record's field.

this[string]

Gets the field value by it's name.

Declaration
object this[string name] { get; }
Parameters
Type Name Description
string name

The name of the record's field.