Gets or sets a value specifying how outlines of the document or report represented by the current item will be treated when the outline for the whole multi-document is prepared. This property is ignored if OutlineNode is null.

For details, see the remarks section of the property.

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

Syntax

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

See Also