Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Microsoft.ReportingServices.OnDemandReportRendering Namespace