次の方法で共有


MapViewport.MapView プロパティ

任意の点に基づくマップ ビューポートの中心を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property MapView As MapView 
    Get
'使用
Dim instance As MapViewport 
Dim value As MapView 

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.MapView
MapView オブジェクト。

関連項目

参照

MapViewport クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間