ActiveReports 8
FlashViewerToolBar Property
See Also 
GrapeCity.ActiveReports.Web.v8 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.

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