Partager via


Propriété MinimumZoom

Gets the calculated value of the MinimumZoom 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 MinimumZoom As Double
    Get
'Utilisation
Dim instance As MapLayerInstance
Dim value As Double

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

Valeur de propriété

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