Share via


Map.MapLegends Property

Gets or sets a collection of legends to be drawn in the map.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property MapLegends As IList(Of MapLegend)
    Get 
    Set
'Usage
Dim instance As Map 
Dim value As IList(Of MapLegend)

value = instance.MapLegends

instance.MapLegends = value
public IList<MapLegend> MapLegends { get; set; }
public:
property IList<MapLegend^>^ MapLegends {
    IList<MapLegend^>^ get ();
    void set (IList<MapLegend^>^ value);
}
member MapLegends : IList<MapLegend> with get, set
function get MapLegends () : IList<MapLegend>
function set MapLegends (value : IList<MapLegend>)

Property Value

Type: System.Collections.Generic.IList<MapLegend>
An IList<T> object.

See Also

Reference

Map Class

Microsoft.ReportingServices.RdlObjectModel Namespace