Map.MapLegends Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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