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

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