Is there a way to hide the "Save As" menu item in the Web Designer
Posted: Sat Apr 10, 2010 6:12 am
Hi,
I am very new to Stimulsoft Reports, so please excuse me if this is a silly question.
I just wondered if there is a way to hide the "Save As" button in the Web Designer menu.
The reason for this is that I am saving all ym reports as Binary Data to a database and I do not want the users to be able to save them as a file.
I found some sample code in another thread something to the effect of..
StiMainMenuService mainMenuService = StiMainMenuService.GetService();
mainMenuService.ShowFileReportSaveAs = false;
I am assuming this is for the Windows Designer though as I cant find any reference to it or an assembly that contains the StiMainMenuService.
Any help would be much appreciated.
Many thanks in advance.
Simon
I am very new to Stimulsoft Reports, so please excuse me if this is a silly question.
I just wondered if there is a way to hide the "Save As" button in the Web Designer menu.
The reason for this is that I am saving all ym reports as Binary Data to a database and I do not want the users to be able to save them as a file.
I found some sample code in another thread something to the effect of..
StiMainMenuService mainMenuService = StiMainMenuService.GetService();
mainMenuService.ShowFileReportSaveAs = false;
I am assuming this is for the Windows Designer though as I cant find any reference to it or an assembly that contains the StiMainMenuService.
Any help would be much appreciated.
Many thanks in advance.
Simon