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!
Do not show confirmation dialog box save button on designer
-
- Posts: 38
- Joined: Wed Mar 30, 2016 1:52 pm
- Location: Brazil
Re: Do not show confirmation dialog box save button on desig
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:
Thank you.
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;
-
- Posts: 38
- Joined: Wed Mar 30, 2016 1:52 pm
- Location: Brazil
Re: Do not show confirmation dialog box save button on desig
Thanks Vladimir!
Worked as expected.
Worked as expected.
Re: Do not show confirmation dialog box save button on desig
Hello.
We are always glad to help you.
Let us know if you need our help.
Thank you.
We are always glad to help you.
Let us know if you need our help.
Thank you.