ActiveReports3 Request technical support
GroupKeepTogether Enumeration
See Also  


Specifies whether a group header and footer pair with associated details will print as a single block on the same page.

Syntax

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

Members

MemberDescription
NoneA page can be broken immediately after a group header.
FirstDetailThe group header will print with at least the first detail section on the same page or column.
AllThe group header, detail and group footer sections will print together on the same page.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         DataDynamics.ActiveReports.GroupKeepTogether

See Also