Version

UltraTreePrintDocument Class

Component for rendering an UltraTree to the printer.
Syntax
'Declaration
 
Public Class UltraTreePrintDocument 
   Inherits Infragistics.Win.Printing.UltraPrintDocument
public class UltraTreePrintDocument : Infragistics.Win.Printing.UltraPrintDocument 
Remarks

The UltraTreePrintDocument component is used to print the contents of an UltraTree control.

Since printing requires output analogous to the UltraTree control, the component creates an instance of an UltraTree control as required for the print operation. The component also exposes a Tree property. When a Tree control is created for the print operation, the properties of the corresponding Tree control are copied to the control created by the print document. In addition, the component exposes an event to allow this control to be initialized. For example, when output is being generated, an UltraTree is created by the print document; if the Tree property is set, the properties of that control that do not conflict with the requirements for the print operation are copied over to the newly created control. Subsequently, the InitializeTree event is invoked to allow any further modification of the control.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UltraTreePrintDocument Members
Infragistics.Win.UltraWinTree Namespace
Infragistics.Win.Printing.UltraPrintDocument