ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapViewport Class / MapCoordinateSystem Property

In This Topic
    MapCoordinateSystem Property
    In This Topic
    The map projection That evaluates to one of CoordinateSystem. The default value is CoordinateSystem.Planar.
    Syntax
    'Declaration
     
    Public Property MapCoordinateSystem As GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo MapCoordinateSystem {get; set;}
    See Also