TcxTreeListReportLinkOptionsView Members
Options determining which TreeList control’s elements should be displayed 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 |
|---|---|
| BandHeaders | Specifies whether the band headers of the TreeList control are displayed within the report. |
| Borders | Specifies whether the border of the TreeList control is displayed within the report. |
| ExpandButtons | Specifies whether expand buttons are displayed in a report. Inherited from TdxCustomTableControlReportLinkOptionsView. |
| Footers | Specifies whether the footer of the TreeList control is displayed within the report. |
| Headers | Specifies whether the column headers of the TreeList control are displayed within the report. |
| ReportLink | Specifies the report link to which the options are applied. |
| TreeLines | Specifies whether the tree lines of the TreeList control are displayed within the 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