TdxLayoutControlReportLinkOptionsPagination Class
Contains settings which specify the manner in which the TdxLayoutControl is split across the report pages.
Declaration
TdxLayoutControlReportLinkOptionsPagination = class(
TdxCustomContainerReportLinkOptionsPagination
)
Remarks
If a TdxLayoutControl cannot be printed within a single page, it will be split across the report pages. In this case, TdxLayoutControlReportLinkOptionsPagination members specify the manner in which the layout control groups and items are spread across the report.
Use the report link’s OptionsPagination property to access this set of options.
Inheritance
TObject
TPersistent
TdxCustomContainerReportLinkOptions
TdxCustomContainerReportLinkOptionsPagination
TdxLayoutControlReportLinkOptionsPagination
See Also