Map.MapDataRegions 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定地圖的資料區集合。
public:
property System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::MapDataRegion ^> ^ MapDataRegions { System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::MapDataRegion ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::MapDataRegion ^> ^ value); };
[System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.MapDataRegion>))]
public System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.MapDataRegion> MapDataRegions { get; set; }
[<System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.MapDataRegion>))>]
member this.MapDataRegions : System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.MapDataRegion> with get, set
Public Property MapDataRegions As IList(Of MapDataRegion)
屬性值
IList<T> 物件。
- 屬性