Map.MapTitles Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Erhält oder legt eine Sammlung von Titeln ein, die auf der Karte gezeichnet werden soll.
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)
Eigenschaftswert
Ein IList<T>-Objekt.
- Attribute