Partilhar via


Propriedade do RDL MapLayerInstance.MinimumZoom

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

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

Sintaxe

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

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

Consulte também

Referência

MapLayerInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering