Jump to content
JasperReports Library 7.0 is now available ×

Michael_Schmidt

Members
  • Posts

    4
  • Joined

  • Last visited

Michael_Schmidt's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. This question is so basic I can't find anything on it. I have an Eclipse RCP application that uses JasperReports. The RCP plug-in exports as a .jar file that includes the .jasper files in an internal /reports directory. All works fine. Now, I want to have a logo (image) in my report header and include a master report with subreports. My questions are 1) is the image compiled in the .jasper file or do I have to make it available in the RCP plug-in? 2) are the subreports compiled in the master report .jasper file or do I need to include the subreport .jasper files? 3) if I need to include the subreport .jasper files (in the .jar's /reports directory), how to point to them? Thanks for your time on this matter!
  2. See this tutorial to get you started. http://eclipsezone.com/eclipse/forums/t53387.html Hope that helps!
  3. JasperReports can access any database with JDBC support.
  4. I've had a similar problem. I found that placing each subreport in an elementGroup fixed it, at least for my application. Hope that helps!
×
×
  • Create New...