Cached Pop-Up page

Stimulsoft Reports.NET discussion
Post Reply
fabiomarcos
Posts: 6
Joined: Fri May 06, 2011 6:18 am
Location: Brazil

Cached Pop-Up page

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

Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Cached Pop-Up page

Post by Vladimir »

Hello,

You can use the method described in our forum:

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

Thank you.
Post Reply