ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Table Class / PreventOrphanedFooter Property

In This Topic
    PreventOrphanedFooter Property (Table)
    In This Topic
    Gets or sets a value indicating whether the orphaned footer is displayed on the next page.
    Syntax
    'Declaration
     
    Public Property PreventOrphanedFooter As Boolean
    public bool PreventOrphanedFooter {get; set;}

    Property Value

    A System.Boolean value where true if the orphaned footer is displayed on the next page; otherwise, false. Default value is true.
    See Also