Embed paginated reports into SharePoint using the Report Viewer web part

Last fall, we outlined how we planned to simplify our SharePoint integration story. Starting with SQL Server 2017, there’s only one installation mode for Reporting Services: “Native” mode. If you do have SharePoint and want to integrate with it, we're making it simpler to do so, focusing on the integration scenarios you've told us you value most – chief among them, embedding reports into SharePoint pages. You can embed all report types into a Page Viewer web part using the rs:Embed=true URL parameter. Plus, for paginated reports, we're updating our Report Viewer web part.

Today, we're pleased to release a preview of an updated Report Viewer web part for you to try.

Report Viewer Web Part

About the Report Viewer web part

While a Page Viewer web part suffices to embed a paginated report into a SharePoint page, the Report Viewer web part offers additional features: you can show or hide specific toolbar buttons, override report parameter values, or even connect Filter web parts to report parameters. And now you can do all that without the complexity of the previous "SharePoint-integrated mode."

You can think of it as a web part "wrapper" around the recently-updated Report Viewer control.

A few things to know about this version of the Report Viewer web part:

  • It's designed for SharePoint Server 2013 and 2016. (As a result, it's a web part for "classic" SharePoint pages.)
  • It enables you to embed paginated (RDL) reports into SharePoint pages. (Looking to embed Power BI reports or mobile reports? You can embed any report using a Page Viewer web part and the rs:Embed=true URL parameter.)
  • It accepts connections and report parameter values from Filter web parts.
  • It works with SSRS 2008-2017 (Native mode), and with paginated reports stored in Power BI Report Server.
  • It runs reports as the user viewing the SharePoint page, which means you need to configure the Claims to Windows Token Service (C2WTS) and Kerberos Constrained Delegation (KCD).

Get started

  1. Download the Report Viewer web part. It's a solution package called ReportViewerWebPart.wsp.
  2. Deploy the web part in your SharePoint farm:
    1. Run SharePoint Management Shell as Administrator.
    2. Run Add-SPSolution to install the solution package.
    3. Run Install-SPSolution to deploy the solution package.
    4. Activate the Report Viewer Web Part feature.
  3. Add the web part to a page and configure it with your report server URL and report path.

Try it now and send us your feedback