ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapCoordinateSystem Enumeration

In This Topic
    MapCoordinateSystem Enumeration
    In This Topic
    The map coordinate system.
    Syntax
    'Declaration
     
    Public Enum MapCoordinateSystem 
       Inherits System.Enum
    public enum MapCoordinateSystem : System.Enum 
    Members
    MemberDescription
    GeographicGeographic coordinate system (longitude and latitude).
    PlanarPlanar coordinate system.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.PageReportModel.MapCoordinateSystem

    See Also