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

In This Topic
    MapProjection Property (MapViewport)
    In This Topic
    The map projection. That evaluates to one of MapProjection. The default value is MapProjection.Equirectangular.
    Syntax
    'Declaration
     
    Public Property MapProjection As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo MapProjection {get; set;}
    See Also