ActiveReports 12
Add Method (ToolsCollection)

GrapeCity.ActiveReports.Web.v12 Assembly > GrapeCity.ActiveReports.Web.Controls Namespace > ToolsCollection Class : Add Method
The Tool object to add to the collection.
Add the specified tool to the tools collection.
Syntax
'Declaration
 
Public Sub Add( _
   ByVal item As ToolBase _
) 
public void Add( 
   ToolBase item
)

Parameters

item
The Tool object to add to the collection.
See Also

Reference

ToolsCollection Class
ToolsCollection Members
Tool Class