Skip to main content

GroupFooterBand.PrintAtBottom Property

Gets or sets a value which specifies whether the Group Footer should be printed at the bottom of the page, or immediately after the last group’s details.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[DefaultValue(false)]
[SRCategory(ReportStringId.CatBehavior)]
public bool PrintAtBottom { get; set; }

Property Value

Type Default Description
Boolean false

true if the Group Footer should be printed at the bottom of a page; otherwise, false.

Remarks

If a report contains several Group Footers with their GroupFooterBand.PrintAtBottom properties set to different values, then the outer Group Footer has the higher priority. For instance, if the outer Group Footer‘s PrintAtBottom property is set to false, then the PrintAtBottom property values of the other inner Group Footers are ignored, and all these bands are printed immediately after the last group’s details on a page.

See Also