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,
	C1LinkTarget linkTarget
)
Visual Basic
Public Sub New ( _
	caption As String, _
	linkTarget As C1LinkTarget _
)

Parameters

caption
Type: System..::..String
The node caption.
linkTarget
Type: C1.C1Preview..::..C1LinkTarget
The C1LinkTarget associated with this node.

See Also