Hi I have followed the advice on storing the Report document in the Session object. My code does this in the Page_Load event when not a postback. It all seems to work until I attempt to drill down to a sub report. I'm then asked for parameter info even though these have been spedified when populating the report.When I enter in the parameters I get a 'cannot make connection' error.
Anyone have an idea what this could be. If I leave the report to relaod every postback it all works but of course paging is slow.