Partilhar via


Propriedade do RDL MinimumZoom

Gets the calculated value of the MinimumZoom property in a MapViewport 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 MapViewportInstance
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.