ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table Namespace / ITableHeaderFooterRows Interface / RepeatOnNewPage Property

In This Topic
    RepeatOnNewPage Property (ITableHeaderFooterRows)
    In This Topic
    Gets a value indicating whether these rows should be repeated on each page that the table or group is displayed on.
    Syntax
    'Declaration
     
    ReadOnly Property RepeatOnNewPage As Boolean
    bool RepeatOnNewPage {get;}

    Property Value

    A System.Boolean value. true if the rows should be repeated on each page; otherwise, false.
    See Also