Reputation: 71
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
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
Reputation: 2419
Connect to your report server and type the following in the url link:
127.0.0.1/reports
Upvotes: 0
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:
Report Manager URL:
Upvotes: 20