TcxTreeListReportLinkOptionsSelection Class
Options which determine how a TreeList control selection should be processed.
Declaration
TcxTreeListReportLinkOptionsSelection = class(
TdxCustomTableControlReportLinkOptionsSelection
)
Remarks
The TcxTreeListReportLinkOptionsSelection class contains options that specify how the TreeList control selection will be displayed within the report. The ProcessSelection property determines whether the selection will be displayed within the report.
If the TreeList control is in multiselect mode then the ProcessExactSelection provides additional control upon the selection representation. If it is True the selection is displayed in its current state. Otherwise, the owner node and all nodes at the same save level as the selected nodes are displayed as selected.
After changing options you can always restore their default values using the RestoreDefaults method.
Inheritance
TObject
TPersistent
TdxCustomReportLinkOptions
TdxCustomTableControlReportLinkOptions
TdxCustomTableControlReportLinkOptionsSelection
TcxTreeListReportLinkOptionsSelection
See Also