ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.BandedList Namespace / IBandedListGroup Interface / PreventOrphanedHeader Property

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

    Property Value

    A System.Boolean value. true if the orphaned header is prevented; otherwise, false.
    See Also