Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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