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

In This Topic
    Disabled Property (PageBreak)
    In This Topic
    Specifies whether page break is disabled.
    Syntax
    'Declaration
     
    Public Property Disabled As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo Disabled {get; set;}
    See Also