nitinvertigo Report post Posted July 3, 2012 Hello, I am working on a project on asp.net using fusioncharts(displayed in a panel) for report generation.My requirement is that i have to capture the fusioncharts as images on the local drive using C# coding.Can anyone please provide me the code and guide me? Thank you. Share this post Link to post Share on other sites
Guest Sumedh Report post Posted July 4, 2012 Hello, I am working on a project on asp.net using fusioncharts(displayed in a panel) for report generation.My requirement is that i have to capture the fusioncharts as images on the local drive using C# coding.Can anyone please provide me the code and guide me? Thank you. Hi, Are trying to implement Server-side export or client-side export? Share this post Link to post Share on other sites
nitinvertigo Report post Posted July 5, 2012 Hi, Are trying to implement Server-side export or client-side export? Hello, i am trying to implement server-side export Share this post Link to post Share on other sites
Guest Sumedh Report post Posted July 5, 2012 Hi, When exporting the charts as images/PDFs using server-side Export Handlers, there are two actions that you can choose from: 1. Download to end user - Return the generated image/PDF back to the client (browser) for downloading 2. Save on server disk - Save the image on server-disk and return the URL of the same to callback JavaScript functions For more detail on 'Exporting Charts as PDF or Images > Server-side Export > Returning the exported output as download', please refer to the link below, http://docs.fusioncharts.com/charts/contents/?exporting-image/server-side/ECServerDownload.html For more detail on 'Exporting Charts as PDF or Images > Server-side Export > Saving exported output on server disk', please refer to the link below, http://docs.fusioncharts.com/charts/contents/?exporting-image/server-side/ECServerSave.html Find attached illustration for your reference. Export_.NET.zip Share this post Link to post Share on other sites
nitinvertigo Report post Posted July 6, 2012 Hi, When exporting the charts as images/PDFs using server-side Export Handlers, there are two actions that you can choose from: 1. Download to end user - Return the generated image/PDF back to the client (browser) for downloading 2. Save on server disk - Save the image on server-disk and return the URL of the same to callback JavaScript functions For more detail on 'Exporting Charts as PDF or Images > Server-side Export > Returning the exported output as download', please refer to the link below, http://docs.fusionch...erDownload.html For more detail on 'Exporting Charts as PDF or Images > Server-side Export > Saving exported output on server disk', please refer to the link below, http://docs.fusionch...ServerSave.html Find attached illustration for your reference. Hello, thanks for your response.I managed to solve the problem using the solution you provided.Thank you once again. Share this post Link to post Share on other sites
Guest Sumedh Report post Posted July 6, 2012 Hello, thanks for your response.I managed to solve the problem using the solution you provided.Thank you once again. Share this post Link to post Share on other sites
daya89 Report post Posted April 2, 2021 Hello, I have the same problem, could you help me Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted April 5, 2021 @daya89 Check out FusionExport for server-side image capturing : https://www.fusioncharts.com/dev/exporting-charts/using-fusionexport/overview Share this post Link to post Share on other sites