Version

ReportViewBase Class

Abstract base class for all report views in DataPresenterBase derived controls.
Syntax
'Declaration
 
Public MustInherit Class ReportViewBase 
   Inherits ViewBase
   Implements IExportOptions 
public abstract class ReportViewBase : ViewBase, IExportOptions  
Remarks

ReportViewBase derived objects are used by the XamDataGrid to provide settings and defaults that can query when it provides print generation. This class provides option to control print version of a XamDataGrid. For example if you have applied a CellValuePresenterStyle to a XamDataGrid, the ReportViewBase class exposes property called ExcludeCellValuePresenterStyles to exclude this style in printing version of grid.

Note: One ReportViewBase derived view is included in this version of the controls:

  • TabularReportView - Arranges items in a classic grid format with tabular indent for children records.

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