Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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>
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<MapCoordinateSystem>
A ReportEnumProperty<EnumType> object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace