- Dear Syncfusion.
-I started working on a reactjs project and I use board report. I had a problem every page updates the work in board disappeared. in I think there are two solution souvgarde data in localSotrage or in database but the problem I do not find method to find the data.
-I hope there is a solution to recover data and save it
here is an example of my work
I hope my problem is clear.
Regards,
thanks for reply
I want to save the report in my database (MySql, or NoSql) the problem I don't find the data I want to save. and if possible also i want saved locally because if i refresh page my work disappeared.
Regards,
|
In Server side: (ExternalReportServer.cs)
Using the GetReport method you can open your report from your application. If you want to open from your server. Please modify the below method as per your requirement.
| |
|
In Server side: (ExternalReportServer.cs)
In the provided sample the report will be saved in our application location. If you want to save the report in database means, then you can modify the below method as per your requirement.
|