Page 1 of 1

Do not show confirmation dialog box save button on designer

Posted: Wed May 25, 2016 8:16 pm
by felipemoreira
Hi.

When i click on save button, at report in designer mode (File menu > Save), the confirmation dialog box to save the report appears, so my code inside onSaveReport event is only executed if a click on Ok on this dialog.

Is there any way to not show this dialog and fall straight in the onSaveReport event ? I need this because we will save the report to database and this dialog does not serve us for nothing, only disrupts.


Thanks!

Re: Do not show confirmation dialog box save button on desig

Posted: Thu May 26, 2016 1:06 pm
by Vladimir
Hello,

The save dialog of the report is displayed only once for the created a new report, the next time the save name is stored.
If not, please try upgrading to the latest version.

Also you can use the option to disable this dialog:

Code: Select all

var options = new Stimulsoft.Designer.StiDesignerOptions();
options.appearance.showSaveDialog = false;
Thank you.

Re: Do not show confirmation dialog box save button on desig

Posted: Mon May 30, 2016 4:46 pm
by felipemoreira
Thanks Vladimir!
Worked as expected.

Re: Do not show confirmation dialog box save button on desig

Posted: Tue May 31, 2016 5:49 am
by HighAley
Hello.

We are always glad to help you.
Let us know if you need our help.

Thank you.