Specifies whether a group header section will be repeated with subsequent detail pages.
Visual Basic (Declaration) | |
---|---|
Public Enum RepeatStyle Inherits System.Enum |
C# | |
---|---|
public enum RepeatStyle : System.Enum |
Member | Description |
---|---|
All | Repeat the group header section on every page or column. |
None | The group header will not be repeated when the associated detail sections print on a new page. |
OnColumn | Repeat the group header section with every new column. |
OnPage | Repeat the group header section with every new page. |
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
GrapeCity.ActiveReports.SectionReportModel.RepeatStyle
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
Reference
GrapeCity.ActiveReports.SectionReportModel NamespaceActiveReports6~GrapeCity.ActiveReports.GroupHeader~RepeatStyle