[]
For group header, group footer and report footer sections only, gets or sets a value indicating whether the current section should be repeated at the top or bottom of each page. The default is false.
[C1Category("Layout")]
[C1Description("Section.Repeat", "Determines whether the section is repeated at the top or bottom of each page (for GroupHeader, GroupFooter and ReportFooter sections only).")]
public bool Repeat { get; set; }
<C1Category("Layout")>
<C1Description("Section.Repeat", "Determines whether the section is repeated at the top or bottom of each page (for GroupHeader, GroupFooter and ReportFooter sections only).")>
Public Property Repeat As Boolean
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.