Udostępnij przez


Właściwość MapViewport.MinimumZoom

Pobiera minimalne powiększenie poziom , jest dozwolone na mapie.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property MinimumZoom As ReportDoubleProperty
    Get
'Użycie
Dim instance As MapViewport
Dim value As ReportDoubleProperty

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