Represents the data sources collection.

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

Syntax

C#
public class DocumentDataSourceCollection : Collection<DocumentDataSource>
Visual Basic (Declaration)
Public Class DocumentDataSourceCollection _
	Inherits Collection(Of DocumentDataSource)
Visual C++
public ref class DocumentDataSourceCollection : public Collection<DocumentDataSource^>

Inheritance Hierarchy

System..::.Object
  System.Collections.ObjectModel..::.Collection<(Of <(DocumentDataSource>)>)
    PerpetuumSoft.Reporting.Data..::.DocumentDataSourceCollection

See Also