Hello everyone,
I am facing an issue for Report Viewer Control which is embedded in my ASP.NET MVC web application. Due to the performance issue, I have set the AsyncRendering to TRUE and this leads to the problem of resetting the Radio Buttons and Checkboxes in the Report
Parameters & keeps them un-checked after clicking "View Report" button. If I set AsyncRendering to FALSE then everything works as expected but for large reports, this configuration leads to crashing of the application by causing it to hang.
Please help me out with this problem.
Initial state
After clicking on "View Report" button