Partager via


Propriété MapViewInstance.Zoom

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Zoom As Double 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

MapViewInstance Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering