MapVectorLayer.MapDataRegion Property

Gets the data region from which to consume data.

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

Syntax

'Declaration
Public ReadOnly Property MapDataRegion As MapDataRegion 
    Get
'Usage
Dim instance As MapVectorLayer 
Dim value As MapDataRegion 

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

Property Value

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

See Also

Reference

MapVectorLayer Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace