Hello,
i want to know one thing that is it possible to open report menu directly with "New Report with Wizard" option on any button click (from code), in HTML 5 module with flash?
we can create new report by navigating to File Menu --> New Report --> Report with Wizard option. but i want to directly open this "file meu" or directly wizard for any new report type. is it possible currently?
i am using Stimulsoft.Web 2014.1 trial version 3.7.0.
Regards,
to open directly create "new report with wizard" option
-
- Posts: 16
- Joined: Sat Aug 02, 2014 7:46 am
Re: to open directly create "new report with wizard" option
Hello,
Unfortunately, this feature is not available.
Thank you.
Unfortunately, this feature is not available.
Thank you.
-
- Posts: 16
- Joined: Sat Aug 02, 2014 7:46 am
Re: to open directly create "new report with wizard" option
Alright, Thank you.
Re: to open directly create "new report with wizard" option
Hello,
As a way, you can hide the NewReport menu item.
StiWebDesignerOptions.MainMenu.ShowNewReport = false;
Thank you.
As a way, you can hide the NewReport menu item.
StiWebDesignerOptions.MainMenu.ShowNewReport = false;
Thank you.