user2043913
user2043913

Reputation: 71

SSRS reports is showing as listed directory

How can I get SSRS reports to show a web page view?

When I go to the SSRS reports page, it's not showing the web page view. It shows a list of data sources, data sets and report folders.

After going inside the reports folder, I can invoke the report by clicking on them without any issues.

https://docs.google.com/file/d/0B55EKwlB3BuINk1GeU9WRUoxM1E/edit?usp=sharing

Please look at the image above.

Upvotes: 7

Views: 11497

Answers (3)

Jay Rhoten
Jay Rhoten

Reputation: 1

All good answers to work through the issue.

An additional suggestion is the Web Portal URL binding. I bunged it up when a HTTPS binding was added.

Upvotes: 0

Gil Peretz
Gil Peretz

Reputation: 2419

Connect to your report server and type the following in the url link: 127.0.0.1/reports

Upvotes: 0

Ian Preston
Ian Preston

Reputation: 39586

You're browsing to the Report Server web service, typically http://server/ReportServer. Sounds like you're after the Report Manager website, typically http://server/Reports.

Web Service URL:

enter image description here

Report Manager URL:

enter image description here

Upvotes: 20

Related Questions