Problem with StiSavingObjectEventHandler
Posted: Thu Jan 18, 2007 4:28 am
Hi Team from Stimulsoft,
I am using the version from 17.01 for .net 2
I have my own event handler to save to save a report in my database.
Therefore I use:
StiDesigner.SavingReport += new StiSavingObjectEventHandler(StiDesigner_SavingReport);
When i now press Save in the designer, my event is executed, but after that the normal SaveAs diaglog is shown, which is a different behavior then before.
Is there any property I'm not aware of to get rid of the SaveAs dialog?
Thanks!
I am using the version from 17.01 for .net 2
I have my own event handler to save to save a report in my database.
Therefore I use:
StiDesigner.SavingReport += new StiSavingObjectEventHandler(StiDesigner_SavingReport);
When i now press Save in the designer, my event is executed, but after that the normal SaveAs diaglog is shown, which is a different behavior then before.
Is there any property I'm not aware of to get rid of the SaveAs dialog?
Thanks!