Hello
I'm new to using reportviewer and RS08. I've got a report loading on a webform just fine. However, when I change one of the parameters on the tool bar it causes a postback and the report loads all over again due to my code being in the page_load event. If I put in a If Not Page.IsPostBack the report loads fine the first time but vanishes after the postback. My thought is that I need to get all the report parameters whenever postback occurs and then send them back to the reportviewer when the page is loaded again? Is this right? How do I do this? Do I need to setup some OnUnload event for the reportviewer?
I'm not sure how to handle this issue. Please help.