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

Glossary Item Box

Represents a collection of tools for use with the customizable FlashViewer ToolBarObject.

Object Model

ToolsCollection Class

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class ToolsCollection 
   Inherits System.Collections.ObjectModel.Collection(Of ToolBase)
C# 
public sealed class ToolsCollection : System.Collections.ObjectModel.Collection<ToolBase> 

Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      GrapeCity.ActiveReports.Web.Controls.ToolsCollection

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also