Version

TabularReportView Class

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

The TabularReportView object is used by XamDataGrid and XamDataPresenter to provide settings and defaults that DataPresenterBase (the base class for the XamDataGrid and XamDataPresenter controls) can query when it provides print generation services in support of the View. The TabularReportView exposes properties to control the print version of grid. You can interact with TabularReportView through DataPresenterBase.ReportView. By default XamDataGrid creates a TabularReportView 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