ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Tablix Namespace / ITablix Interface / RepeatColumnHeaders Property

In This Topic
    RepeatColumnHeaders Property (ITablix)
    In This Topic
    Gets a value indicating whether the column headers should be repeated on each page on which a portion of the tablix appears.
    Syntax
    'Declaration
     
    ReadOnly Property RepeatColumnHeaders As Boolean
    bool RepeatColumnHeaders {get;}

    Property Value

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