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

Parameters

caption
Type: System..::..String
The node caption.
location
Type: C1.C1Preview..::..IDocumentLocation
The location within a document associated with the current node.

See Also