ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components.Map.Data.Dbf Namespace / IDbfRecord Interface / Item Property / Item(String) Property
The name of the record's field.

In This Topic
    Item(String) Property
    In This Topic
    Gets the field value by it's name.
    Syntax
    'Declaration
     
    Overloads ReadOnly Property Item( _
       ByVal name As String _
    ) As Object
    object Item( 
       string name
    ) {get;}

    Parameters

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