星期四, 3月 03, 2011

ReportingService.Render() 發生作業逾時 (Timeout) 的解決方法 (可能的)

ReportingService rs = new ReportingService();

rs.Timeout = 300000; // 逾時時間設定為 30000 ms, 即 5 分鐘

rs.Render(reportPath, format, historyID, devInfo, 

     parameters, credentials, showHideToggle, out encoding, out mimeType, 

     out reportHistoryParameters, out warnings, out streamIDs);

沒有留言:

張貼留言