Gets or sets a collection of data regions for the map.
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
Public Property MapDataRegions As IList(Of MapDataRegion)
Get
Set
'用途
Dim instance As Map
Dim value As IList(Of MapDataRegion)
value = instance.MapDataRegions
instance.MapDataRegions = value
public IList<MapDataRegion> MapDataRegions { get; set; }
public:
property IList<MapDataRegion^>^ MapDataRegions {
IList<MapDataRegion^>^ get ();
void set (IList<MapDataRegion^>^ value);
}
member MapDataRegions : IList<MapDataRegion> with get, set
function get MapDataRegions () : IList<MapDataRegion>
function set MapDataRegions (value : IList<MapDataRegion>)
屬性值
型別:System.Collections.Generic.IList<MapDataRegion>
An IList<T> object.