共用方式為


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.