Specifies the layout for the columns (down or across).
Namespace:
C1.C1ReportAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
| C# |
|---|
public enum ColumnLayoutEnum |
| Visual Basic |
|---|
Public Enumeration ColumnLayoutEnum |
Members
| Member name | Description | |
|---|---|---|
| Down | Columns are laid out down the page, then across. | |
| Across | Columns are laid out across the page, then down. | |
| 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. |
Remarks
Use the members of this enumeration to set the value of the ColumnLayout property
in the Layout class.