Exago .NET API Documentation
CustomTreeNode Constructor(String)
WebReports.UI.Controls Namespace > CustomTreeNode Class > CustomTreeNode Constructor : CustomTreeNode Constructor(String)
The name of the custom item to add to the tree.
Create a new custom item (not a folder) to appear in the Report Tree, with the name provided in the name argument. To add a folder, use a CustomTreeFolder object instead.
Syntax
public CustomTreeNode( 
   System.string text
)

Parameters

text
The name of the custom item to add to the tree.
See Also

Reference

CustomTreeNode Class
CustomTreeNode Members
Overload List