Adds the specified array IDesignerTool objects 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 void Add(
	IDesignerTool[] values
)
Visual Basic (Declaration)
Public Sub Add ( _
	values As IDesignerTool() _
)
Visual C++
public:
void Add(
	array<IDesignerTool^>^ values
)

Parameters

values
Type: array< PerpetuumSoft.Reporting.Designer..::.IDesignerTool >[]()[]

See Also