ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / PageBreak Class / Disabled Property

In This Topic
    Disabled Property (PageBreak)
    In This Topic
    Gets or sets a value indicating whether the page break is disabled.
    Syntax
    'Declaration
     
    Public Property Disabled As ExpressionInfo
    public ExpressionInfo Disabled {get; set;}

    Property Value

    An GrapeCity.Enterprise.Data.Expressions.ExpressionInfo object representing a System.Boolean value. true indicates the page break is disabled; otherwise, false. Default is false.
    See Also