Compartir a través de


MapLayerInstance.MinimumZoom Propiedad

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

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

Sintaxis

'Declaración
Public ReadOnly Property MinimumZoom As Double 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

MapLayerInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering