report in java
How to create reports in core java
like visual basic 6.0 report
Pravinrasal
Junior Poster in Training
54 posts since Jul 2011
Reputation Points: 19
Solved Threads: 0
If you searched " java report library " you would already had answer and didn't have to post and shame your self with ignorance
peter_budo
Code tags enforcer
15,436 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 902
i want report in standalone applicaion i dont know how to create
okkkkkkkkkkkkkkkk
Pravinrasal
Junior Poster in Training
54 posts since Jul 2011
Reputation Points: 19
Solved Threads: 0
More and more excuses from your side. Example " Java iReport tutorial " will give as first hit iReport tutorial section . Do similar search for any other library you may like to use and I'm sure you will get plenty of resources.
peter_budo
Code tags enforcer
15,436 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 902
Pravinrasal
Junior Poster in Training
54 posts since Jul 2011
Reputation Points: 19
Solved Threads: 0
How to create reports in core java
like visual basic 6.0 report
you can use crystal reports like in visual basic with Java pretty easily
brynFlew
Junior Poster in Training
59 posts since Jan 2011
Reputation Points: 27
Solved Threads: 1
@ brynFlew
could you share some tutorials for this..
i don't have a tutorial easily available without searching around, i might be able to post some of my code later on if there isn't too much stuff in there that is really important.
brynFlew
Junior Poster in Training
59 posts since Jan 2011
Reputation Points: 27
Solved Threads: 1
its basically like this guy shows,
http://www.youtube.com/watch?v=7qSwQ4c7kIo
you set up the layout of the report with the designer, set up the database connections, then their is some code you would put in a java class that when called would pass the params you want to crystal reports and crystal reports will generate a pdf or whatever with the data in the database using the parameters chosen.
brynFlew
Junior Poster in Training
59 posts since Jan 2011
Reputation Points: 27
Solved Threads: 1