Back to Devexpress

PageBand Class

xtrareports-devexpress-dot-xtrareports-dot-ui-9981db71.md

latest2.3 KB
Original Source

PageBand Class

The base for the PageHeaderBand and PageFooterBand classes.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public abstract class PageBand :
    Band
vb
Public MustInherit Class PageBand
    Inherits 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

IScriptable

Inheritance

Object MarshalByRefObject Component XRControl Band PageBand PageFooterBand

PageHeaderBand

See Also

PageBand Members

Arrange Dynamic Report Contents

DevExpress.XtraReports.UI Namespace