TCustomdxNativeTreeViewReportLink.AutoNodesExpand Property
In This Article
Specifies whether nodes are expanded when printing a tree view component.
#Declaration
Delphi
property AutoNodesExpand: Boolean read; write; default False;
#Property Value
Type | Default |
---|---|
Boolean | False |
#Remarks
Set the AutoNodesExpand property to True to force all nodes to expand when printing a report. If the AutoNodesExpand property is False, all tree view items are printed as is.
The default value of this property is False.
See Also