Condividi tramite


Proprietà MapLayer.MaximumZoom

Gets the maximum zoom level at which the map layer is visible.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property MaximumZoom As ReportDoubleProperty 
    Get
'Utilizzo
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

Valore proprietà

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
A ReportDoubleProperty object that represents the maximum zoom level at which the map layer is visible.

Vedere anche

Riferimento

MapLayer Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering