Removes the specified IDesignerTool from the collection.

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

Syntax

C#
public void Remove(
	IDesignerTool value
)
Visual Basic (Declaration)
Public Sub Remove ( _
	value As IDesignerTool _
)
Visual C++
public:
void Remove(
	IDesignerTool^ value
)

See Also