Initializes a new instance of the OutlineNode class.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public OutlineNode(
	string caption
)
Visual Basic
Public Sub New ( _
	caption As String _
)

Parameters

caption
Type: System..::..String
The node caption.

See Also