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

Joe Taras

Members
  • Posts

    25
  • Joined

  • Last visited

Community Answers

  1. Joe Taras's post in Page break doesn't work in JasperSoft Studio 6.8.0 was marked as the answer   
    Hi dear,
    Sorry for late response.
    I've solved as follow:
    I've changed the y position of my subreport element because goes in conflict with page break. So I put y = 1 and works fine.
     
    Thank you for your response
  2. Joe Taras's post in Load image from byte[] error was marked as the answer   
    I've done, I don't believe!!!
    In Image element I've simple put ${EnvParameter}.getLogo() without call the function about load image.
     
    Thank you for your support @C-Box
  3. Joe Taras's post in Put text not repeatable in horizontal detail was marked as the answer   
    Solved!

    I want to share my solution step by step:

    I've created a band detail to explode in horizontal way and I've set number of column (10)
    I've added a text field "Name"
    I've set the following XML properties on "Name" text field:isPrintRepeatedValues = false
    printWhenGroupChanges = "name of group container"


    I've put field $F{Name} in the same column of text field "Name"

    The result has been:

    All value of name field are repeated and the text field has shown only once.

    Have a nice day ;)

×
×
  • Create New...