to open directly create "new report with wizard" option

Stimulsoft Reports.WEB discussion
Post Reply
kiranjgandhi
Posts: 16
Joined: Sat Aug 02, 2014 7:46 am

to open directly create "new report with wizard" option

Post 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,
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

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

Post by Alex K. »

Hello,

Unfortunately, this feature is not available.

Thank you.
kiranjgandhi
Posts: 16
Joined: Sat Aug 02, 2014 7:46 am

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

Post by kiranjgandhi »

Alright, Thank you.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

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

Post by Alex K. »

Hello,

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

Thank you.
Post Reply