Map.MapDataRegions 属性

定义

获取或设置地图的数据区域的集合。

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<MapDataRegion>

一个 IList<T> 对象。

属性

适用于