ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Tablix Class / FixedColumnHeaders Property

In This Topic
    FixedColumnHeaders Property (Tablix)
    In This Topic
    Gets or sets a value that indicates whether the column headers should be displayed on the page even when the user scrolls part of the Tablix off the page.
    Syntax
    'Declaration
     
    Public Property FixedColumnHeaders As Boolean
    public bool FixedColumnHeaders {get; set;}
    See Also