Skip to main content
A newer version of this page is available. .

ReportFooterBand.PrintAtBottom Property

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

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.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 Report Footer should be printed at the bottom of a page; otherwise, false.

Remarks

If a report also contains Group Footers with their GroupFooterBand.PrintAtBottom properties set to true, and the ReportFooterBand.PrintAtBottom property is set to false, then all these bands will be printed immediately after the last report’s details and not at the page bottom.

See Also