ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / TableGroup Class / Header Property

In This Topic
    Header Property (TableGroup)
    In This Topic

    Gets or sets the group header row for the table.

    Syntax
    'Declaration
     
    Public Property Header As Header
    public Header Header {get; set;}

    Property Value

    A HeaderFooter object containing the group header row.

    See Also