ActiveReports Developer 7
FlashViewerToolBar Property
See Also 
GrapeCity.ActiveReports.Web.v7 Assembly > GrapeCity.ActiveReports.Web Namespace > WebViewer Class : FlashViewerToolBar Property

Glossary Item Box

Gets the ToolBarObject to use as the toolbar in the FlashViewer.

Syntax

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

Property Value

A ToolBarObject.

Remarks

Use this property to specify a customized toolbar that you have created.

See Also