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 Class

Contains settings specifying the manner in which the printed container is split across the report pages.

#Declaration

Delphi
TdxCustomContainerReportLinkOptionsPagination = class(
    TdxCustomContainerReportLinkOptions
)

#Remarks

The TdxCustomContainerReportLinkOptionsPagination class contains options specifying the manner in which the printed container is split across the report pages. The Controls property specifies whether the ExpressPrinting System attempts to entirely display as many controls within a single report page as possible. The ControlDetails property specifies whether the container report link accepts the pagination settings of the aggregated controls’ report links.

The TdxCustomContainerReportLinkOptionsPagination object is referenced by a container report link’s OptionsPagination property.

#Inheritance

TObject
TPersistent
TdxCustomContainerReportLinkOptions
TdxCustomContainerReportLinkOptionsPagination
See Also