Map.MapDataRegions 属性

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.

请参阅

参考

Map 类

Microsoft.ReportingServices.RdlObjectModel 命名空间