Compartir a través de


MapViewInstance.Zoom Propiedad

Gets the calculated value of the Zoom property in a MapView class.

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

Sintaxis

'Declaración
Public ReadOnly Property Zoom As Double 
    Get
'Uso
Dim instance As MapViewInstance 
Dim value As Double 

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

Valor de la propiedad

Tipo: System.Double
A double value that represents the calculated value of the Zoom property.

Vea también

Referencia

MapViewInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering