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

miret

Members
  • Posts

    5
  • Joined

  • Last visited

miret's Achievements

Rookie

Rookie (2/14)

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

Recent Badges

0

Reputation

  1. Thank you for your quick reply! Both my mainReport datasource and my subReport datasource are created through a common list of dataBeans... perhaps that's my mistake? Do the two dataSources need to be separate? I'll give it a try... Thanks again!
  2. Hello, I am working on a report which includes 4 subreports. When I run my Java project with each subreport separately, it works fine. But when I run the main report, I get a blank space where the subreports should be displayed. Since the length of the blank space changes as I change the number of records to be displayed, I believe the main report does "recognize" the subreports behind it... could it then be that the subreports are somehow "hidden"? Does anybody know how I could solve this issue? Thank you all in advance for your hints!
  3. Did the method you described above actually work? For some reason, I am also unable to pass subreport parameters... these are actually "Fields" in the subreport... does that make a difference? But my problem could also be that the subreports are somehow "hidden" and just appear blank... does anybody know how I could solve this issue? Thank you all in advance for your hints!
  4. I am not able to visualize a JPanel in my JasperReport. Here is part of the xml code: <image> <reportElement x="465" y="230" width="200" height="200"/> <box> <topPen lineWidth="0.0" lineColor="#000000"/> <leftPen lineWidth="0.0" lineColor="#000000"/> <bottomPen lineWidth="0.0" lineColor="#000000"/> <rightPen lineWidth="0.0" lineColor="#000000"/> </box> <imageExpression class="java.awt.Image"><![CDATA[$P{panel}.createImage(200,200)]]></imageExpression> </image> What am I doing wrong here? Thank you for any help! Post Edited by Miret Padovani at 04/07/09 04:24 Post Edited by Miret Padovani at 04/07/09 04:24
×
×
  • Create New...