Udostępnij przez


Właściwość MapLayer.MaximumZoom

Pobiera maksymalnego powiększenia poziom na warstwie mapy jest widoczny.

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

Składnia

'Deklaracja
Public ReadOnly Property MaximumZoom As ReportDoubleProperty
    Get
'Użycie
Dim instance As MapLayer
Dim value As ReportDoubleProperty

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