TdxCustomTableControlReportLinkOptionsOnEveryPage Members
Represents the report link’s options, which control the appearance of the table controls’ elements on each report page.Constructors
| Name | Description |
|---|---|
| Create(TdxCustomcxControlReportLink) | Initializes a new instance of the TdxCustomReportLinkOptions class with specified settings. Inherited from TdxCustomReportLinkOptions. |
Properties
| Name | Description |
|---|---|
| BandHeaders | Determines whether band headers are displayed on each report page or only the first page. |
| Footers | Determines whether the footer panel is displayed on each report page or on the first page only. |
| Headers | Determines whether column headers are displayed on each report page or on the first page only. |
| ReportLink | Provides access to the report link, which the current options are applied for. Inherited from TdxCustomTableControlReportLinkOptions. |
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