SubBandCollection.Add(SubBand) Method
Appends the specified SubBand to the collection.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
item | SubBand | A SubBand to add to the collection. |
Returns
Type | Description |
---|---|
Int32 | An integer value, indicating the position into which the new element was inserted. If the control is already included in the collection, the return value indicates the existing position of the control inside the collection. |
Remarks
This method adds the sub-band to the end of the collection.
See Also