MultiColumnMode Enum
Specifies which multi-column properties will be taken into account if the multi-column feature is enabled.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Members
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. |
Remarks
This enumeration’s values are set or returned by the MultiColumn.Mode property.
To learn more, see Creating a Multi-Column Report.