Page 1 of 1

HIDE SAVE AS BUTTON FROM c#

Posted: Tue Jul 31, 2012 6:25 am
by maryam
i want to hide SAVE AS BUTTON in designer could you please help me?

Re: HIDE SAVE AS BUTTON FROM c#

Posted: Tue Jul 31, 2012 1:39 pm
by HighAley
Hello.

In native version you should use next properties:

Code: Select all

Stimulsoft.Report.SLDesign.StiDesignerSLOptions.MainMenu.SaveReportEnabled
Stimulsoft.Report.SLDesign.StiDesignerSLOptions.MainMenu.SaveReportAsEnabled
And in the Client/Server version this properties:

Code: Select all

Stimulsoft.Report.WebDesignSL.StiWebDesignerSLOptions.Menu.SaveReportEnabled
Stimulsoft.Report.WebDesignSL.StiWebDesignerSLOptions.Menu.SaveReportAsEnabled
Thank you.

Re: HIDE SAVE AS BUTTON FROM c#

Posted: Thu Aug 02, 2012 10:22 am
by maryam
thanks a lot for your attention and your replay

Re: HIDE SAVE AS BUTTON FROM c#

Posted: Thu Aug 02, 2012 10:59 am
by HighAley
Hello.

We are always glad to help you.

Thank you.

Re: HIDE SAVE AS BUTTON FROM c#

Posted: Wed Aug 29, 2012 10:30 am
by lucia_mgv
I use a web designer and i also want to Hide Save as Button.

I tried the following property:

Code: Select all

StiWebDesignerOptions.MainMenu.ShowSaveAs = false;
The menu option appears disable but it doesn't hide.

What I am doing wrong?

Thanks in advance,

LucĂ­a Morales

Re: HIDE SAVE AS BUTTON FROM c#

Posted: Thu Aug 30, 2012 7:01 am
by Alex K.
Hello,

On the current moment, in the Web Designer the disabled items are not hidden.

Thank you.