Microsoft Download Center Archive

Microsoft Report Viewer Web Part for Microsoft SharePoint

  • Published:
  • Version: 15.0.1000.57
  • Category: Application
  • Language: English

The Report Viewer web part enables you to embed paginated (RDL) reports stored in SQL Server Reporting Services (Native mode) or Power BI Report Server into SharePoint Server web part pages.

  • The Report Viewer web part enables you to embed paginated (RDL) reports stored in SQL Server Reporting Services (Native mode) or Power BI Report Server into SharePoint Server web part pages.Requires the Claims to Windows Token Service and Kerberos Constrained Delegation.

Files

Status: Live

This download is still available on microsoft.com. The downloads below will come directly from the Microsoft Download Center.

FileSHA1 HashSize
Eula/License_de-de.txtb6431ba37e559b4b04a356b8fd31e90e4ec53e206 KB
Eula/License_en-US.txtca0bfc8b1fcad9bbba7a41eddf3635fbbc7afd7d4 KB
Eula/License_es-es.txt21679e7d0621230f3f2c0c4b803ef6ca1d6353bf5 KB
Eula/License_fr-fr.txt9b05ef74e4166eda257497c6e9ae0e5052ff7a985 KB
Eula/License_it-it.txt8a3d04f85cb3a85639b1026150f81eee9ebb65565 KB
Eula/License_ja-jp.txt26715f14bcf1cd957505f2ebadec44e67da1b56e4 KB
Eula/License_ko-kr.txtd6d2ded00540378090f09293258abcee51e11aa04 KB
Eula/License_pt-br.txt600ff95eb9e2a5fd196d62045774fe523caef0f75 KB
Eula/License_ru-ru.txtbd643022e8e839b02be8d4b47b44d178c88727f06 KB
Eula/License_zh-hans.txtf38d7af72363f06dfa5514f7ea3030a3a70fbcd93 KB
Eula/License_zh-hant.txt57e4f2bfa34dd217f770299adbdcc4065fe9acdf4 KB
ReportViewerWebPart.wspcba378c5d730f172ab06ec51dab5695ef231014812.23 MB

File sizes and hashes are retrieved from the Wayback Machine’s indexes. They may not match the latest versions of files hosted on Microsoft servers.

System Requirements

Operating Systems: Windows Server 2008 R2 SP1, Windows Server 2012, Windows Server 2012 R2, Windows Server 2016

  • Supported SharePoint Server versions:
    • SharePoint Server 2016
    • SharePoint Server 2013

    Supported Reporting Services versions:
    • SQL Server 2017 Reporting Services
    • SQL Server 2016 Reporting Services
    • SQL Server 2014 Reporting Services
    • SQL Server 2012 Reporting Services
    • SQL Server 2008 R2 Reporting Services
    • SQL Server 2008 Reporting Services
    • Power BI Report Server

Installation Instructions

    1. On a SharePoint server, open a SharePoint Management Shell using the Run as Administrator option.
    2. Run Add-SPSolution to add the farm solution.

      For Example: Add-SPSolution –LiteralPath "C:\MyFolder\ReportViewerWebPart.wsp"
      Note that the LiteralPath must be an absolute path.

      The cmdlet returns the name of the solution, its solution ID, and Deployed=False. In the next step, you will deploy the solution.
    3. Run the Install-SPSolution cmdlet to deploy the farm solution.

      For Example: Install-SPSolution –Identity ReportViewerWebPart.wsp -GACDeployment -AllWebApplications
      Note that the solution can be installed to specific web applications by using the -WebApplication parameter instead of -AllWebApplications