TcxVerticalGridReportLinkOptionsSize Members
Contains options which affect the vertical grid control size within a report.Constructors
| Name | Description |
|---|---|
| Create(TdxCustomcxControlReportLink) | Initializes a new instance of the TdxCustomReportLinkOptions class with specified settings. Inherited from TdxCustomReportLinkOptions. |
Properties
| Name | Description |
|---|---|
| AutoWidth | Specifies whether the width of the control associated with a report link is automatically adjusted to fit the report page’s width. Inherited from TdxCustomReportLinkOptionsSize. |
| BestFit | Determines if vertical grid control records should be resized to display the cells contents in their entirety. |
| KeepSameRecordWidths | Determines whether or not vertical grid records keep the same width when the BestFit option is active. |
| ReportLink | Provides access to the report link for which the current options are applied. |
| WrapRecords | Determines if vertical grid records should be wrapped at the right edge of a report page. |
| WrapSeparatorHeight | Specifies the height of the wrapped records separator. |
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