Map.MapLegends Property

Definition

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

public:
 property System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::MapLegend ^> ^ MapLegends { System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::MapLegend ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::MapLegend ^> ^ value); };
[System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.MapLegend>))]
public System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.MapLegend> MapLegends { get; set; }
[<System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.MapLegend>))>]
member this.MapLegends : System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.MapLegend> with get, set
Public Property MapLegends As IList(Of MapLegend)

Property Value

An IList<T> object.

Attributes

Applies to