摘要: 这几天遇到一个简单又纠结的异常:通过循环报表生成pdf文件的时候,循环时出现了一个错误:“An unexpected error occurred in Report Processing”发生在行:“byte[] bytes = reportViewMain.LocalReport.Render(fileFormat, null, out strMimeType, out strEncoding, out strFileNameExtension, out strStreamIds, out warnings);”这个问题主要是循环同一个rdlc模板的时候出现的,第一个报表生成pdf文件成功 阅读全文
posted @ 2013-09-05 10:15 刀叨 阅读(1975) 评论(0) 推荐(0)