MapViewportInstance.MapCoordinateSystem 属性

Gets the calculated value of the MapCoordinateSystem property in a MapViewport class.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property MapCoordinateSystem As MapCoordinateSystem
    Get
用法
Dim instance As MapViewportInstance
Dim value As MapCoordinateSystem

value = instance.MapCoordinateSystem
public MapCoordinateSystem MapCoordinateSystem { get; }
public:
property MapCoordinateSystem MapCoordinateSystem {
    MapCoordinateSystem get ();
}
member MapCoordinateSystem : MapCoordinateSystem
function get MapCoordinateSystem () : MapCoordinateSystem

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.MapCoordinateSystem
A MapCoordinateSystem value that represents the calculated value of the MapCoordinateSystem property.