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

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