I am trying to suppress the GoogleDocs options in the Web Report designer. The following statements in the Init() handler do not do so:
Stimulsoft.Report.Web.StiWebDesignerOptions.MainMenu.ShowOpenReportFromGoogleDocs = false;
Stimulsoft.Report.Web.StiWebDesignerOptions.MainMenu.ShowSaveAsToGoogleDocs = false;
How do I make this work?
ShowOpenReportFromGoogleDocs does not work
-
- Posts: 28
- Joined: Thu Jul 28, 2011 9:16 am
- Location: USA
Re: ShowOpenReportFromGoogleDocs does not work
Hello,
These properties disable the menu items. Unfortunately, there is currently no way to remove menu items.
Thank you.
These properties disable the menu items. Unfortunately, there is currently no way to remove menu items.
Thank you.