ActiveReports 12
Remove Method (ToolsCollection)

GrapeCity.ActiveReports.Web.v12 Assembly > GrapeCity.ActiveReports.Web.Controls Namespace > ToolsCollection Class : Remove Method
The Tool object to remove from the collection.
Removes the specified tool from the collection.
Syntax
'Declaration
 
Public Function Remove( _
   ByVal item As ToolBase _
) As Boolean
public bool Remove( 
   ToolBase item
)

Parameters

item
The Tool object to remove from the collection.

Return Value

true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the original Collection.
See Also

Reference

ToolsCollection Class
ToolsCollection Members