Jump to content
Changes to the Jaspersoft community edition download ×

ray_lukas

Members
  • Posts

    2
  • Joined

  • Last visited

ray_lukas'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. I am new to Jasper Reports. So far so good. But my first report has a complicated layout and I don’t honestly see a way to do this, even after hunting around tutorials and this forum. I need to layout items horizontally in three columns. Each item itself contains multiple fields, three to be exact. Line One contains Item One, Two, and Three, Line Two contains Item Four, Five, and Six, etc. Each Item contains three fields. If this was Java I would have two loops, one for every item, the inner loop for each of the three fields that make up an item with a count for the number of items per line. Inner loop contains print until the inner loop is exhausted then println and continue for all the items that I need to print. When I look at the report I need each of the fields in the “columns” to line up, field one across all vertical columns line up, same with field two, and field three. Which means the max size of the combined three fields in the dataset needs to also be known. How can this be done in Jasper Reports? There must be a trick. Can you help me out.
×
×
  • Create New...