ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Header Class / FixedHeader Property

In This Topic
    FixedHeader Property (Header)
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public Property FixedHeader As Boolean
    public bool FixedHeader {get; set;}

    Property Value

    A System.Boolean 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 Table.Header property.
    See Also