Just looking for some general feedback.
I have a asp.net web app using the standard ReportViewer control.
Among other things we have reports that are essentially a raw data dump, a single default line of fields intended for export to Excel.
One of our users is trying to run one of these reports and the return is over 1900 pages. He reports that the export screen crashed with a message stating '100 is unexpected token'.
I am aware of that forum entry (http://forums.asp.net/t/1374211.aspx) that suggests restarting the SSRS service but in general is there any other way to deal with this situation?
(Or should I just tell the users to stop generating such huge reports?)
----------
Late breaking news: It appears we can side-step this problem by exporting to CSV rather than Excel. The exported file was about 42 meg.