Represents the document template data source.

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

Syntax

C#
public abstract class DocumentDataSource : IDataSource, 
	ICloneable
Visual Basic (Declaration)
Public MustInherit Class DocumentDataSource _
	Implements IDataSource, ICloneable
Visual C++
public ref class DocumentDataSource abstract : IDataSource, 
	ICloneable

Inheritance Hierarchy

See Also