ActiveReports 14 .NET Edition
ActiveReports 14 User Guide / Samples and Walkthroughs / Samples / Web Samples / WebViewer Pro
In This Topic
    WebViewer Pro
    In This Topic

    The Active Reports WebViewer Pro Sample describes the standard ActiveReports web features as well as other features available in the Professional Edition only, such as HTTP handlers, custom PDF and HTML export, parameterized reports, and more.

    An image describing the features available in the Professional Edition

    An image describing the features available in the Professional Edition

    Note: Before running this sample, in the Solution Explorer, click the Licenses.licx file and then, from the Build menu, select Build Runtime License. Please see To license Web Forms projects made on the trial version for details.

    Sample Location

    Visual Basic.NET

    ..\WebSamples14\JsViewerSamples\WebViewerPro_ASP.NET_VB.NET

    C#

    ..\WebSamples14\JsViewerSamples\WebViewerPro_ASP.NET_C#

    Details

    When you run the sample, the Default.aspx page appears in your browser. This page provides links to other sample pages that demonstrate the following web features.

    WebControl for ASP.NET: This link opens the WebControl.aspx page that allows you to select any of the three Viewer Types and it also allows you to select from Section, Page and RDL Report Type.

    The three Viewer Types that are available are as follows:

    PWebControl.aspx page

    PWebControl.aspx page

    HTTPHandlers: This link opens the HttpHandlers.aspx page with the http handler examples.

    HttpHandlers.aspx page

    HttpHandlers.aspx page

    Parameterized Report Example: This link opens the page that demonstrates how to generate a report by passing a parameter to the report.

    Parameterized Report Example

    Parameterized Report Example

    Note: To run this sample, you must have access to the Nwind.mdb. The NWIND.mdb file can be downloaded from GitHub: ..\Samples14\Data\NWIND.mdb.

    The project contains the following elements:

    See Also