Represents the collection of Command objects.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  System.Collections..::.CollectionBase
    PerpetuumSoft.Reporting.CommandModel..::.CommandCollection

See Also