0
我想在aspx頁面顯示ssrs報告。當我下面的鏈接點擊,我可以看到報告..在aspx頁面查看ssrs報告
http://aefyhcpnsvaia09/Reports/Pages/Report.aspxItemPath=%2fIncidentReport%2fIpCenter_assignmet
對於上面的鏈接會是怎樣的serverReport.ReportServerUrl和serverReport.ReportPath?
下面的代碼我得到錯誤「的完整路徑必須少於260個字符長;其他限制條件。如果報表服務器在本機模式,該路徑必須以斜槓(rsInvalidItemPath)。」
serverReport.ReportServerUrl = new Uri("http://aefyhcpnsvaia09/ReportServer");
serverReport.ReportPath = "Reports/Pages/Report.aspx?ItemPath=IncidentReport%2fIpCenter_assignmet";
感謝約翰它的工作對我很好... – Babu