Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PageBand Class

The base for the PageHeaderBand and PageFooterBand classes.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v24.2.dll

NuGet Package: DevExpress.Reporting.Core

#Declaration

public abstract class PageBand :
    Band

#Remarks

This class implements the basic functionality for the PageHeaderBand and PageFooterBand classes. It also introduces the PageBand.PrintOn property that specifies whether the page band should be printed on the same page with the ReportHeaderBand and ReportFooterBand.

See Laying out Dynamic Report Contents to learn about the layout options available for these bands.

#Implements

See Also