ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / Tablix Class / FixedRowHeaders Property

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