title | page_title | description | slug | tags | published | type | res_type |
---|---|---|---|---|---|---|---|
The HTML5 Report Viewer Parameters Are Not Updated on Refreshing |
The HTML5 Report Viewer Parameters Are Not Updated on Refreshing |
Learn how to fix the issues when the HTML5 ReportViewer parameters are not updated on refreshing. |
cannot-refresh-html5-reportviewer-parameters |
telerik, reporting, troubleshoot, html5, reportviewer, cannot, refresh, parameters |
true |
troubleshooting |
kb |
Product | Progress® Telerik® Reporting |
Version | Q2 2012 and later |
Report Viewers | WinForms, WPF, ASP.NET |
The parameters of the report are not updated on refreshing the HTML5 Report Viewer.
The HTML5 Report Viewer sends information about the reportSource.parameters
of the client in a JSON-formatted string.
To solve this issue, use the following approaches:
-
Try to update the JSON.NET NuGet package to the latest official version through the Visual Studio NuGet Package Manager Dialog.
-
Verify that the HTML5 Viewer [
persisSession
]({%slug telerikreporting/using-reports-in-applications/display-reports-in-applications/web-application/html5-report-viewer/api-reference/report-viewer-initialization%}) is set tofalse
.