Propriedade do RDL MaximumZoom
Gets the calculated value of the MaximumZoom property in a MapLayer class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System. . :: . .Double
A double value that represents the calculated value of the MaximumZoom property.
Consulte também