ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapLimits Class / MaximumY Property

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