Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomContainerReportLinkOptionsPagination.Controls Property

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

#Declaration

Delphi
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