[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Header.FixedHeader

FixedHeader Property

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.

Declaration
public bool FixedHeader { get; set; }
Property Value
Type Description
bool

A bool value where true indicates that the header remains visible when scrolling; otherwise, false. Default value is false.

Remarks

Fixed headers must be contiguous and must include the first or last column in the table. This property is allowed only with the Header property.