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

ReportHeaderBand Class

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

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public class ReportHeaderBand :
    Band

Remarks

The report header is typically used to display a report’s title or a company logo.

Tip

Use the ReportFooterBand to display information at the end 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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the ReportHeaderBand class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Implements

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