Map.MapDataRegions Property

Gets a collection of data regions for the map.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property MapDataRegions As MapDataRegionCollection 
    Get
'Usage
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

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.MapDataRegionCollection
A MapDataRegionCollection object.

See Also

Reference

Map Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace