ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map Namespace / IMapLegend Interface / LegendItems Property

In This Topic
    LegendItems Property (IMapLegend)
    In This Topic
    Legend subitems collection.
    Syntax
    'Declaration
     
    ReadOnly Property LegendItems As IEnumerable(Of IMapLegendItem)
    IEnumerable<IMapLegendItem> LegendItems {get;}
    See Also