Forms in Web reports

Stimulsoft Reports.WEB discussion
Post Reply
lukaszk
Posts: 2
Joined: Fri Nov 28, 2008 3:38 am

Forms in Web reports

Post by lukaszk »

I defined a form in a report, assigned OK dialog result to a button. In designer HTML preview it goes from the form to report. The form is also visible when using Web Report Viewer (really cool), but pressing the button does nothing. Why?

Btw, is there any comprehensive documentation for Reports.Web and or Web Report Designer?

Lukasz
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Forms in Web reports

Post by Edward »

Hi Łukasz.

Here is requirements on using dialogs inside Web page:

1) StiWebViewer.RederMode must be AjaxWithCache or UseCache.

2) Code of rendering report must be in any other place but not in PageLoad event of the WebPage. You can place this code for example inside the ButtonClick event.

3) Dialogs will work in web only when StartMode property in Dialog Form is set in 'OnStart'

If these three requirements are satisfied, then your report will work with dialogs in Web environment.

Documentation for Stimulsoft Reports.Web designer and Stimulsoft Reports.Web are in the development process.

Thank you.
Post Reply