ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Table Class / Header Property

In This Topic
    Header Property (Table)
    In This Topic

    Gets or sets the table header rows.

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

    Property Value

    A HeaderFooter object containing the table header rows.

    See Also