When I'm running the report I'm getting that mes开发者_如何学Csage above. The Report Works fine when I press the "Run Report" Button but I want also to avoid that annoying message that appears when the page loads.
I've tried to set the report viewer control to Enable = false; and only after hitting the button to Enable = true; but it didn't work.
alt text http://img688.imageshack.us/img688/852/34545868.png
Sometimes this error has something to do with your computer which doesn't have Microsoft Report Viewer Redistributable 2008 installed
OK , I resolved it. The table in the Report has a property called "DataSet Name", and I only had to set that value to my DataSet name
10X anyway
精彩评论