Posts by Keoma Klein • 21 points
2 posts
-
0
votes1
answer175
viewsA: Label’s and/or Textfields do not appear in subreports in Jasperreports
Check that the font size of the content does not exceed the field limit, if this happens it brings the field blank. There is also an option in the report called Stretch With Overflow, from which…
-
2
votes4
answers6235
viewsA: Inserting image with Jasperreport via parameters
I’ll leave some possibilities, your method getimage() will have to return a inputStream, for example: parameter.put("IMAGE",new FileInputStream("C:/suaPasta/suaImagem.jpg")); or…