Back to Devexpress

XRPageInfo.RunningBand Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrpageinfo.md

latest2.0 KB
Original Source

XRPageInfo.RunningBand Property

Gets or sets the band upon which XRPageInfo gathers information.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[DefaultValue(null)]
[SRCategory(ReportStringId.CatBehavior)]
public Band RunningBand { get; set; }
vb
<SRCategory(ReportStringId.CatBehavior)>
<DefaultValue(Nothing)>
Public Property RunningBand As Band

Property Value

TypeDefaultDescription
Bandnull

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

XRPageInfo Class

XRPageInfo Members

DevExpress.XtraReports.UI Namespace