Re: Reporting in GUI format
- From: "Bart Cremers" <bcremers@xxxxxxxxx>
- Date: 26 Jun 2006 02:37:08 -0700
Manoj Jain schreef:
hi
is there any tool that could be integrated in JFC. in visual basic
there are amny tools, Crystal Report is one of them.
i got one Jasper Report. but is difficult to integrate into JFC frame.
if you have any idea then plz reply with possible
solutions/links/libraries
It's actually very easy to integrate a jasper report. Simply create a
new JRViewer class passing the JasperPrint you generated in its
constructor. JRViewer extends JPanel so i can easily be added to a
JFrame.
new JRViewer(jasperPrint)
Regards,
Bart
.
- References:
- Reporting in GUI format
- From: Manoj Jain
- Reporting in GUI format
- Prev by Date: Re: Best Layout?
- Next by Date: Print Jtable multiline header
- Previous by thread: Reporting in GUI format
- Next by thread: Re: Reporting in GUI format
- Index(es):