thotwielder
thotwielder

Reputation: 1707

Sharepoint 2013 add SSRS 2008 reports

I have almost no knowledge on Sharepoint and there was a contractor who set up bunch of SSRS 2008 reports on a sharepoint site. Now that he left and I just joined this company and now I am given a task to add some new SSRS reports to the site.

In the visual studio (BIDS) I can see the TargetServerURL is already set to the Sharepoint site and TargetReportFolder, TargetDataSourceFolder etc all have been set to the site/project. So I have successfully modified some reports and deployed successfully. I have the Sharepoint admin account I think. This part is very similar to deploy reports to a report server.

The Sharepoint site when loaded is like below.

enter image description here

When I create a new report in VS and deploy it I can see it under the project folder of the sharepoint site. The project folder in this case is EEReports.

enter image description here

The report I added is Report1, so if I open EEReports folder I can see and run it. It seems all the reports are from this folder, but not every report in this folder is on the same domain.

enter image description here

But if I go to the default page, the newly added report is not there. So what do I do? I guess there must be some work need to be done to add the report to the default site.

Upvotes: 0

Views: 145

Answers (1)

thotwielder
thotwielder

Reputation: 1707

All right figured out with some luck. Just click Edit on the page, create a new list item for the new report, high light the item and select Insert - Link - From Sharepoint from the top menu. Then I can pick up the new report deployed from BIDS.

Upvotes: 0

Related Questions