ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / HeaderFooter Class / RepeatOnNewPage Property

In This Topic
    RepeatOnNewPage Property (HeaderFooter)
    In This Topic
    Gets or sets a value indicating whether the footer or header should be displayed on each page on which the table or group is displayed.
    Syntax
    'Declaration
     
    Public Property RepeatOnNewPage As Boolean
    public bool RepeatOnNewPage {get; set;}

    Property Value

    A System.Boolean value where true indicating that the footer or header should be displayed on each page on which the table or group is displayed; otherwise, false. Default value is false.
    See Also