Compartir a través de


MapView.Zoom Propiedad

Gets the zoom level of a map viewport.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property Zoom As ReportDoubleProperty 
    Get
'Uso
Dim instance As MapView 
Dim value As ReportDoubleProperty 

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

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
A ReportDoubleProperty object that represents the zoom level of a map viewport.

Vea también

Referencia

MapView Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering