| Visual Basic (Declaration) | |
|---|---|
Public Enum GroupKeepTogether Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum GroupKeepTogether : Enum | |
| Member | Description |
|---|---|
| None | A page can be broken immediately after a group header. |
| FirstDetail | The group header will print with at least the first detail section on the same page or column. |
| All | The group header, detail and group footer sections will print together on the same page. |
System.Object
System.ValueType
System.Enum
DataDynamics.ActiveReports.GroupKeepTogether