New to Telerik Reporting? Download free 30-day trial

HTML5 WebForms Report Viewer Does Work on AJAXified Pages

Environment

Product Progress® Telerik® Reporting
Version Q2 2012 and later
Report Viewers HTML5 WebForms

Description

The HTML5 WebForms Report Viewer does not work in an AJAXified page.

Cause

The HTML5 WebForms Report Viewer is a wrapper of the HTML5 JavaScript Report Viewer. The wrapper renders the JavaScript object on the page and registers the scripts at the end of the page.

Solution

To solve this issue, update the viewer in the page by using ite exposed Client-Side API.

Alternatively, make a full post-back to recreate the viewer object.

In this article