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

Band.SubBands Property

Use the SubBands property to access the collection of sub-bands for the current report band.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v24.2.dll

NuGet Package: DevExpress.Reporting.Core

#Declaration

[SRCategory(ReportStringId.CatStructure)]
public virtual SubBandCollection SubBands { get; }

#Property Value

Type Description
SubBandCollection

A SubBandCollection object.

#Remarks

A band can have an unlimited number of sub-bands. You can add a sub-band to all types of bands except MarginBand and the SubBand itself.

A sub-band is a functional copy of the source band:

Report Designer Sub-band Variety

For more information on report bands, review the following help topic: Introduction to Banded Reports.

See Also