Hi
Is it possible to store and use report design files (rdl files) in database instead of file system?
Thanks a lot.
Hi Seckin Karabacakoglu,
Thanks for the update,
You have to add the external server option with the API to save the report in your application or the database. Please find the sample below,
Sample: https://www.syncfusion.com/downloads/support/directtrac/general/ze/BoldReportsCore236484395.zip
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 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.
|
Note: If this post is helpful, please consider Accepting it as the solution so that other members can locate it more quickly.
Regards,
Arumugasami M