Skip to main content

TdxCustomContainerReportLinkOptionsPagination.Controls Property

Specifies whether the manner in which the aggregated controls are split across the report pages.

Declaration

property Controls: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

If the printed container is too wide or high to be displayed within a single report page, then the container is split across the report pages. If the Controls option is activated, then the ExpressPrinting System attempts to entirely display as much controls within a single page as possible.

The default value of the Controls property is True.

See Also