Tagged Questions

1
vote
0answers
30 views

Crystal Report - Exporting to PDF in both Landscape & Portrait

I've a crystal report which is having two pages; one in Portrait and the second one is in Landscape format. In report it looks fine but when I exporting it to a PDF, both pages got exported in ...
1
vote
1answer
1k views

How do I make PDF the default export option for a Crystal Report?

I am working with CrystalDecisions.CrystalReports.Engine.ReportDocument in WinForms in Visual Studio 2008. Right now when the users click the export button the dialog defaults to saving the report as ...
1
vote
1answer
2k views

Problem with Crystal Report in ASP.NET - ExportToHttpResponse

I am using the code to export pdf file from a popup. On button click function popupReport() { var url = 'Report.aspx'; window.open(url, 'winPopupReport', ...
0
votes
0answers
35 views

Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack

I am calling a report and exporting it to PDf file. this error occurs in this line: report.ExportToHttpResponse(ExportFormatType.PortableDocFormat, response, false, filename); Sometimes it loads ...
0
votes
0answers
359 views

Crystal Report 11 and C# 2005 Export to PDF issue (Rendering issue, random pages)

I'm working on rewriting a vb6 application in .NET that exports our Crystal Reports to Pdfs on a daily basis. I'm running into an issue when I export to PDF, the report renders properly (2 pages) in a ...