Specifies how outlines of a document or report associated with a multi-document item are treated when the outline tree for the whole multi-document is prepared.

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

Syntax

C#
public enum NestedOutlinesMode
Visual Basic
Public Enumeration NestedOutlinesMode

Members

Member nameDescription
AddChildren The outlines of the associated document or report are added as children of the multi-document item's outline node.
Replace The outlines of the associated document or report replace the multi-document item's outline node.

See Also