ShowOpenReportFromGoogleDocs does not work

Stimulsoft Reports.WEB discussion
Post Reply
RossAFaneuf
Posts: 28
Joined: Thu Jul 28, 2011 9:16 am
Location: USA

ShowOpenReportFromGoogleDocs does not work

Post by RossAFaneuf »

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?
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Re: ShowOpenReportFromGoogleDocs does not work

Post by Vladimir »

Hello,

These properties disable the menu items. Unfortunately, there is currently no way to remove menu items.

Thank you.
Post Reply