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

In This Topic
    MapCoordinateSystem Property (MapViewport)
    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.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo MapCoordinateSystem {get; set;}
    See Also