Page 1 of 1

Report Designer Disable Download on Save and Save As.

Posted: Wed Nov 16, 2022 7:16 pm
by Scorpion31blood
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.

Re: Report Designer Disable Download on Save and Save As.

Posted: Fri Nov 18, 2022 7:10 am
by Lech Kulikowski
Hello,

Unfortunately, in the Angular it is not possible.

Thank you.

Re: Report Designer Disable Download on Save and Save As.

Posted: Mon Nov 21, 2022 7:40 am
by Scorpion31blood
Thank you for your time.

Re: Report Designer Disable Download on Save and Save As.

Posted: Mon Nov 21, 2022 10:46 am
by Lech Kulikowski
Hello,

You are welcome.

Re: Report Designer Disable Download on Save and Save As.

Posted: Fri Oct 04, 2024 9:19 am
by Thanos
Hi, I am facing the exact issue in React. Is it possible to disable .mrt downloads when using SaveAs in React?

Re: Report Designer Disable Download on Save and Save As.

Posted: Mon Oct 07, 2024 7:44 am
by Lech Kulikowski
Hello,

You can use the OnSaveReport event and save reports as you need:
https://www.stimulsoft.com/en/documenta ... report.htm

Thank you.