ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapLimits Class / MaximumX Property

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