水晶报表特定数据错误
我的报表是每条数据带有byte[]类型的图片,图片在报表中显示,大部分的数据都没有问题,其中有一条碰到如下问题导致无法打印
CrystalDecisions.CrystalReports.Engine.InternalException:
Error in File C:\DOCUME~1\ADMINI~1.000\LOCALS~1\Temp\temp_cdb9c818-4578-4693-9136-e643f71b4299 {47DF1E95-0F92-4EC2-B200-915EB85C79FA}.rpt:
The request could not be submitted for background processing. ---> System.Runtime.InteropServices.COMException (0x800002AD):
Error in File C:\DOCUME~1\ADMINI~1.000\LOCALS~1\Temp\temp_cdb9c818-4578-4693-9136-e643f71b4299 {47DF1E95-0F92-4EC2-B200-915EB85C79FA}.rpt:
The request could not be submitted for background processing.
在 CrystalDecisions.ReportAppServer.Controllers.ReportSourceClass.GetPage(PageRequestContext pPageRequestContext)
在 CrystalDecisions.ReportSource.EromReportSourceBase.GetPage(PageRequestContext pageReqContext)
--- 内部异常堆栈跟踪的结尾 ---
在 CrystalDecisions.ReportAppServer.ConvertDotNetToErom.ThrowDotNetException(Exception e)
在 CrystalDecisions.ReportSource.EromReportSourceBase.GetPage(PageRequestContext pageReqContext)
在 CrystalDecisions.CrystalReports.Engine.FormatEngine.PrintPageEventHandler(Object sender, PrintPageEventArgs e)
在 System.Drawing.Printing.PrintDocument.OnPrintPage(PrintPageEventArgs e)
在 System.Drawing.Printing.PrintDocument._OnPrintPage(PrintPageEventArgs e)
在 System.Drawing.Printing.PrintController.PrintLoop(PrintDocument document)
在 System.Drawing.Printing.PrintController.Print(PrintDocument document)
在 System.Drawing.Printing.PrintDocument.Print()
在 CrystalDecisions.CrystalReports.Engine.FormatEngine.PrintToPrinter(Int32 nCopies, Boolean collated, Int32 startPageN, Int32 endPageN)
在 CrystalDecisions.CrystalReports.Engine.ReportDocument.PrintToPrinter(Int32 nCopies, Boolean collated, Int32 startPageN, Int32 endPageN)
请高人解答。