Base class for sub reports.

Namespace:  PerpetuumSoft.Reporting.DOM
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public abstract class SubReportBase : RegularBand
Visual Basic (Declaration)
Public MustInherit Class SubReportBase _
	Inherits RegularBand
Visual C++
public ref class SubReportBase abstract : public RegularBand

Inheritance Hierarchy

See Also