Partager via


Propriété MaximumZoom

Gets the maximum zoom level that is allowed in a map.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property MaximumZoom As ReportDoubleProperty
    Get
'Utilisation
Dim instance As MapViewport
Dim value As ReportDoubleProperty

value = instance.MaximumZoom
public ReportDoubleProperty MaximumZoom { get; }
public:
property ReportDoubleProperty^ MaximumZoom {
    ReportDoubleProperty^ get ();
}
member MaximumZoom : ReportDoubleProperty
function get MaximumZoom () : ReportDoubleProperty