Back to Devexpress

Band.SubBands Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-band-78989d6a.md

latest1.9 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[SRCategory(ReportStringId.CatStructure)]
public virtual SubBandCollection SubBands { get; }
vb
<SRCategory(ReportStringId.CatStructure)>
Public Overridable ReadOnly Property SubBands As SubBandCollection

Property Value

TypeDescription
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:

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

See Also

Band Class

Band Members

DevExpress.XtraReports.UI Namespace