Map.MapTitles Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit une collection de titres à dessiner sur la carte.
public:
property System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::MapTitle ^> ^ MapTitles { System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::MapTitle ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::MapTitle ^> ^ value); };
[System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.MapTitle>))]
public System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.MapTitle> MapTitles { get; set; }
[<System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.MapTitle>))>]
member this.MapTitles : System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.MapTitle> with get, set
Public Property MapTitles As IList(Of MapTitle)
Valeur de propriété
Objet IList<T>.
- Attributs