VSView Reporting Edition Reference > Layout Object > Layout Properties > ColumnLayout Property |
Returns or sets the layout for the columns (down or across).
layout.ColumnLayout[ = ColumnLayoutSettings ]
This property is used in conjunction with the Columns property to create multi-column reports.
The settings for the ColumnLayout property are described below:
Constant |
Value |
Description |
vsrCLDown |
0 |
Columns are laid out down the page, then across. |
vsrCLAcross |
1 |
Columns are laid out across the page, then down. |
ColumnLayoutSettings (Enumeration)