ActiveReports Developer 7
Tools Property
See Also 
GrapeCity.ActiveReports.Web.v7 Assembly > GrapeCity.ActiveReports.Web.Controls Namespace > ToolBarObject Class : Tools Property

Glossary Item Box

Gets or sets the collection of tools to display in the toolbar.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Tools As ToolsCollection
C# 
public ToolsCollection Tools {get;}

Property Value

A ToolsCollection object.

See Also