Adds the specified IDesignerTool to the end of the collection.

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

Syntax

C#
public IDesignerTool Add(
	IDesignerTool value
)
Visual Basic (Declaration)
Public Function Add ( _
	value As IDesignerTool _
) As IDesignerTool
Visual C++
public:
IDesignerTool^ Add(
	IDesignerTool^ value
)

See Also