Represents the collection of IDesignerTool objects.

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

Syntax

C#
public class IDesignerToolCollection : CollectionBase
Visual Basic (Declaration)
Public Class IDesignerToolCollection _
	Inherits CollectionBase
Visual C++
public ref class IDesignerToolCollection : public CollectionBase

Inheritance Hierarchy

System..::.Object
  System.Collections..::.CollectionBase
    PerpetuumSoft.Reporting.Designer..::.IDesignerToolCollection

See Also