ryankavalsky Report post Posted July 2, 2010 I am using ASP.NET with VB.NET as the code behind. I am interested in taking advantage of your Exporting as an Image/PDF functionality, but when I implement the sample code in the documentation, I get the following javascript error: FusionChartsExportObject is undefined The only difference between my code and the sample code is that I am importing the FusionCharts.js and FusionChartsExportComponent.js in the <head> section of my Master page, as opposed to having it in the <head> section of a stand-alone page. My javascript files are the newest available on your site. What do I need to do in order to implement this feature? Share this post Link to post Share on other sites
ryankavalsky Report post Posted July 9, 2010 Nevermind, I got it figured out. You're not able to use the client-side export handler unless you are rendering the chart client-side. Since I'm rendering the chart server-side, I'm now using the server-side export handler and all is working smoothly. Share this post Link to post Share on other sites
Sanjukta Report post Posted July 9, 2010 (edited) Hi Ryan, Glad that your issue is resolved. Thanks for sharing the idea. Happy FusionCharting! Edited July 9, 2010 by Guest Share this post Link to post Share on other sites