Report Form appears at the back of the report page

Stimulsoft Reports.WEB discussion
Post Reply
User avatar
Buknoy Palaboy
Posts: 48
Joined: Fri Jun 22, 2012 1:34 am
Location: Philippines

Report Form appears at the back of the report page

Post by Buknoy Palaboy »

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
Attachments
TwoSimpleLists.mrt
(47.02 KiB) Downloaded 211 times
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Re: Report Form appears at the back of the report page

Post by Vladimir »

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.
User avatar
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

Post by Buknoy Palaboy »

Hi Vladimir,

Thanks for the reply. I'll try your suggestion. Hope it works.

Many Thanks,
Buknoy
User avatar
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

Post by Buknoy Palaboy »

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
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Re: Report Form appears at the back of the report page

Post by Vladimir »

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.
Post Reply