May 19, 2009 at 10:01 am
How do i make sure my ssrs report is published and can be viewd by any one in my company. do i need to take help of IIS by any chance?
May 19, 2009 at 10:08 am
you'll need the reporting services service to be active and configured
try browsing to
http://YourDatabaseServerNameGoesHere/reports
you should see the home screen for the reporting services web front end
May 19, 2009 at 10:14 am
To publish a report from VS or BIDS to a report server, go to project properties > Set the "TargetReportFolder" & "TargetServerURL" in "Deployment" properties.
Examples:
TargetServerURL = http://MyReportServer/ReportServer
TargetReportFolder = http://MyReportServer/ReportServer/devCRM
To view reports go to,
http://MyReportServer/reportserver
--Ramesh
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply