asp.net c# crystal report export to PDF memory full
问题 I am building a report using Crystal Reports and VS2010: ASP.NET/C# which is fairly big (6 pages using OLE Objects), so I am not sure if that would be the cause or solution to this problem, but I need to know either how to fix this or an alternative. All other reports that I built using OLE Objects in the same manner still export just fine. The code I am using is: protected void exportPDF_btn_Click(object sender, EventArgs e) { ReportDocument repDoc = getReportDocument(); //regathers the