Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Export Crystal Report as an image

Is there any way to export a Crystal Report as an image?

 CrystalDecisions.Shared.ExportFormatType

The above type doesn't include anything that looks like an image, so does anybody have a clever workaround to generate an image?

I am using C# to generate a PDF already, and I would like to generate an image (.png, .jpg, .gif) along side that for use in a Silverlight application.

like image 786
Bryan Avatar asked Jul 16 '10 13:07

Bryan


People also ask

How do I export a Crystal Report to excel?

When viewing the Crystal Report in Acctivate, you can select the Export button on the toolbar of the Report window. Click the Format: drop down list and select the Microsoft Excel 97-2000 - Data only (XLS) format.


1 Answers

Post-processing your PDF with ImageMagick or a similar tool to create a png might work very well for you.

like image 188
O. Jones Avatar answered Oct 01 '22 20:10

O. Jones