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

In This Topic
    RepeatColumnHeaders Property (Tablix)
    In This Topic
    Gets or sets a value indicating whether the column headers should be repeated on each page where a portion of the tablix appears.
    Syntax
    'Declaration
     
    Public Property RepeatColumnHeaders As Boolean
    public bool RepeatColumnHeaders {get; set;}

    Property Value

    A System.Boolean value indicating whether to repeat column headers on each page.
    See Also