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

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