共用方式為


MapView 屬性

Gets or sets the center of a map viewport based on an arbitrary point.

命名空間:  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)