Hi,
We have a requirement where the dynamic Report is generated and exported to PDF file. For this we are using used Report Viewer control.
My issue is, if the client which is opening the Report page as only one instance of browser opened the export to PDF works fine. But if the client have multiple windows (instances of browser) opened then the export to PDF does not work and throws the session expire exception.
In short for single instance of browser the “Reserved.ReportViewerWebControl.axd” maintains the sessions and for multiple instances it does not bind the sessions
Would appreciate if you can please provide inputs on how to address this
Thanks