TcxVerticalGridReportLinkOptionsPagination Members
Contains options defining the manner in which the vertical grid control is split across report pages.Constructors
| Name | Description |
|---|---|
| Create(TdxCustomcxControlReportLink) | Initializes a new instance of the TdxCustomReportLinkOptions class with specified settings. Inherited from TdxCustomReportLinkOptions. |
Properties
| Name | Description |
|---|---|
| ByRows | Specifies if the vertical grid control should be split across report pages to display the maximum number possible of rows in their entirety on a single page. |
| ByWrapping | Specifies if the vertical grid control should be split across report pages to display as many wrapped records as possible on a single page. |
| OneWrappingPerPage | Specifies that only one wrapped records row is displayed within a report page. |
| ReportLink | Provides access to the report link for which the current options are applied. |
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