Freigeben über


MapViewport.MapCoordinateSystem-Eigenschaft

Gets the map coordinate system for a map.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property MapCoordinateSystem As ReportEnumProperty(Of MapCoordinateSystem)
    Get
'Usage
Dim instance As MapViewport 
Dim value As ReportEnumProperty(Of MapCoordinateSystem)

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

Eigenschaftswert

Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<MapCoordinateSystem>
A ReportEnumProperty<EnumType> object.

Siehe auch

Verweis

MapViewport Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace