Gets the OutlineNodeCollection representing the collection of OutlineNode objects of the current document.

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

Syntax

C#
[XmlElementAttribute("Outlines")]
[BrowsableAttribute(false)]
public OutlineNodeCollection Outlines { get; }
Visual Basic
<XmlElementAttribute("Outlines")> _
<BrowsableAttribute(False)> _
Public ReadOnly Property Outlines As OutlineNodeCollection
	Get

See Also