Gets or sets the outline node representing the current item in Outlines.

For details, see the remarks section of the property.

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

Syntax

C#
public OutlineNode OutlineNode { get; set; }
Visual Basic
Public Property OutlineNode As OutlineNode
	Get
	Set

Return Value

The combined outline for the multi-document.

See Also