TdxCustomTableControlReportLinkOptionsPagination Members
Represents the report link’s options, which determine how a multi-page report for a table control is split across the pages.Constructors
| Name | Description |
|---|---|
| Create(TdxCustomcxControlReportLink) | Initializes a new instance of the TdxCustomReportLinkOptions class with specified settings. Inherited from TdxCustomReportLinkOptions. |
Properties
| 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. |
Methods
| Name | Description |
|---|---|
| Assign(TPersistent) | Inherited from TPersistent. |
| AssignTo(TPersistent) | Inherited from TPersistent. |
| Equals(TObject) | Inherited from TObject. |
| GetHashCode | Inherited from TObject. |
| GetNamePath | Inherited from TPersistent. |
| GetOwner | Inherited from TPersistent. |
| RestoreDefaults | Provides empty implementation to be overridden in subclasses. Inherited from TdxCustomReportLinkOptions. |
| ToString | Inherited from TObject. |
See Also