我想知道是否有人能夠提供幫助。 我有一套數據驅動的訂閱,它使用以下SQL代碼來計算參數。這與報告也使用相同的SQL Server數據源。 select cast(dateadd(day,case when datepart(dw,getdate()) in (5,6) then 4 else 2 end,getdate()) as date) [parameter]
報告中的參數類型爲日期。
我們有一個SSRS報告,它工作正常。最近我們做了一些更改,以便SSRS將直接以pdf格式加載。但現在問題在於印刷。打印時,對齊被改變。我們正在使用A5頁面大小。 代碼用於SSRS轉換爲PDF ReportingService rs = new ReportingService();
---
----
result = rs.Render(reportPath, "PDF", his