ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / TableStyleContent Class / Header Property

In This Topic
    Header Property (TableStyleContent)
    In This Topic
    Gets or sets the header style content of the table.
    Syntax
    'Declaration
     
    Public Property Header As Header
    public Header Header {get; set;}

    Property Value

    The header style content as a Header.
    See Also