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

fsi2

Members
  • Posts

    6
  • Joined

  • Last visited

fsi2'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. I'm trying to put the svg file into my pdf report but the error occurs: What can I do to fix? I don't even know whats the problem it is. My XML SVG is 100% valid from validator.
  2. In my java code, im looping and concating it. making my string big. When Im at report, I want to breaking like in my textField... I tried to add </br> or \n and didnt work Basically my string was this: "abc n 123 abc 123 </br> abc 123 abc 123" and didnt work. and I'm using a value for this textField: $F{reason}
  3. But i dont know in list, for example $F{attribute.children} will only get the children, how about other children inside of this children?
  4. How can I iterate an object if I don't when it ends? More like iterate a list of list... For example I have a Father with children, this children have an children and and this children have his children and so on.
  5. I am new at iReport and some people had problem with subreport with Infinite loop etc. But mine is a List of dataset, and I'm working only with Page Header, and can get it work with one record on my Page Header. How can I make it show all records? Should I created new band only for list?
×
×
  • Create New...