摘要:ReportViewer匯出PDF檔發生錯誤
原文位置如下
http://forums.microsoft.com/msdn-cht/ShowPost.aspx?PostID=1547412&SiteID=14
主要這是VS Debug Mode的問題,直接執行你的執行檔就可以執行了
節錄部分的原文如下
這是已知的問題,重現步驟如下:
- Create a new Windows Application Project
- Create a new Report
- Add one Textbox control to the Report and type a Chinese text in the Textbox.
- Add ReportViewer control to Form1 and set its report to the one created in step 3 (no need to set the data sources).
- Run the application and attempt to export the report to PDF.
此錯誤僅會在 Debug mode 下發生,Release mode 下執行便一切正常,
此問題將在下一個版本進行修正