Page 1 of 1

SharePoint Webpart hangs after export a report

Posted: Fri Oct 21, 2011 2:46 am
by chrsel
Hello

System:
SharePoint 2010 x64
Stimulsoft.Report.Web, Version=2010.3.900.0

Tested with Browser: IE9, Chrome and FireFox7

I'm developing a webpart with multiple user controls. One of the user controls contains the StiWebViewer to view a report.






The report is rendered and displayed correctly. After I'm clicking the save button in the standard toolbar (export as pdf), the file dialog appears to save the generated pdf. Until now each step works as expected, but after saving the pdf (and closing the file dialog) the webpart stops respondig (I can't do any navigation or other work). After a page refresh I can continue with navigation or other work.

Can you provide any help?

SharePoint Webpart hangs after export a report

Posted: Fri Oct 21, 2011 5:52 am
by Vladimir
Hello,

Please try to upgrade to the latest version 2011.2, most likely this error is corrected.
Also please try to use RenderMode="AjaxWithCache" or RenderMode="Ajax".

Thank you.

SharePoint Webpart hangs after export a report

Posted: Tue Oct 25, 2011 11:11 am
by chrsel
Hi

Change the RenderMode to AjaxWithCache or Ajax is not an option, because we don't want to configure the iis webserver to use sessions.

I will try the latest version an report if the problem is solved or not.

Thank you.

SharePoint Webpart hangs after export a report

Posted: Wed Oct 26, 2011 3:13 am
by HighAley
Hello.
chrsel wrote:Change the RenderMode to AjaxWithCache or Ajax is not an option, because we don't want to configure the iis webserver to use sessions.

I will try the latest version an report if the problem is solved or not.
Waiting for your reply.

Thank you.