I have two small problems with Reports, I am using SQL Server and SSRS. I am deploying reports through VS Shell (Report Sever Project).
I make a report, do settings, all things ok. When I click Preview(VS Shell), the tool bar looks like:
But when I access the report in browser(IE), it looks like:
Do you know how I can resolve it?
The second problem is about stored procedures. When I open the SSMS (Sql Sever Management Studio) -> Programability -> Stored Procedures, I see all stored procedures.
The problem is when I try to use a stored procedure in VS Shell , I don't see them.
Do you have any idea why?
Question I am not sure but i think this is a IE problem - tried any other browser?
Question I often used stored procedures as source for reports, but NEVER used Query tpye "Stored Procedure" - didn't work for me. So what you can do is to Change the query type to "Text " and execute your stored procedure here. e.g.
exec dbo.my_stored_proc