Back to Devexpress

MultiColumnMode Enum

xtrareports-devexpress-dot-xtrareports-dot-ui-47a1ab05.md

latest2.4 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public enum MultiColumnMode
vb
Public Enum MultiColumnMode

Members

NameDescription
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:

Remarks

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

DevExpress.XtraReports.UI Namespace