ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Map Class / MapLayers Property

In This Topic
    MapLayers Property
    In This Topic
    Gets the map layers.
    Syntax
    'Declaration
     
    Public ReadOnly Property MapLayers As IList(Of MapLayer)
    public IList<MapLayer> MapLayers {get;}
    See Also