MapLayerInstance.MaximumZoom Propiedad
Gets the calculated value of the MaximumZoom property in a MapLayer class.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property MaximumZoom As Double
Get
'Uso
Dim instance As MapLayerInstance
Dim value As Double
value = instance.MaximumZoom
public double MaximumZoom { get; }
public:
property double MaximumZoom {
double get ();
}
member MaximumZoom : float
function get MaximumZoom () : double
Valor de la propiedad
Tipo: System.Double
A double value that represents the calculated value of the MaximumZoom property.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering