ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Tablix Class / FixedRowHeaders Property

In This Topic
    FixedRowHeaders Property (Tablix)
    In This Topic
    Gets or sets a value indicating whether the row headers should remain visible when the user scrolls part of the Tablix off the page.
    Syntax
    'Declaration
     
    Public Property FixedRowHeaders As Boolean
    public bool FixedRowHeaders {get; set;}

    Property Value

    A System.Boolean value indicating whether to fix row headers during scrolling.
    See Also