次の方法で共有


MapViewport.MapView プロパティ

任意の点に基づくマップ ビューポートの中心を取得します。値の設定も可能です。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

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

value = instance.MapView

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

プロパティ値

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

関連項目

参照

MapViewport クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間