TdxCustomTableControlReportLinkOptionsPreview Members
Represents the report link’s options, which control and customize the appearance of the table control’s preview section in a report.Constructors
| Name | Description |
|---|---|
| Create(TdxCustomcxControlReportLink) | Initializes a new instance of the TdxCustomReportLinkOptions class with specified settings. Inherited from TdxCustomReportLinkOptions. |
Properties
| Name | Description |
|---|---|
| AutoHeight | Specifies whether the height of a table control’s preview section is adjusted so as to accommodate the entire preview’s text. |
| MaxLineCount | Specifies the maximum number of text lines, which can be displayed at once within the preview section of a report. |
| ReportLink | Provides access to the report link, which the current options are applied for. Inherited from TdxCustomTableControlReportLinkOptions. |
| Visible | Determines whether the preview section is visible within a report. |
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