Page 1 of 1

Cached Pop-Up page

Posted: Fri Jun 03, 2011 8:48 am
by fabiomarcos
Hi,

I have a pop-up window that contains a stiWebViewer to show my reports aways in direct-PDF mode.

On Page_Load of this pop-up, I have the following code:

StiWebViewer1.PrintDestination = StiPrintDestination.Pdf
StiWebViewer1.Report = Session("myReport")
StiWebViewer1.Report.IsRendered = False
Stimulsoft.Report.Web.StiReportResponse.ResponseAsPdf(Me, StiWebViewer1.Report, False)
But, when I change or try to show a diferent report, the cached one is shown instead of the desired...

What´s wrong ?
What I´m missing here ?

Regards.


Cached Pop-Up page

Posted: Mon Jun 06, 2011 2:06 am
by Vladimir
Hello,

You can use the method described in our forum:

http://forum.stimulsoft.com/Default.aspx?g=posts&t=4720

Thank you.