あなたの問題は、パラメータを https://server/reports... に渡していることです パラメータを https://server/reportserver... に渡す必要があります
Reporting Services を初めて使用したときにこの問題が発生したことを覚えています。
役立つ MSDN は次のとおりです。 /en-us/library/ms155391.aspx
For example, to specify two parameters, “ReportMonth” and “ReportYear”, defined in a report, use the following URL for a native mode report server: https://myrshost/ReportServer?/AdventureWorks 2008R2/Employee_Sales_Summary_2008R2&ReportMonth=3&ReportYear=2008プレ>結果は次のようになります:
https://myRSServer/ReportServer/Pages/Report.aspx?%2fDefaultTenant%2fDialing+Reports%2fDialing+Agent+Performance&dFrom=01/01/2012&dTo=08/08/2012レポートを Excel / PDF / などにエクスポートしたい場合は、それを追加できます:
Excel の場合:
&rs:Format=ExcelPDF の場合:
&rs:Format=PDF