ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Band Class / PageBreakAtEnd Property

In This Topic
    PageBreakAtEnd Property (Band)
    In This Topic
    Gets or sets a value indicating whether a page break occurs immediately after the current band.
    Syntax
    'Declaration
     
    Public Property PageBreakAtEnd As Boolean
    public bool PageBreakAtEnd {get; set;}

    Property Value

    A System.Boolean value where true if a page break occurs after the band; otherwise, false.
    Remarks
    This property is obsolete. Use PageBreak instead.
    See Also