You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Report Viewer web part is a custom web part that can be used to view SQL Server Reporting Services (native mode) reports within your SharePoint site. You can use the web part to view, navigate, print, and export reports on a report server. The Report Viewer web part is associated with report definition (.rdl) files that a SQL Server Reporting Services report server or a Power BI Report Server processes. This Report Viewer web part can't be used with Power BI reports hosted in Power BI Report Server.
18
18
19
+
> [!IMPORTANT]
20
+
> Support for the SQL Server Reporting Services Report Viewer SharePoint web part ends on April 13, 2026. Although no immediate action is required, we recommend transitioning to the alternative approach of using URL parameters to embed your reports. Learn more about [embedding with URL parameters](../url-access-parameter-reference.md?view=sql-server-ver17&viewFallbackFrom=sql-server-ver17s?preserve-view=true).
21
+
19
22
Use the following instructions to manually deploy the solution package that adds the Report Viewer web part to a SharePoint Server 2013, SharePoint Server 2016, or SharePoint Server 2019 environment. Deploying the solution is a required step for configuring the web part.
20
23
21
24
**The Report Viewer web part is a standalone solution package and is not associated with SharePoint integrated mode for SQL Server Reporting Services.**
@@ -25,15 +28,22 @@ Use the following instructions to manually deploy the solution package that adds
25
28
> [!IMPORTANT]
26
29
> Starting with version "15.X.X.X" you can install the ```ReportViewerWebPart``` side by side with your existing Reporting Services SharePoint integrated mode shared service applications.
27
30
> With this update of the .wsp solution we introduced new files and the previous solution must be retracted and the new .wsp redeployed by using the ```Uninstall-SPSolution``` and ```Install-SPSolution``` cmdlets, respectively.
28
-
>
29
31
30
32
**Support SharePoint Server versions:**
31
-
* SharePoint Server 2019
33
+
32
34
* SharePoint Server 2016
33
35
* SharePoint Server 2013
34
36
35
-
**Support Reporting Services versions:**
36
-
* SQL Server 2008 Reporting Services (Native mode) and later
37
+
**Support Reporting Services versions:**
38
+
39
+
* SQL Server 2022 Reporting Services
40
+
* SQL Server 2019 Reporting Services
41
+
* SQL Server 2017 Reporting Services
42
+
* SQL Server 2016 Reporting Services
43
+
* SQL Server 2014 Reporting Services
44
+
* SQL Server 2012 Reporting Services
45
+
* SQL Server 2008 R2 Reporting Services
46
+
* SQL Server 2008 Reporting Services
37
47
* Power BI Report Server
38
48
39
49
## Download the Report Viewer web part solution package
0 commit comments