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

aptare

Members
  • Posts

    1
  • Joined

  • Last visited

aptare'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. Hi All, I have an applicaiton which is a wizard and at the end of the wizard, a PDF needs to be generated based on the user input. So if based on certain user entered values, a section is not visible, the section should not be visible on the generated pdf as well. Also there are cases, where if the user selected "Yes" as option, the user has to enter few extra fields. So the generated PDF also needs to abide by that. My question are following 1. What should be my aproach when designing such a report. I am using iReport as my report designer. Is it even possible to do this? I tried using printWhileExpression, but that causes empty space. 2. Another solution is to put the logic in Java code where even the labels are coming from the data source (lets say a map). The downside to this approach is that in case I have to do some style sheet changes or label changes, I have a dependancy in terms of java code. Please suggest what I should do in this scenario. I am sure this is a very common requirement. Would FOP be any better to solve this particular problem? Thanks in anticipation, amit
×
×
  • Create New...