Gets the collection of outlines defined on the document or report represented by the current multi-document item.

For details, see the remarks section of the property.

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

Syntax

C#
public OutlineNodeCollection Outlines { get; }
Visual Basic
Public ReadOnly Property Outlines As OutlineNodeCollection
	Get

See Also