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

ReportFooterBand Class

A report band used to display a report’s footer. Report controls placed on this band are displayed once, at the end of the report.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

public class ReportFooterBand :
    Band

Remarks

The report footer is typically used to display report totals.

Tip

Use the ReportHeaderBand to display information at the beginning of the report.

See Introduction to Banded Reports for more details.

See Laying out Dynamic Report Contents to learn about the layout options available for this band.

Implements

DevExpress.XtraPrinting.IBrickOwner
DevExpress.Utils.Serializing.Helpers.IXtraSupportDeserializeCollectionItem
DevExpress.Utils.Serializing.IXtraSerializable
See Also