xtrareports-devexpress-dot-xtrareports-dot-ui-47a1ab05.md
Specifies which multi-column properties will be taken into account if the multi-column feature is enabled.
Namespace : DevExpress.XtraReports.UI
Assembly : DevExpress.XtraReports.v25.2.dll
NuGet Package : DevExpress.Reporting.Core
public enum MultiColumnMode
Public Enum MultiColumnMode
| Name | Description |
|---|---|
None |
Multicolumn printing is disabled.
|
| UseColumnCount |
Multicolumn printing is enabled and uses the MultiColumn.ColumnCount property’s value. The MultiColumn.ColumnWidth property’s value is ignored in this case, and the width of the columns is calculated automatically based upon the MultiColumn.ColumnCount property’s value and the page’s width.
|
| UseColumnWidth |
Multicolumn printing is enabled and uses the MultiColumn.ColumnWidth property’s value. The MultiColumn.ColumnCount property’s value is ignored in this case, and the number of the columns is calculated automatically based upon the MultiColumn.ColumnWidth property’s value and the page’s width.
|
The following properties accept/return MultiColumnMode values:
This enumeration’s values are set or returned by the MultiColumn.Mode property.
To learn more, see Creating a Multi-Column Report.
See Also
Create a Multi-Column Report in the Visual Studio Report Designer