Skip to main content

TdxCustomTableControlReportLinkOptionsPagination.Column Property

Specifies how the columns in a table control are split across the report’s pages.

Declaration

property Column: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Set the Column property to True to specify that a table control with multiple columns and a width exceeding that of a single printed page, will be divided across report pages so as to accommodate the maximum number of columns in their entirety as is possible on each page. Otherwise, the table control is divided across the report’s pages as is. This may result in partial columns on some pages.

The Column property’s default value is True.

See Also