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

In This Topic
    RepeatOnNewPage Property (IHeaderBand)
    In This Topic
    Gets a value indicating whether this header band will repeat on each new page.
    Syntax
    'Declaration
     
    ReadOnly Property RepeatOnNewPage As Boolean
    bool RepeatOnNewPage {get;}

    Property Value

    A System.Boolean value. true if this header band will repeat on each new page; otherwise, false.
    See Also