Page 1 of 1

to open directly create "new report with wizard" option

Posted: Wed Sep 03, 2014 11:06 am
by kiranjgandhi
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,

Re: to open directly create "new report with wizard" option

Posted: Thu Sep 04, 2014 8:09 am
by Alex K.
Hello,

Unfortunately, this feature is not available.

Thank you.

Re: to open directly create "new report with wizard" option

Posted: Thu Sep 04, 2014 8:58 am
by kiranjgandhi
Alright, Thank you.

Re: to open directly create "new report with wizard" option

Posted: Thu Sep 04, 2014 9:18 am
by Alex K.
Hello,

As a way, you can hide the NewReport menu item.
StiWebDesignerOptions.MainMenu.ShowNewReport = false;

Thank you.