Removes the specified script from the collection.

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

Syntax

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

Parameters

value
Type: ScriptInfo

See Also