[]
        
(Showing Draft Content)

C1.Report.ColumnLayoutEnum

ColumnLayoutEnum Enum

Specifies the layout for the columns (down or across).

Namespace: C1.Report
Assembly: C1.FlexReport.dll
Syntax
public enum ColumnLayoutEnum
Remarks

Use the members of this enumeration to set the value of the ColumnLayout property in the Layout class.

Fields

Name Description
Across

Columns are laid out across the page, then down.

Down

Columns are laid out down the page, then across.

Labels

Causes the report designer to discount label spacing in the design surface, hide header/footer sections, disable grouping button, and disable automatic section resizing when fields are moved or dragged.