Enum TableLayout
Specifies the layout that will be used when printing a big table.
Namespace: FastReport.Table
Assembly: FastReport.dll
Syntax
public enum TableLayout
Fields
| Name | Description |
|---|---|
| AcrossThenDown | The table is printed across a pages then down. |
| DownThenAcross | The table is printed down then across a pages. |
| Wrapped | The table is wrapped. |