ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components.Map.Data.Dbf Namespace / IDbfRecord Interface / Fields Property

In This Topic
    Fields Property (IDbfRecord)
    In This Topic
    Gets the fields of the record.
    Syntax
    'Declaration
     
    ReadOnly Property Fields As IEnumerable(Of IDbfField)
    IEnumerable<IDbfField> Fields {get;}
    See Also