MultiColumn Class
Provides the multi-column functionality for reports.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Remarks
An object of the MultiColumn type is returned by the DetailBand.MultiColumn property.
The multi-column feature is enabled in one of the following cases.
- if the MultiColumn.ColumnCount property value is greater than 1 and the MultiColumn.Mode property is set to UseColumnCount;
- or, if the MultiColumn.ColumnWidth property value is greater than 0 and the MultiColumn.Mode property is set to UseColumnWidth.
To define how the Detail bands should be printed on a page, use the MultiColumn.Layout property.
To learn more, see Creating a Table Report.
Inheritance
Object
MultiColumn
See Also