Map.MapViewport Property

Gets the viewport for the map.

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

Syntax

'Declaration
Public ReadOnly Property MapViewport As MapViewport
    Get
'Usage
Dim instance As Map
Dim value As MapViewport

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