View Single Post
  #5 (permalink)  
Old 01-02-2008, 06:37 AM
simi's Avatar
simi simi is offline
Member
 
Join Date: Dec 2007
Location: Singapore
Posts: 18
simi is on a distinguished road
Send a message via Yahoo to simi
Hi Vikain,

ChartUtilities.saveChartAsJPEG(new File(userDesktop + "\\Reports"), constructChart(), 250, 250);

you need to update above line of code to provide file name. currently you are specifying only directory "Reports" but you need to give file name eg. reports.jpg

Regards,
Simi
Reply With Quote