Specifies whether the Section should be repeated at the top of every page.

Namespace:  C1.C1Report
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[DefaultValueAttribute(false)]
public bool Repeat { get; set; }
Visual Basic
<DefaultValueAttribute(False)> _
Public Property Repeat As Boolean
	Get
	Set

Remarks

This property only applies to group header 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.

The default value for this property is False.

See Also