Skip to main content

TdxCustomContainerReportLinkOptionsPagination Class

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

Declaration

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