Specifies whether a group header section will be repeated with subsequent detail pages.
| Visual Basic (Declaration) | |
|---|---|
Public Enum RepeatStyle Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum RepeatStyle : Enum | |
| Member | Description |
|---|---|
| None | The group header will not be repeated when the associated detail sections print on a new page. |
| OnPage | Repeat the group header section with every new page. |
| OnColumn | Repeat the group header section with every new column. |
| All | Repeat the group header section on every page or column. |
| OnPageIncludeNoDetail | Repeat the group header section on every page that includes an associated detail section or a group footer section. This setting prevents orphaned group footer sections. |
System.Object
System.ValueType
System.Enum
DataDynamics.ActiveReports.RepeatStyle