共用方式為


Map.MapDataRegions 屬性

Gets a collection of data regions for the map.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property MapDataRegions As MapDataRegionCollection 
    Get
'用途
Dim instance As Map 
Dim value As MapDataRegionCollection 

value = instance.MapDataRegions
public MapDataRegionCollection MapDataRegions { get; }
public:
property MapDataRegionCollection^ MapDataRegions {
    MapDataRegionCollection^ get ();
}
member MapDataRegions : MapDataRegionCollection
function get MapDataRegions () : MapDataRegionCollection

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.MapDataRegionCollection
A MapDataRegionCollection object.

請參閱

參考

Map 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間