TdxCustomTableControlReportLinkOptionsPagination Properties
Represents the report link’s options, which determine how a multi-page report for a table control is split across the pages.| Name | Description |
|---|---|
| Band protected | Specifies how the bands in a table control are split across the report’s pages. |
| Column | Specifies how the columns in a table control are split across the report’s pages. |
| Custom | Specifies whether custom page breaks are enabled within a report. |
| ReportLink | Provides access to the report link which the current options are applied to. Inherited from TdxCustomReportLinkOptions. |
| Row protected | Specifies how the rows in a table control are split across a report’s pages. |
See Also