Partager via


Propriété MaximumZoom

Gets the calculated value of the MaximumZoom property in a MapLayer class.

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

Syntaxe

'Déclaration
Public ReadOnly Property MaximumZoom As Double
    Get
'Utilisation
Dim instance As MapLayerInstance
Dim value As Double

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

Valeur de propriété

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