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.1.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:
For more information on report bands, review the following help topic: Introduction to Banded Reports.
See Also