ActiveReports3 Request technical support
RepeatStyle Enumeration
See Also  


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

Syntax

Visual Basic (Declaration) 
Public Enum RepeatStyle 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As RepeatStyle
C# 
public enum RepeatStyle : Enum 

Members

MemberDescription
NoneThe group header will not be repeated when the associated detail sections print on a new page.
OnPageRepeat the group header section with every new page.
OnColumnRepeat the group header section with every new column.
AllRepeat the group header section on every page or column.
OnPageIncludeNoDetailRepeat 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
         DataDynamics.ActiveReports.RepeatStyle

See Also