Tool bars and Stored Procedures - Service Reporting (SQL)

44 Views Asked by At

I have two small problems with Reports, I am using SQL Server and SSRS. I am deploying reports through VS Shell (Report Sever Project).

  1. I make a report, do settings, all things ok. When I click Preview(VS Shell), the tool bar looks like:

    enter image description here

    But when I access the report in browser(IE), it looks like:

    enter image description here

Do you know how I can resolve it?

  1. 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.

    enter image description here

Do you have any idea why?

1

There are 1 best solutions below

1
On
  1. Question I am not sure but i think this is a IE problem - tried any other browser?

  2. 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