[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Header

Header Class

Represents a header component of a table or group, containing rows that appear at the beginning of a group or table.

Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class Header : HeaderFooter, IReportComponentContainer, IReportComponent, IComponent, IDisposable, IValidateable

Constructors

Name Description
Header()

Initializes a new instance of the Header class.

Properties

Name Description
FixedHeader

Gets or sets a value indicating whether the header remains visible on the page when the user scrolls part of the table off the page.

Extension Methods