Partilhar via


Propriedade do RDL MapViewport

Gets the viewport for the map.

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

Sintaxe

'Declaração
Public ReadOnly Property MapViewport As MapViewport
    Get
'Uso
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