Skip to main content

XRPageInfo.RunningBand Property

Gets or sets the band upon which XRPageInfo gathers information.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[DefaultValue(null)]
[SRCategory(ReportStringId.CatBehavior)]
public Band RunningBand { get; set; }

Property Value

Type Default Description
Band null

A Band descendant, upon which XRPageInfo’s data is calculated.

Remarks

To make the XRPageInfo control display page numbers for groups or detail reports, assign the appropriate GroupHeaderBand or DetailReportBand to the RunningBand property.

By default, the RunningBand property is set to null (Nothing in Visual Basic), meaning that XRPageInfo calculates page numbers for the entire report.

For a detailed design time tutorial on using this option, refer to Adding Page Numbers.

See Also