Hi Stimulsoft Team,
I'm having problem with regards to showing the Form with parameters for the report. Whenever I run the report, I have to press alt + tab just to show the form. Any idea on how to go with this?
Please see attached file and use the line from MvcViewer.sln
report.Load(Server.MapPath("~/Content/Reports/TwoSimpleLists.mrt"));
As you will notice, the page will try to render the report and will result to timeout unless you press on alt + tab and click on the Ok/Cancel button.
Regards and Thanks,
Buknoy
Report Form appears at the back of the report page
- Buknoy Palaboy
- Posts: 48
- Joined: Fri Jun 22, 2012 1:34 am
- Location: Philippines
Report Form appears at the back of the report page
- Attachments
-
- TwoSimpleLists.mrt
- (47.02 KiB) Downloaded 209 times
Re: Report Form appears at the back of the report page
Hello Buknoy,
Unfortunately, the forms are not supported in the Web, because when placing Web Application on the server side, the form will be displayed on the server machine, not on the client side. You can use Request from User variables as an alternative.
Thank you.
Unfortunately, the forms are not supported in the Web, because when placing Web Application on the server side, the form will be displayed on the server machine, not on the client side. You can use Request from User variables as an alternative.
Thank you.
- Buknoy Palaboy
- Posts: 48
- Joined: Fri Jun 22, 2012 1:34 am
- Location: Philippines
Re: Report Form appears at the back of the report page
Hi Vladimir,
Thanks for the reply. I'll try your suggestion. Hope it works.
Many Thanks,
Buknoy
Thanks for the reply. I'll try your suggestion. Hope it works.
Many Thanks,
Buknoy
- Buknoy Palaboy
- Posts: 48
- Joined: Fri Jun 22, 2012 1:34 am
- Location: Philippines
Re: Report Form appears at the back of the report page
Hi Vladimir,
I was able to make it work using Request from User variables, the question is, how do I arrange the variables based on how I want them to appear? I've got check boxes that needs to be group or at least arranged together, dates, and input fields.
Regards and Thanks,
Buknoy
I was able to make it work using Request from User variables, the question is, how do I arrange the variables based on how I want them to appear? I've got check boxes that needs to be group or at least arranged together, dates, and input fields.
Regards and Thanks,
Buknoy
Re: Report Form appears at the back of the report page
Hello,
The order of variables depends on their position in the data dictionary. Please specify the desired order in the report data dictionary using "Up" and "Down" navigation buttons:
http://www.stimulsoft.com/en/documentat ... ionary.htm
Thank you.
The order of variables depends on their position in the data dictionary. Please specify the desired order in the report data dictionary using "Up" and "Down" navigation buttons:
http://www.stimulsoft.com/en/documentat ... ionary.htm
Thank you.