Represents both report templates and final reports.

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

Syntax

C#
[SerializableAttribute]
public class Document : ReportComponent, ISerializable
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class Document _
	Inherits ReportComponent _
	Implements ISerializable
Visual C++
[SerializableAttribute]
public ref class Document : public ReportComponent, 
	ISerializable

Inheritance Hierarchy

System..::.Object
  PerpetuumSoft.Reporting.DOM..::.ReportComponent
    PerpetuumSoft.Reporting.DOM..::.Document

See Also