Map.MapTitles 屬性

定義

取得或設定要在地圖中繪製的標題集合。

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)

屬性值

IList<MapTitle>

IList<T> 物件。

屬性

適用於