Version

ReportBase Class

Abstract base class for reporting.
Syntax
'Declaration
 
Public MustInherit Class ReportBase 
   Inherits Infragistics.PropertyChangeNotifier
public abstract class ReportBase : Infragistics.PropertyChangeNotifier 
Remarks

The class exposes properties that determine the default settings for the report.

Note: the derived class, Report, is in the Infragistics.Wpf.Reporting assembly, and it exposes a collection of ReportSections which surface additional properties that can be used to override the defaults specified here.

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