MapViewport.MapView Property
Gets the center of a map viewport based on an arbitrary point.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property MapView As MapView
Get
'Usage
Dim instance As MapViewport
Dim value As MapView
value = instance.MapView
public MapView MapView { get; }
public:
property MapView^ MapView {
MapView^ get ();
}
member MapView : MapView
function get MapView () : MapView
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.MapView
A MapView object.