Results displayed in visual studio, but not on website
I've created a simple report (June CTP) based on a paramaterized stored procedure using integrated windows security. When I preview the report in the designer, I get results as expected. Deployment to the web server was successful. After entering paramaters and clicking [View Report], the page refreshes with no data - just my paramater bar. I am using the same paramaters as in the designer. Any ideas?
Figured this out.
I didn't really remove the SQL paramaters, just ignored them in my SP. Apparently, even though I was allowing empty strings in one of the paramaters, this rule was being ignored and the report was not running. It wanted a value. After allowing nulls instead, the report ran fine.
I am not sure if this is bugged via web reporting, but it worked in the designer. Maybe an error message should be displayed, prompting for paramaters.