다음을 통해 공유


MapView 속성

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

네임스페이스:  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