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

TdxLayoutControlReportLinkOptionsPagination Class

Contains settings which specify the manner in which the TdxLayoutControl is split across the report pages.

#Declaration

Delphi
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.

See Also