Important! Selecting a language below will dynamically change the complete page content to that language.
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.
Note:
There are multiple files available for this download.
Once you click on the "Download" button, you will be prompted to select the files you need.
Eula\License_de-de.txt
Eula\License_en-US.txt
Eula\License_es-es.txt
Eula\License_fr-fr.txt
Eula\License_it-it.txt
21 KB
15 KB
18 KB
19 KB
20 KB
-
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.
Supported Operating System
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
-
- 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