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

TdxCustomTableControlReportLinkOptionsPagination Class

Represents the report link’s options, which determine how a multi-page report for a table control is split across the pages.

#Declaration

Delphi
TdxCustomTableControlReportLinkOptionsPagination = class(
    TdxCustomReportLinkOptionsPagination
)

#Remarks

The TdxCustomTableControlReportLinkOptionsPagination class is the base class for classes which provide options that are used to customize the manner in which a report for a table control such as the TreeList and Grid is paginated. The following properties are used to specify this:

  • Band and Column – used to avoid partial bands and columns in a report during horizontal pagination, correspondingly;

  • Row – used to avoid partial rows in a report during vertical pagination;

  • Custom – enables setting page breaks within a report.

Descendants of the TdxCustomTableControlReportLinkOptionsPagination class (the TdxGridReportLinkOptionsPagination and TcxTreeListReportLinkOptionsPagination classes) extend it with new options specific to particular controls.

#Inheritance

See Also