ComponentOne FlexReport for WinForms
Columns Property (Layout)

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > Layout Class : Columns Property
Gets or sets the number of detail columns.
Syntax
'Declaration
 
Public Property Columns As System.Integer
public System.int Columns {get; set;}
Remarks

Use this property to create multi-column reports.

In multi-column reports, header and footer sections span the full width of the report. Only the detail section is rendered in multiple columns. Use the Width property to specify the width of each column, and the ColumnLayout property to specify whether columns should be laid out across the page or down the page.

Multi-column reports are useful for printing reports on mailing labels and other types of multi-column pre-printed forms. They are also useful for creating compact reports where detail information is laid out across the page.

See Also

Reference

Layout Class
Layout Members