Represents a collection of associated String keys and Object values. Manages the list of data sources in report.

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

Syntax

C#
public class ObjectPointerCollection : NameObjectCollectionBase, 
	IDataSourceManager
Visual Basic (Declaration)
Public Class ObjectPointerCollection _
	Inherits NameObjectCollectionBase _
	Implements IDataSourceManager
Visual C++
public ref class ObjectPointerCollection : public NameObjectCollectionBase, 
	IDataSourceManager

Inheritance Hierarchy

System..::.Object
  System.Collections.Specialized..::.NameObjectCollectionBase
    PerpetuumSoft.Reporting.Components..::.ObjectPointerCollection

See Also