Back to Devexpress

TdxLayoutControlReportLinkOptionsPagination Class

vcl-dxpsdxlclnk-db400860.md

latest1.4 KB
Original Source

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.

Inheritance

TObject TPersistent TdxCustomContainerReportLinkOptions TdxCustomContainerReportLinkOptionsPagination TdxLayoutControlReportLinkOptionsPagination

See Also

TdxLayoutControlReportLinkOptionsPagination Members

dxPSdxLCLnk Unit