Jump to content
We've recently updated our Privacy Statement, available here ×

java_prabu

Members
  • Posts

    2
  • Joined

  • Last visited

java_prabu's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare

Recent Badges

0

Reputation

  1. Hi... Yes you can done this use JRExporter. You Just create your exporter object that what type of output u need. Like this: JRExporter exporter = new JRPdfExporter(); Than use that exporter u can create ur report. Check below link: http://jasperforge.org/website/ireportwebsite/IR%20Website/ir_deploying_reports.html?header=project&target=ireport All the best. Regards Prabu R Post Edited by java_prabu at 07/30/2010 07:01
  2. Hi alvintkl... yes u can convert amount to word in ireport with the help of java method. If you are familiar in java means, u can write ur hot code that getting input as ur amount <double> and return type as amount in words <string>. Then build a jar with manifest file. Dont forgot to mention the class name in that manifest file. Than add this jar in to ur project library. now u can access the method. Check this link that how to use jar file: http://jasperforge.org/plugins/espforum/view.php?group_id=83&forumid=101&topicid=54282 All the best Regards Prabu
×
×
  • Create New...