TdxGridReportLinkOptionsPreview Members
Options for displaying preview sections of the grid 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. Inherited from TdxCustomTableControlReportLinkOptionsPreview. |
| MaxLineCount | Specifies the maximum number of text lines, which can be displayed at once within the preview section of a report. Inherited from TdxCustomTableControlReportLinkOptionsPreview. |
| ReportLink | Specifies the report link to which the options are applied. |
| Visible | Determines whether the preview section is visible within a report. Inherited from TdxCustomTableControlReportLinkOptionsPreview. |
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