Version

TreeReportView Class

A report view that prints the contents of a DataPresenterBase derived control in a tree format.
Syntax
'Declaration
 
Public Class TreeReportView 
   Inherits ReportViewBase
   Implements IExportOptions 
public class TreeReportView : ReportViewBase, IExportOptions  
Remarks

The TreeReportView object is used by XamTreeGrid, XamDataGrid and XamDataPresenter to provide settings and defaults that DataPresenterBase (the base class for the XamTreeGrid and XamDataPresenter controls) can query when it provides print generation services in support of the View. The TreeReportView exposes properties to control the print version of the tree. You can interact with TreeReportView through DataPresenterBase.ReportView. By default XamTreeGrid creates a TreeReportView with default settings as described in ViewBase.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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