TdxCustomContainerReportLinkOptionsPagination.ControlDetails Property
Determines whether the pagination settings for the aggregated report links are accepted.
Declaration
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