Represents base class for report sources.
Namespace:
PerpetuumSoft.Reporting.ComponentsAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public abstract class ReportSlot : Component, IReportSource |
| Visual Basic (Declaration) |
|---|
Public MustInherit Class ReportSlot _ Inherits Component _ Implements IReportSource |
| Visual C++ |
|---|
public ref class ReportSlot abstract : public Component, IReportSource |
Inheritance Hierarchy
System..::.Object
System..::.MarshalByRefObject
System.ComponentModel..::.Component
PerpetuumSoft.Reporting.Components..::.ReportSlot
PerpetuumSoft.Reporting.Components..::.FileReportSlot
PerpetuumSoft.Reporting.Components..::.InlineReportSlot
PerpetuumSoft.Reporting.Components..::.UrlReportSlot
System..::.MarshalByRefObject
System.ComponentModel..::.Component
PerpetuumSoft.Reporting.Components..::.ReportSlot
PerpetuumSoft.Reporting.Components..::.FileReportSlot
PerpetuumSoft.Reporting.Components..::.InlineReportSlot
PerpetuumSoft.Reporting.Components..::.UrlReportSlot