ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / BandedList Class / PageBreakAtEnd Property

In This Topic
    PageBreakAtEnd Property (BandedList)
    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;}
    See Also