TdxGridReportLinkOptionsPagination Members
Represents a set of options that determine where multi-page reports will be split.Constructors
| Name | Description |
|---|---|
| Create(TdxCustomcxControlReportLink) | Initializes a new instance of the TdxCustomReportLinkOptions class with specified settings. Inherited from TdxCustomReportLinkOptions. |
Properties
| Name | Description |
|---|---|
| Band | Determines whether multi-page reports use band boundaries for pagination. |
| Column | Determines whether multi-page reports use column boundaries for pagination. |
| Custom | Specifies whether custom page breaks are enabled within a report. Inherited from TdxCustomTableControlReportLinkOptionsPagination. |
| OneGroupPerPage | |
| ReportLink | Specifies the report link to which the options are applied. |
| Row | Determines whether multi-page reports use row boundaries for pagination. |
| TopLevelGroup |
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