Skip to main content

TdxLayoutControlReportLink.OptionsPagination Property

Contains settings to determine the manner in which the TdxLayoutControl is to be split across the report pages.

Declaration

property OptionsPagination: TdxLayoutControlReportLinkOptionsPagination read; write;

Property Value

Type
TdxLayoutControlReportLinkOptionsPagination

Remarks

If the TdxLayoutControl control is too wide or high to be printed on a single report page, its contents are split across several pages. The OptionsPagination settings determine the manner in which the layout control is split.

If the Groups option is active, then the PrintingSystem attempts to display each layout control group in its entirety on a report page. When a group does not fit into a report page, it is split across several pages.

If the Items option is active, then each layout control item is displayed in its entirety within a report page. When an item does not fit onto a report page, it is split across several pages.

Note, that if the ShrinkToPageWidth property value is True, then the entire control is made to fit horizontally within a single page regardless of the OptionsPagination settings.

Call the Options.RestoreDefaults method if you want to revert this set of options to their default values.

See Also