ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapSpatialElement Class / MapFields Property

In This Topic
    MapFields Property
    In This Topic
    Gets a set of fields for the element.
    Syntax
    'Declaration
     
    Public ReadOnly Property MapFields As ICollection(Of MapField)
    public ICollection<MapField> MapFields {get;}
    See Also