Base class for all Report components in the library. Provides basic logic for working with final documents.

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

Syntax

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

Inheritance Hierarchy

See Also