Removes an object from the collection.

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

Syntax

C#
public void Remove(
	string name
)
Visual Basic (Declaration)
Public Sub Remove ( _
	name As String _
)
Visual C++
public:
void Remove(
	String^ name
)

Parameters

name
Type: System..::.String

See Also