IE 11 已于 2022 年 6 月 15 日停用
2023 年 2 月 14 日之后,IE11 将不再可用。你可以在 Microsoft Edge 中使用 IE 模式重新加载 Internet Explorer 网站。
Microsoft SharePoint 的 Microsoft Report Viewer Web 部件
借助 Report Viewer Web 部件,可在 SharePoint Server Web 部件页面上嵌入 SQL Server Reporting Services(本机模式)或 Power BI 报表服务器中存储的分页 (RDL) 报表。
重要事项! 在下方选择语言会自动将整个页面内容更改为该语言。
版本:
15.0.1000.57
Date Published:
2020/12/15
File Name:
ReportViewerWebPart.wsp
File Size:
12.3 MB
借助 Report Viewer Web 部件,可在 SharePoint Server Web 部件页面上嵌入 SQL Server Reporting Services(本机模式)或 Power BI 报表服务器中存储的分页 (RDL) 报表。需要到 Windows 令牌服务和 Kerberos 约束委派的声明。支持的操作系统
Windows Server 2008 R2 SP1, Windows Server 2012, Windows Server 2012 R2, Windows Server 2016
支持的 SharePoint Server 版本:
- SharePoint Server 2016
- SharePoint Server 2013
支持的 Reporting Services 版本:
- 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 报表服务器
- 在 SharePoint Server 上,使用“以管理员身份运行”选项打开 SharePoint Management Shell。
- 运行 Add-SPSolution 以添加场解决方案。
例如: Add-SPSolution –LiteralPath "C:\MyFolder\ReportViewerWebPart.wsp"
Note that the LiteralPath must be an absolute path.
该 cmdlet 返回解决方案的名称、其解决方案 ID 和 Deployed=False。在下一步骤中,您将部署解决方案。 - 运行 Install-SPSolution cmdlet 以部署场解决方案。
例如: Install-SPSolution –Identity ReportViewerWebPart.wsp -CompatibilityLevel "14,15" -GACDeployment -AllWebApplications
Note that the solution can be installed to specific web applications by using the -WebApplication parameter instead of -AllWebApplications