TreeListOptionsPrint Properties
Provides options that control how the Tree List control is printed and exported.| Name | Description |
|---|---|
| AllowCancelPrintExport | Gets or sets whether the print/export progress window contains the Cancel button, which allows an end-user to cancel the current print/export operation. |
| AutoRowHeight | Gets or sets whether the height of nodes is calculated automatically when the Tree List is printed. |
| AutoWidth | Gets or sets whether columns are automatically stretched when the tree list is printed so that it fits the page’s width (except margins). |
| PrintAllNodes | Gets or sets whether the Tree List is printed with all its nodes expanded. |
| PrintBandHeader | Gets or sets whether band headers are printed/exported. |
| PrintCheckBoxes | Gets or sets whether to print node check boxes. |
| PrintFilledTreeIndent | Gets or sets whether the tree indents are painted using the appearance settings of their corresponding nodes when the Tree List is printed. |
| PrintFirstLine | Gets or sets whether to print the nearest (leftmost) vertical gridlines in the column that displays the node expand buttons. |
| PrintFixedColumnsOnEveryPage | Gets or sets whether left-fixed columns and bands are repeated on every print/export page. |
| PrintHorzLines | Gets or sets whether horizontal lines are printed. |
| PrintImages | Gets or sets whether the state and select images are printed. |
| PrintPageHeader | Gets or sets whether column headers are printed. |
| PrintPreview | Gets or sets whether preview sections are printed. |
| PrintReportFooter | Gets or sets whether the summary footer is printed. |
| PrintRowFooterSummary | Gets or sets whether group footers are printed. |
| PrintTree | Gets or sets whether the tree lines are printed. |
| PrintTreeButtons | Gets or sets whether the node expand buttons are printed. |
| PrintVertLines | Gets or sets whether vertical lines are printed. |
| ShowPrintExportProgress | Gets or sets whether a separate window is used to indicate print/export progress. |
| UsePrintStyles | Gets or sets whether the print appearances are used when the Tree List is printed and exported. |
See Also