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

Integrate JasperReport visual objs in my app.


Recommended Posts

By: David - jmanee

Integrate JasperReport visual objs in my app.

2003-06-18 10:57

Hi,

 

friends

 

may be you know if I can integrate JasperReport visual objects in my project. in other words I want add to my custom JFrame in my project a JasperReports component (I don't know may be a JPanel that the framework contains) thats allow me show reports.

 

at the moment I only can reports using the JasperViewer.viewReport() method and JasperReports show me the report in a separated frame.

 

I need that the report can be showed inside my application.

 

some ideas ? or only I can do this changing the JasperReports source code

 

thanks

 

 

 

 

By: Vinod Kumar Singh - vinodsingh

RE: Integrate JasperReport visual objs in my app.

2003-06-18 23:16

Hi,

 

get a panel as shown below and add it to your JFrame

 

JPanel pnlViewer = new JRViewer(JasperPrint);

 

 

Vinod

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...