I have a problem with this scenario:
I have a pop-up window that contains as stiWebViewer and this command:
Stimulsoft.Report.Web.StiReportResponse.ResponseAsPdf(this, _report, false)
...to have a direct render in pdf format.
But, when I change filter in calling page and re-open pop-up report window, this report window show the precedent "cached" pdf report. Not the actualized report.
Why ??? :redeye:
Can anyone help me?
Andrea
Pop up with ResponseAsPdf
Pop up with ResponseAsPdf
Please add the following line of code before the ResponseAsPdf command:
Thank you.
Code: Select all
_report.IsRendered = false;
Pop up with ResponseAsPdf
:biggrin:
Thanks!!!! I try this!
Andrea
Thanks!!!! I try this!
Andrea