Condividi tramite


Proprietà MapViewport.MapCoordinateSystem

Gets the map coordinate system for a map.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property MapCoordinateSystem As ReportEnumProperty(Of MapCoordinateSystem)
    Get
'Utilizzo
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>

Valore proprietà

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

Vedere anche

Riferimento

MapViewport Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering