File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Other Open Source Projects and the fly likes iReport embedded Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Other Open Source Projects
Reply Bookmark "iReport embedded" Watch "iReport embedded" New topic
Author

iReport embedded

Janfry Nice
Greenhorn

Joined: Oct 10, 2005
Posts: 7
I want to show iReport inside my java application. So the user can modify the reports.

When I close iReport the program does not exit.
Is there anything wrong? A litte example.

public static void main(String argv[]) {
it.businesslogic.ireport.gui.MainFrame ireport = new it.businesslogic.ireport.gui.MainFrame();
ireport.setEmbeddedIreport(true);
ireport.show();
}
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: iReport embedded
 
Similar Threads
Jasper with StoredProcedures
reporting tools...
how use ireport jasperviewer in sun java studio creater
integrate JFreeChart 0.9.21 with iReport 0.3.2
JASPER export to pdf using Servlet Detail not show..help please