문제

I'm trying to view my SSRS report in a browser. According to this MSDN page, I should see a page that looks like this:

enter image description here

When I load that page on the computer hosting my SSRS report, I get no results at all. My browser looks like:

enter image description here

I am able to preview my report in Visual Studio Business Intelligence Development Studio and the report looks exactly like I'd expect. I can also export the report to a PDF file and it looks fine. What could I be doing wrong with regards to viewing my report in a browser.

도움이 되었습니까?

해결책

It looks like you haven't actually deployed the report to your local Report Server.

You say you're just previewing through BIDS, which is rendering it in BIDS, not the Report Server itself.

Right now your local Report Server has nothing to display; either you don't have the specific rights or there are simply no items to display.

You need to deploy either the individual report or the project to the Report Server.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top