Reporting Services SharePoint Configuration

todo:image_alt_text

Figure 17: SharePoint Configuration

Web Service URL

We will provide the URL for the Report Server that we found in the Reporting Services Configuration Manager.

Authentication Mode

We will also select an Authentication Mode. The following MSDN link goes through in detail what these are. Security Overview for Reporting Services in SharePoint Integrated Mode

In short, if your site is using Claims Authentication , you will always be using Trusted Authentication regardless of what you choose here. If you want to pass windows credentials, you will want to choose Windows Authentication. For Trusted Authentication, we will pass the SPUser token and not rely on the Windows credential.

You will also want to use Trusted Authentication if you have configured your Classic Mode sites for NTLM and RS is setup for NTLM. Kerberos would be needed to use Windows Authentication and to pass that through for your data source.

todo:image_alt_text

Figure 18: Setting Reporting Services Integration credentials

Activate Feature

This gives you an option of activating the Reporting Services on all Site collections, or you can choose which ones you want to activate it on. This just really means which sites will be able to use Reporting Services. When it is done, you should see the following figure.

todo:image_alt_text

Figure 19: Successful Integration of Reporting Services with the SharePoint environment

Going back to the Report Server URL as given in Figure 14, we should see something similar to the following figure.

todo:image_alt_text

Figure 20: Successful Verification of Reporting Services with the SharePoint environment

Now, we are ready to use Reporting Services in SharePoint 2010. As the previous version we have a feature (activated when we configure Reporting Services Integration) in the “Site Collection Feature”. Also the installation added 3 content types to add to our site. In Figure 21 we can see 2 of them content types added in a document library to create a custom report using the, as we can see in Figure 21 .

todo:image_alt_text

Figure 21: Report Builder

The “ Reporter Builder” is an ActiveX that we need download on the se rver, as we can see in Figure 22 .

todo:image_alt_text

Figure 22: Download and Install Report Builder

When download finishes run the “Report Builder” . Now, we are ready to design our first re port, as we can see in Figure 23 .

todo:image_alt_text

Figure 23: Report Builder New Report Generation Wizard

After create our report we could save it in the document library created to put the reports in our SharePoint 2010.

The other content type must be used to create shared connection as data source and save them in a document library in SharePoint. We can create a document library, add this content type and after we can have our connections available to change the data source of the reports.

todo:image_alt_text

Figure 24: Successful export of report to Report Server