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