User-2122596307 posted
Hi,
I created a reportviewer that will show the reports according to user's choice. With this, since my vs 2005 doesn't have ReportViewer1.Reset() method I reinstantiate the reportviewer control instead. Doing this would required me to bind the control everytime
it postback. Now the problem is I dont know where to code/bind during Export. I use every method that the control has but doesn't work.
Any help?