ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapCustomView Class / CenterY Property

In This Topic
    CenterY Property
    In This Topic
    Y Center of the view in percent of the map content. An expression should evaluate to a System.Double. The default value is 50.
    Syntax
    'Declaration
     
    Public Property CenterY As GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo CenterY {get; set;}
    See Also