Compartilhar via


Propriedade do RDL MapViewInstance.Zoom

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

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

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

MapViewInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering