Quantcast
Channel: SCN : Unanswered Discussions - SAP Crystal Reports, version for Visual Studio
Viewing all articles
Browse latest Browse all 2556

crystalreport export to pdf shows blank page, but export to other formats work

$
0
0

I am using crystal report 2008 in Visual Studio 2008 to create and export reports programmatically.

But export to pdf shows blank or an empty page, but export to Microsoft word or excel shows data.

 

ReportDocument rd = new ReportDocument();

rd.SetDataSource(dataset)

rd.ExportToHttpResponse(ExportFormatType.PortableDocFormat, Response, false, "Report");

 

What can be the problem?


Viewing all articles
Browse latest Browse all 2556

Trending Articles