次の方法で共有


MapView.Zoom プロパティ

マップ ビューポートのズーム レベルを取得します。

名前空間:  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
マップ ビューポートのズーム レベルを表す ReportDoubleProperty オブジェクト。

関連項目

参照

MapView クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間