通过URL以PDF格式发布的SSRS报告呈现报告

Bil*_*nks 1 reporting-services

我有一个SSRS2016报告,可以在浏览器中连接到该报告http:// vmbksa69901mcz / reports_ssrs1d / report / DAS / CDO_Suite / AccruedInterestRpt

但是我希望能够通过URL导出为pdf。本文指出这是可能的:https : //docs.microsoft.com/zh-cn/sql/reporting-services/export-a-report-using-url-access

因此,当我尝试输入以下网址时: http:// vmbksa69901mcz / reports_ssrs1d?/ DAS / CDO_Suite / AccruedInterestRpt&rs:Format = PDF

它不起作用。它只是将我带到SSRS网站的主页,并将URL更改为: http:// vmbksa69901mcz / reports_ssrs1d / browse /

我看不到我在做什么错。

Ala*_*eld 5

使用URL传递命令时,需要使用Web Service URLURL中的reportserver路径而不是Web门户URL。

如果运行Reporting Services配置管理器并在“ Web服务URL”下查看,则会看到另一个地址。

默认情况下,Web门户(您所称的SSRS主页)将位于http:// myServer / Reports

但是默认情况下,Web Service URL是 http:// myServer / Reportserver