ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Tablix Class / RepeatColumnHeaders Property

In This Topic
    RepeatColumnHeaders Property
    In This Topic
    Gets or sets a value that indicates whether the column headers should be repeated on each page on which a portion of the Tablix appears.
    Syntax
    'Declaration
     
    Public Property RepeatColumnHeaders As Boolean
    public bool RepeatColumnHeaders {get; set;}
    See Also