Table layout
The table which is built dynamically, can be automatically splitted across pages. This behavior is controlled by the Layout
property of the table. You can choose one of the following values:
Value | Description |
---|---|
AcrossThenDown | Table is rendered across then down. |
DownThenAcross | Table is rendered down then across. |
Wrapped | Wide table is wrapped and rendered on the same page. |