ActiveReports 6 Online Help
Getting Started with the Web Viewer (Pro Edition)

The WebViewer control allows you to quickly display reports in Web applications, and now includes a FlashViewer option. You must purchase the Professional Edition license in order to use the WebViewer control; the FlashViewer can be used in both Standard and Pro Editions. If you have the Standard Edition license, see Web Walkthroughs (Standard Edition).

To use the WebViewer control, you must first add it to the Visual Studio toolbox. See Adding ActiveReports Controls for more information.

You must also configure HTTP Handlers on your server so that IIS knows how to associate ActiveReports files in the browser.

Once you have the control in your toolbar, you can add it to the Design view of an ASPX page in a Web application, and set its ReportName property to the name of an ActiveReport within your solution.

Important: If you elect to use the FlashViewer ViewerType, you must copy the ActiveRepors.FlashViewer.swf file into your project folder. This file is located in:

C:\Program Files\GrapeCity\ActiveReports 6\Deployment (on a 64-bit Windows operating system, this file is located in C:\Program Files (x86)\GrapeCity\ActiveReports 6\Deployment).

For more control of the output, the WebViewer offers many properties, some of which only apply when you select a specific ViewerType. Drop down the table below for more information on each of the properties.

WebViewer Control Properties

For more information on properties inherited from the system, see the Class Library and Visual Studio help.

See Also

Walkthroughs

Related Sections

How To