ActiveReports 19 .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 a header of a table.
    Syntax
    'Declaration
     
    Public Property Header As Header
    public Header Header {get; set;}

    Property Value

    A Header object representing the header of the table.
    Remarks
    The table must include at least one of the following: Details, Header, or Footer.
    See Also