Compartilhar via


Map.MapLegends Propriedade

Definição

Obtém ou define uma coleção de legendas a serem desenhadas no mapa.

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)

Valor da propriedade

Um objeto IList<T>.

Atributos

Aplica-se a