Report Designer Disable Download on Save and Save As.
-
- Posts: 4
- Joined: Wed Nov 16, 2022 7:08 pm
Report Designer Disable Download on Save and Save As.
I want to show the save pop up on clicking Save and Save As. But after running my code in the onSave and onSaveAs events. I want to stop these functions from automatically downloading the .mrt format template file on the client side. I am sending the data in the form of JSON to the server and need to disable download part of the process. How can I proceed with it. Kindly help me.
-
- Posts: 6832
- Joined: Tue Mar 20, 2018 5:34 am
Re: Report Designer Disable Download on Save and Save As.
Hello,
Unfortunately, in the Angular it is not possible.
Thank you.
Unfortunately, in the Angular it is not possible.
Thank you.
-
- Posts: 4
- Joined: Wed Nov 16, 2022 7:08 pm
Re: Report Designer Disable Download on Save and Save As.
Thank you for your time.
-
- Posts: 6832
- Joined: Tue Mar 20, 2018 5:34 am
Re: Report Designer Disable Download on Save and Save As.
Hello,
You are welcome.
You are welcome.
Re: Report Designer Disable Download on Save and Save As.
Hi, I am facing the exact issue in React. Is it possible to disable .mrt downloads when using SaveAs in React?
-
- Posts: 6832
- Joined: Tue Mar 20, 2018 5:34 am
Re: Report Designer Disable Download on Save and Save As.
Hello,
You can use the OnSaveReport event and save reports as you need:
https://www.stimulsoft.com/en/documenta ... report.htm
Thank you.
You can use the OnSaveReport event and save reports as you need:
https://www.stimulsoft.com/en/documenta ... report.htm
Thank you.