Freigeben über


MapViewport.MaximumZoom-Eigenschaft

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property MaximumZoom As ReportDoubleProperty 
    Get
'Usage
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

Eigenschaftswert

Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
A ReportDoubleProperty object.

Siehe auch

Verweis

MapViewport Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace