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

In This Topic
    ProjectionCenterX Property (MapViewport)
    In This Topic
    Gets or sets the X projection center in geographic units. Automatically calculated if omitted. An expression should evaluate to a System.Double.
    Syntax
    'Declaration
     
    Public Property ProjectionCenterX As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo ProjectionCenterX {get; set;}
    See Also