TCustomdxNativeTreeViewReportLink.ExplicitTreeViewExpand Property
Specifies whether the nodes are expanded according to the ExpandLevel property’s value when a tree view component is printed.
Declaration
property ExplicitTreeViewExpand: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
Set the ExplicitTreeViewExpand property to True to force the nodes in a tree view component to expand up to the level specified by the ExpandLevel property when a report is printed. Otherwise, all the nodes in a tree view are expanded (this behaviour corresponds to the ExpandLevel property’s value of -1).
The ExplicitTreeViewExpand property has no effect when the AutoNodesExpand property is inactive, i.e. set to False.
The default value of the ExplicitTreeViewExpand property is False.
See Also