I also have a problem, I'm loading REST reports into webReportDesigner. If I call a report, it always returns the report I requested first. Can you please help me what could be the problem?
Thank
1 Answer, 1 is accepted
0
Accepted
Momchil
Telerik team
answered on 13 Sep 2023, 07:19 AM
Hello Tomas,
If I understand correctly, you are editing multiple reports with the Web Report Designer but when you refresh the page, the report you edited last is not the one that is opened. Instead, the report specified in the initialization properties of the designer is the one that is loaded.
By default, information such as previously opened reports, the last opened report, etc. is stored in the brоwser's local storage but if the option the preserve open reports on exit is disabled, this information will be ignored.
Please check whether the aforementioned option is enabled on your end:
Menu -> Workspace Preferences -> General -> Preserve open reports on exit
If the above does not help, perhaps the browser is configured to prevent web applications from saving data to the local storage. You can test this by opening the designer in a different browser or taking a look at the local storage with the browser's developer tools.
Here is a screenshot of what the storage might look like if everything is working correctly.