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

In This Topic
    PreventOrphanedHeader Property (TableGroup)
    In This Topic
    Indicates 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;}
    See Also