ComponentOne Reports for WPF
C1.C1Report Namespace / Section Class / Repeat Property

In This Topic
    Repeat Property (Section)
    In This Topic
    For group header and group footer sections only, gets or sets a value indicating whether the current section should be repeated at the top of each page. The default is false.
    Syntax
    'Declaration
     
    Public Property Repeat As Boolean
    public bool Repeat {get; set;}
    Remarks

    This property only applies to group header and group footer sections.

    Set this value to true to repeat the group header page at the top of every page, before the detail sections.

    If you have multiple groups, all group header sections that have the Repeat property set to true will be rendered at the top of each page.

    See Also