edulpn Report post Posted October 28, 2008 (edited) Hey everybody! Since I'm usign fusion chart to generate my C# project's charts, i need to save it as an image, so i can place it on a html report. I figured out that the best way to do is saving the chart as an image, into the windows form application, and then put the image on image tag of the html report. if this is the best way to do, how can i save the chart as an image throu C# programming? if it isn't, how can i take a chart, feed with a xml string in a C# flash object (using callfunction() - v3 evaluation version), and put it in a html report without using any script, like PHP, ASP or JScript? Thanks for the help, Ed. Edited October 28, 2008 by Guest Share this post Link to post Share on other sites
Pallav Report post Posted October 31, 2008 Hi Ed, Currently, you cannot save the chart as image at server side. You'll need to render the chart once at client side, before you can invoke the save as image routine. Share this post Link to post Share on other sites