ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table Namespace / ITable Interface / PreventOrphanedFooter Property

In This Topic
    PreventOrphanedFooter Property (ITable)
    In This Topic
    Gets a value indicating whether the orphaned footer is displayed on the next page.
    Syntax
    'Declaration
     
    ReadOnly Property PreventOrphanedFooter As Boolean
    bool PreventOrphanedFooter {get;}

    Property Value

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