MapView.Zoom 属性

Gets the zoom level of a map viewport.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property Zoom As ReportDoubleProperty
    Get
用法
Dim instance As MapView
Dim value As ReportDoubleProperty

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

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
A ReportDoubleProperty object.