Click to See Complete Forum and Search --> : How to save chart as image file (jpg, bmp)


vinniesn
May 20th, 2007, 10:30 PM
Hi,

I want to save (bar/pie or line) chart as image file using CR 11 in .NET and later create PPT using saved image files. Is it possible? Don't worry about creating PPT, which is not related to crystal report. I am looking for the solution to first one.

If any of you done before or similar to this, please let me know.

I am also trying few ideas, let me see if it work for me.

1. Access chart object through code and save it as file.
2. Create a report and save it as html, and than parse the file, locate the image path from the html source. I hate this, if there are no solution, I will try this at last.

Is there any better way of saving chart in image file?

Looking forward to see your reply.

Regards
Vin