Skip to content

Commit 7d85cbd

Browse files
Merge pull request #36125 from magtsang/magtsang-SharePointWebpart
Revise supported SharePoint and Reporting Services versions
2 parents d402d42 + a5c592a commit 7d85cbd

1 file changed

Lines changed: 16 additions & 6 deletions

File tree

docs/reporting-services/report-server-sharepoint/deploy-report-viewer-web-part.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Deploy the SQL Server Reporting Services Report Viewer web part on a SharePoint site"
33
description: For SQL Server Reporting Services, you can manually add the Report Viewer custom web part to a SharePoint product.
4-
ms.date: 09/25/2024
4+
ms.date: 01/09/2026
55
ms.service: reporting-services
66
ms.subservice: report-server-sharepoint
77
ms.topic: install-set-up-deploy
@@ -12,10 +12,13 @@ ms.custom:
1212

1313
# Deploy the SQL Server Reporting Services Report Viewer web part on a SharePoint site
1414

15-
[!INCLUDE[ssrs-appliesto](../../includes/ssrs-appliesto.md)] [!INCLUDE[ssrs-appliesto-2016-and-later](../../includes/ssrs-appliesto-2016-and-later.md)] [!INCLUDE[ssrs-appliesto-pbirsi](../../includes/ssrs-appliesto-pbirs.md)] [!INCLUDE[ssrs-appliesto-sharepoint-2013-and-later](../../includes/ssrs-appliesto-sharepoint-2013-and-later.md)] [!INCLUDE[ssrs-appliesto-not-sharepoint-online](../../includes/ssrs-appliesto-not-sharepoint-online.md)]
15+
[!INCLUDE[ssrs-appliesto](../../includes/ssrs-appliesto.md)] [!INCLUDE[ssrs-appliesto-2008r2-and-later](../../includes/ssrs-appliesto-2008r2-and-later.md)] [!INCLUDE[ssrs-appliesto-pbirsi](../../includes/ssrs-appliesto-pbirs.md)] [!INCLUDE[ssrs-appliesto-sharepoint-2013-2016](../../includes/ssrs-appliesto-sharepoint-2013-2016.md)]
1616

1717
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.
1818

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+
1922
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.
2023

2124
**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
2528
> [!IMPORTANT]
2629
> 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.
2730
> 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-
>
2931
3032
**Support SharePoint Server versions:**
31-
* SharePoint Server 2019
33+
3234
* SharePoint Server 2016
3335
* SharePoint Server 2013
3436

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
3747
* Power BI Report Server
3848

3949
## Download the Report Viewer web part solution package

0 commit comments

Comments
 (0)