ReportViewer Instructions
Introduction
This example demonstrates the behavior of the DevExpress APSxWebDocumentViewer, that is wrapped within a WiseJ ASPNetWrapper.
Problem
We want to switch the used report within the DocumentViewer, when the user updates the paramters (i.E the year for the report).
Unfortunately the reportviewer does not update after it did load the first report.
Steps to reproduce
- Open the application
- Wait until the reportviewer is loaded
- Wait for the report to load
- Press the
Change Report
Button
Expected behaviour
After pressing the button, the report should get exchanged by the new one and the label within the report should switch from Report 1
to Report 2
or vice versa.
Actual behaviour
The report does get exchanged in the backend, but the frontend does not reflect this change.