MapLayer.MinimumZoom Propiedad
Gets the minimum 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 MinimumZoom As ReportDoubleProperty
Get
'Uso
Dim instance As MapLayer
Dim value As ReportDoubleProperty
value = instance.MinimumZoom
public ReportDoubleProperty MinimumZoom { get; }
public:
property ReportDoubleProperty^ MinimumZoom {
ReportDoubleProperty^ get ();
}
member MinimumZoom : ReportDoubleProperty
function get MinimumZoom () : ReportDoubleProperty
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
A ReportDoubleProperty object that represents the minimum zoom level at which the map layer is visible.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering