Back to Devexpress

MultiColumn Class

xtrareports-devexpress-dot-xtrareports-dot-ui-d6c6c6ea.md

latest2.2 KB
Original Source

MultiColumn Class

Provides the multi-column functionality for reports.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public class MultiColumn
vb
Public Class MultiColumn

The following members return MultiColumn objects:

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.

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

MultiColumn Members

Create a Multi-Column Report in the Visual Studio Report Designer

DevExpress.XtraReports.UI Namespace