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

PageBand Class

The base for the PageHeaderBand and PageFooterBand classes.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public abstract class PageBand :
    Band

Remarks

This class implements the basic functionality for the PageHeaderBand and PageFooterBand classes and hides the PageBand.PageBreak property, because it’s impossible to set a page break before or after these bands. 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

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