ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / TableGroup Class / PreventOrphanedHeader Property

In This Topic
    PreventOrphanedHeader Property (TableGroup)
    In This Topic
    Gets or sets a value indicating whether the header is displayed without at least one line of data below it.
    Syntax
    'Declaration
     
    Public Property PreventOrphanedHeader As Boolean
    public bool PreventOrphanedHeader {get; set;}

    Property Value

    A System.Boolean value where true if the header is displayed without at least one line of data below it; otherwise, false. Default value is false.
    See Also