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 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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.MapViewport
A MapViewport object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace