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.ControlDetails Property

Determines whether the pagination settings for the aggregated report links are accepted.

#Declaration

Delphi
property ControlDetails: 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.

Setting the ControlDetails option to True accepts the aggregated report links pagination settings.

The default value of the ControlDetails property is True.

See Also