xtrareports-devexpress-dot-xtrareports-dot-ui-87a312f0.md
Specifies how a group footer is positioned with respect to its group in a report.
Namespace : DevExpress.XtraReports.UI
Assembly : DevExpress.XtraReports.v25.2.dll
NuGet Package : DevExpress.Reporting.Core
public enum GroupFooterUnion
Public Enum GroupFooterUnion
| Name | Description |
|---|---|
None |
A group is printed so that it is split across several pages if there isn’t enough space on a page to print the entire group.
|
| WithLastDetail |
A group is split across several pages “as is”. However, if there are no group rows printed above the Group Footer on a page, the last group row from the previous page is moved to the next page, and is printed before a Group Footer, so that a Group Footer is never printed on a page alone (with no group rows above it).
|
The following properties accept/return GroupFooterUnion values:
Use this enumeration’s members to specify if a group footer can be printed on its own on a page, or if it should always be printed with at least one group detail row. The values listed in this enumeration are used by the GroupFooterBand.GroupUnion property.
See Also