Compartir a través de


MapLayer.MaximumZoom Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property MaximumZoom As ReportDoubleProperty 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

MapLayer Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering