ActiveReports 9
Customize the FlashViewer Toolbar
Show AllShow All
Hide AllHide All

When you use the WebViewer that is licensed with the Professional Edition, one of the ViewerTypes that you can select is FlashViewer. The FlashViewer toolbar is very similar to the Viewer control's toolbar. You can show or hide it, reorder buttons, remove buttons, add custom buttons, or create a custom toolbar. Use the Web.Controls namespace to create custom buttons or a custom toolbar that you can specify in the WebViewer's FlashViewerToolbar property.

The following buttons are provided by default.

Heading Print Page Range
Search Zoom-out Zoom
Zoom-in Single Page Multiple pages
Continuous Page Previous Page Next Page
Page Number Backwards Forward

Drop down the sections below for code samples.

Note: This code is ignored if the ViewerType property of the WebViewer control is not set to FlashViewer.

To hide the toolbar

To add a using or Imports directive

To reorder buttons in the toolbar

To remove a button from the toolbar

To create a custom button and add it to the toolbar

To create a custom toolbar and add it to the viewer

See Also

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum