C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / NestedOutlinesMode Enumeration

NestedOutlinesMode Enumeration
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.
Syntax
'Declaration
 
Public Enum NestedOutlinesMode 
   Inherits System.Enum
 
Members
MemberDescription
AddChildrenThe outlines of the associated document or report are added as children of the multi-document item's outline node.
ReplaceThe outlines of the associated document or report replace the multi-document item's outline node.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.C1Preview.NestedOutlinesMode

See Also