Skip to main content

TdxCustomTableControlReportLinkOptionsPagination.Row Property

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

Declaration

property Row: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

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

The Row property’s default value is True.

See Also