WE have a large collection of reports that run on our 2008 server correctly. They've all been developed in Visual Studio 2012.
However, one report makes the SSRS service run at 100% CPU usage on the server, requiring a restart of the service.
This is all happening on the Dev server right now. We have SSRS and our SQL database on the same server.
The report takes 10 parameters and for our test case, returns 7 rows with 39 columns. Running the query with the same parameters in Sql Management Studio returns the 7 rows in less than a second, so it seems to be rendering the report that kills the server.
I can look at the SSRS database tables, but the logs there haven't told me much. What should I be looking for? What can I check? And what information can I provide to the community to get more help?