ActiveReports 12
RepeatStyle Enumeration

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace : RepeatStyle Enumeration

Specifies whether a group header section will be repeated with subsequent detail pages.

Syntax
'Declaration
 
Public Enum RepeatStyle 
   Inherits System.Enum
public enum RepeatStyle : System.Enum 
Members
MemberDescription
All

Repeat the group header section on every page or column.

NoneThe 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.

OnPageRepeat 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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.SectionReportModel.RepeatStyle

See Also

Reference

GrapeCity.ActiveReports.SectionReportModel Namespace
ActiveReports6~GrapeCity.ActiveReports.GroupHeader~RepeatStyle