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
속성 값
유형: Microsoft.ReportingServices.OnDemandReportRendering.MapView
A MapView object.