Partilhar via


Propriedade do RDL MapViewport.MapCoordinateSystem

Gets the map coordinate system for a map.

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

Sintaxe

'Declaração
Public ReadOnly Property MapCoordinateSystem As ReportEnumProperty(Of MapCoordinateSystem)
    Get
'Uso
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>

Valor da propriedade

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

Consulte também

Referência

MapViewport Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering