Cached Pop-Up page
Posted: Fri Jun 03, 2011 8:48 am
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:
What´s wrong ?
What I´m missing here ?
Regards.
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:
But, when I change or try to show a diferent report, the cached one is shown instead of the desired...
StiWebViewer1.PrintDestination = StiPrintDestination.Pdf
StiWebViewer1.Report = Session("myReport")
StiWebViewer1.Report.IsRendered = False
Stimulsoft.Report.Web.StiReportResponse.ResponseAsPdf(Me, StiWebViewer1.Report, False)
What´s wrong ?
What I´m missing here ?
Regards.