Save As button in designer and SaveReport event

Stimulsoft Reports.WEB discussion
Post Reply
Arthur
Posts: 16
Joined: Tue Jun 02, 2009 11:53 am
Location: San Antonio, Tx

Save As button in designer and SaveReport event

Post by Arthur »

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?
Arthur
Posts: 16
Joined: Tue Jun 02, 2009 11:53 am
Location: San Antonio, Tx

Save As button in designer and SaveReport event

Post by Arthur »

I figured out how to disable the Save As button in the designer.

StiWebDesignerOptions.Menu.SaveAs = False
gotaquestion
Posts: 15
Joined: Sat Jul 25, 2009 5:50 pm

Save As button in designer and SaveReport event

Post by gotaquestion »

I can't find StiWebDesignerOptions.Menu.SaveAs
what was the full full class reference you used. thanks
gotaquestion
Posts: 15
Joined: Sat Jul 25, 2009 5:50 pm

Save As button in designer and SaveReport event

Post by gotaquestion »

I forgot I had to add
using Stimulsoft.Report.Web;
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

Save As button in designer and SaveReport event

Post by Jan »

Hello,

Please contact us if you need any help.

Thank you.
Post Reply