ActiveReports 8
ToolsCollection Class Members
See Also  Properties  Methods 
GrapeCity.ActiveReports.Web.v8 Assembly > GrapeCity.ActiveReports.Web.Controls Namespace : ToolsCollection Class

Glossary Item Box

The following tables list the members exposed by ToolsCollection.

Public Constructors

 NameDescription
Public ConstructorToolsCollection ConstructorInitializes a new instance of the ToolsCollection class.  
Top

Public Properties

 NameDescription
Public PropertyCount (Inherited from System.Collections.ObjectModel.Collection<ToolBase>)
Public PropertyItemThe Tool object to remove from the collection.  
Top

Public Methods

 NameDescription
Public MethodAddAdd the specified tool to the tools collection. (Inherited from System.Collections.ObjectModel.Collection<ToolBase>)
Public MethodClearClears all tools from the collection. (Inherited from System.Collections.ObjectModel.Collection<ToolBase>)
Public MethodContains (Inherited from System.Collections.ObjectModel.Collection<ToolBase>)
Public MethodCopyTo (Inherited from System.Collections.ObjectModel.Collection<ToolBase>)
Public MethodIndexOf (Inherited from System.Collections.ObjectModel.Collection<ToolBase>)
Public MethodInsert (Inherited from System.Collections.ObjectModel.Collection<ToolBase>)
Public MethodRemoveRemoves the specified tool from the collection. (Inherited from System.Collections.ObjectModel.Collection<ToolBase>)
Public MethodRemoveAtRemoves the tool in the specified position from the collection. (Inherited from System.Collections.ObjectModel.Collection<ToolBase>)
Top

See Also