Partilhar via


Propriedade do RDL Map.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

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.MapViewport
A MapViewport object.

Consulte também

Referência

Map Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering