Microsoft Download Center Archive
Microsoft Report Viewer Web Part for Microsoft SharePoint |
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: LiveThis download is still available on microsoft.com. The downloads below will come directly from the Microsoft Download Center. |
File | Size |
---|---|
Eula/License_de-de.txt SHA1: b6431ba37e559b4b04a356b8fd31e90e4ec53e20 | 6 KB |
Eula/License_en-US.txt SHA1: ca0bfc8b1fcad9bbba7a41eddf3635fbbc7afd7d | 4 KB |
Eula/License_es-es.txt SHA1: 21679e7d0621230f3f2c0c4b803ef6ca1d6353bf | 5 KB |
Eula/License_fr-fr.txt SHA1: 9b05ef74e4166eda257497c6e9ae0e5052ff7a98 | 5 KB |
Eula/License_it-it.txt SHA1: 8a3d04f85cb3a85639b1026150f81eee9ebb6556 | 5 KB |
Eula/License_ja-jp.txt SHA1: 26715f14bcf1cd957505f2ebadec44e67da1b56e | 4 KB |
Eula/License_ko-kr.txt SHA1: d6d2ded00540378090f09293258abcee51e11aa0 | 4 KB |
Eula/License_pt-br.txt SHA1: 600ff95eb9e2a5fd196d62045774fe523caef0f7 | 5 KB |
Eula/License_ru-ru.txt SHA1: bd643022e8e839b02be8d4b47b44d178c88727f0 | 6 KB |
Eula/License_zh-hans.txt SHA1: f38d7af72363f06dfa5514f7ea3030a3a70fbcd9 | 3 KB |
Eula/License_zh-hant.txt SHA1: 57e4f2bfa34dd217f770299adbdcc4065fe9acdf | 4 KB |
ReportViewerWebPart.wsp SHA1: cba378c5d730f172ab06ec51dab5695ef2310148 | 12.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
- On a SharePoint server, open a SharePoint Management Shell using the Run as Administrator option.
- 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. - 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