• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Help Required JAsper Report

 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I want to run a Simple Hello World JasperReports(Offcource output will be visisble on browser or Html), I have all required Libraries available ,Plz Send a sample program step by step .I m waiting!
 
Ranch Hand
Posts: 7729
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you download the full source distribution of JasperReports you will find many examples to try out.
 
Muhammad Ammad Husain
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear Mentor , i m facing help in runing simple Program , Plz atleast tell me the necessary components (Files ie Source code and Xml Files), that i need in order to run a hello World Report
Thanks
 
Barry Gaunt
Ranch Hand
Posts: 7729
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am no expert, I found out about JasperReports yesterday
But I suggest that you follow this link... You will find there information that will help you.
There is even a tutorial.
[ October 08, 2003: Message edited by: Barry Gaunt ]
 
Muhammad Ammad Husain
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear I have got myself Dig in to this Info , and i think this info is not complete in order to learn how to develop or run first report , becuase author is offering his own book to readers ,you may find it at :
http://jasperreports.sourceforge.net/more.docs.html
I m simpley looking forward to have simple steps or necessary Files , inorder to run a HelloWorld Type Report!
 
Ranch Hand
Posts: 57
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear you can run one of the sample(Given along with the downloaded .Zip).
 
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"Javaoops",

Please take a moment to change your display name into something compliant with our naming policy.

Thanks.
 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Very Useful jasper report tutorial with the code sample is at:

http://members.lycos.co.uk/oderin/tutorials/JavaReporting/JavaReportingTutorial.htm


This tutorial aims to get the reader acquianted with the three of the open source JAVA reporting tools, namely JasperReports, iReport and JFreeChart.
 
Ranch Hand
Posts: 44
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Hussain,

In order to generate JasperReports u need to follow these steps... assuming that u have already downloaded the necessary files.
1. Compile the .jrxml/.xml file to generate the jasper file.(Again, insist that u check one of the sample .jrxml file present in the sample reports)
2. Use Map to pass parameters for the next step
3. Fill the report by passing the .jasper file as a parameter
4. Export to desired report format by passing the .jrprint file as a
parameter and not the .jasper file

If u are still confused,check the jasper report samples. Open one of the build.xml file from any of the samples, u'll know when to use which
file.


Dear I have got myself Dig in to this Info , and i think this info is not complete in order to learn how to develop or run first report



Don't say that the info is not complete, the tutorial(and other docs) does help u to create a basic report and export the same.


Regards,
sangeeta
 
reply
    Bookmark Topic Watch Topic
  • New Topic