다음을 통해 공유


MapViewport.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)

속성 값

유형: Microsoft.ReportingServices.RdlObjectModel.MapView
A MapView object.

참고 항목

참조

MapViewport 클래스

Microsoft.ReportingServices.RdlObjectModel 네임스페이스