I have some code in the SaveReport event for the webDesigner. It only fires when I press the save button. I would like that same code to fire when someone uses Save As from the designer menu.
Is this possible or is there another event that I can use?
even better yet...is there a way that I can disable the Save As button on the designer?
Save As button in designer and SaveReport event
Save As button in designer and SaveReport event
I figured out how to disable the Save As button in the designer.
StiWebDesignerOptions.Menu.SaveAs = False
StiWebDesignerOptions.Menu.SaveAs = False
-
- Posts: 15
- Joined: Sat Jul 25, 2009 5:50 pm
Save As button in designer and SaveReport event
I can't find StiWebDesignerOptions.Menu.SaveAs
what was the full full class reference you used. thanks
what was the full full class reference you used. thanks
-
- Posts: 15
- Joined: Sat Jul 25, 2009 5:50 pm
Save As button in designer and SaveReport event
I forgot I had to add
using Stimulsoft.Report.Web;
using Stimulsoft.Report.Web;
Save As button in designer and SaveReport event
Hello,
Please contact us if you need any help.
Thank you.
Please contact us if you need any help.
Thank you.