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

In This Topic
    PageBreakAtEnd Property (TableOfContents)
    In This Topic
    Gets or sets a value indicating whether to insert a page break at the end.
    Syntax
    'Declaration
     
    Public Property PageBreakAtEnd As Boolean
    public bool PageBreakAtEnd {get; set;}

    Property Value

    A System.Boolean value where true if a page break should be inserted at the end; otherwise, false.
    See Also