HIDE SAVE AS BUTTON FROM c#

Stimulsoft Reports.Silverlight discussion
Locked
maryam
Posts: 26
Joined: Tue Jun 05, 2012 1:13 am

HIDE SAVE AS BUTTON FROM c#

Post by maryam »

i want to hide SAVE AS BUTTON in designer could you please help me?
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: HIDE SAVE AS BUTTON FROM c#

Post 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.
maryam
Posts: 26
Joined: Tue Jun 05, 2012 1:13 am

Re: HIDE SAVE AS BUTTON FROM c#

Post by maryam »

thanks a lot for your attention and your replay
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: HIDE SAVE AS BUTTON FROM c#

Post by HighAley »

Hello.

We are always glad to help you.

Thank you.
lucia_mgv
Posts: 22
Joined: Thu Aug 23, 2012 12:37 pm
Location: Vitoria-Gasteiz (Spain)

Re: HIDE SAVE AS BUTTON FROM c#

Post 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
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: HIDE SAVE AS BUTTON FROM c#

Post by Alex K. »

Hello,

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

Thank you.
Locked