ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapVectorLayer Class / MapFieldDefinitions Property

In This Topic
    MapFieldDefinitions Property
    In This Topic
    Gets the set of field definitions for the embedded map elements (for example, MapPolygons, MapLines, MapPoints). Ignored if the embedded map elements are not defined.
    Syntax
    'Declaration
     
    Public ReadOnly Property MapFieldDefinitions As IList(Of MapFieldDefinition)
    public IList<MapFieldDefinition> MapFieldDefinitions {get;}
    See Also