TcxTreeListReportLinkOptionsFormatting Members
Represents the options which define the TreeList‘s appearance in the report.Constructors
| Name | Description |
|---|---|
| Create(TdxCustomcxControlReportLink) | Initializes a new instance of the TdxCustomReportLinkOptions class with specified settings. Inherited from TdxCustomReportLinkOptions. |
Properties
| Name | Description |
|---|---|
| ActualNodeSeparatorColor | |
| ConsumeSelectionStyle | Specifies whether or not to show stylized selections in the report. |
| GridLineColor | Specifies the color of the grid lines (if any) within a report. Inherited from TdxCustomReportLinkOptionsFormatting. |
| LookAndFeelKind | Specifies the overall look and feel of a report. Inherited from TdxCustomReportLinkOptionsFormatting. |
| NodeSeparatorColor | Specifies the color for the TreeList control node separator. |
| NodeSeparatorThickness | Specifies the width for the TreeList control node separator. |
| ReportLink | Specifies the report link to which the options are applied. |
| SuppressBackgroundBitmaps | Determines whether background images are displayed within a report. Inherited from TdxCustomReportLinkOptionsFormatting. |
| UseLookAndFeelColors | Indicates the look and feel style used to paint the elements of the control associated with the report link which is drawn using native windows style. Inherited from TdxCustomReportLinkOptionsFormatting. |
| UseNativeStyles |
Specifies whether the control associated with the report link will be painted using the report link’s Styles settings or its own Styles settings. Inherited from TdxCustomReportLinkOptionsFormatting. |
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