Builds the outline tree for the current multi-document, merging the multi-document's own outlines (Outlines) and outline trees of documents and reports contained within the multi-document.

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 MakeOutlines()
Visual Basic
Public Function MakeOutlines As OutlineNodeCollection

Return Value

The combined outline for the multi-document.

See Also