HIDE SAVE AS BUTTON FROM c#
HIDE SAVE AS BUTTON FROM c#
i want to hide SAVE AS BUTTON in designer could you please help me?
Re: HIDE SAVE AS BUTTON FROM c#
Hello.
In native version you should use next properties:
And in the Client/Server version this properties:
Thank you.
In native version you should use next properties:
Code: Select all
Stimulsoft.Report.SLDesign.StiDesignerSLOptions.MainMenu.SaveReportEnabled
Stimulsoft.Report.SLDesign.StiDesignerSLOptions.MainMenu.SaveReportAsEnabled
Code: Select all
Stimulsoft.Report.WebDesignSL.StiWebDesignerSLOptions.Menu.SaveReportEnabled
Stimulsoft.Report.WebDesignSL.StiWebDesignerSLOptions.Menu.SaveReportAsEnabled
Re: HIDE SAVE AS BUTTON FROM c#
thanks a lot for your attention and your replay
Re: HIDE SAVE AS BUTTON FROM c#
Hello.
We are always glad to help you.
Thank you.
We are always glad to help you.
Thank you.
Re: HIDE SAVE AS BUTTON FROM c#
I use a web designer and i also want to Hide Save as Button.
I tried the following property:
The menu option appears disable but it doesn't hide.
What I am doing wrong?
Thanks in advance,
Lucía Morales
I tried the following property:
Code: Select all
StiWebDesignerOptions.MainMenu.ShowSaveAs = false;
What I am doing wrong?
Thanks in advance,
Lucía Morales
Re: HIDE SAVE AS BUTTON FROM c#
Hello,
On the current moment, in the Web Designer the disabled items are not hidden.
Thank you.
On the current moment, in the Web Designer the disabled items are not hidden.
Thank you.