Questions tagged as 'jasper-reports'

2
answers

Dynamic color in TextField in Jasper reports

I want to change the color of the textfield according to the value of it, I found several tutorials that say to create a style and apply to the textfield, have to select a "styled text" option that I did not find in the textfield properties in j...
asked by 10.09.2015 / 17:49
1
answer

Error generating Report in Jasper Ireports

I followed a blog on the web that teaches you how to generate reports, but I have a situation that I can not solve. In case I have the following codes: Main.java public class Main { /** * @param args the command line arguments */ publ...
asked by 12.06.2015 / 14:09
1
answer

JasperSoft Studio 6.0.3 creation of a table where each cell is a query

Good! I'm new to these bands as well as using this Jaspersoft Studio program. So the problem I'm having is that I need to populate a table with a fixed size but where each cell has a specific query. Example: Table with columns A, B and...
asked by 25.06.2015 / 15:47
1
answer

Application for when I pass a List by parameter to a Sub report

I'm trying to pass a list by parameter to my Sub Report, however when it arrives in certain part the application stops and the report is not generated. It never goes away: I'mpassingtheListthisway:publicbooleangerarRelatorio(Listlist,intnumer...
asked by 21.05.2015 / 19:54
1
answer

How do I create a report in JasperReports (Jasper Studio) that has dynamic columns?

Follow the table: As you can see, sometimes I can have 1 test, 2 test, 3 tests or sometimes none. All this would depend on what I could bring from the bank. How can I do this in JasperReports?     
asked by 28.11.2014 / 05:00
0
answers

Jasper is duplicating data from an ArrayList

I have a problem with jasper soft studio , my report is taking the data and multiplying at the time of filling the report, I am using 3 lists to fill it, I will send the code and my report. public void imprimirOrcamento() throws JREx...
asked by 17.12.2018 / 23:25
0
answers

Java SE and iReport - Path to an image as a parameter on different PC

I have tried in many ways and searched for numerous examples, but I can not use an image in a report using iReport on a different pc than the system is doing. My structure: In the iReport Report: I have a parameter set to InputStream...
asked by 25.11.2018 / 22:00
0
answers

ireport - Error when using Print When Expression

I'm having a problem while generating the report, the print when expression function does not work, the report always shows this line with the value null I'm doing this on the line <printWhenExpression><![CDATA[new Bo...
asked by 28.11.2018 / 18:23
0
answers

error while displaying report with jasperreport 6.6.0. The code below works perfectly with jasperreport 4

HashMap parameterMap = new HashMap (); String report_dir = System.getProperty ("user.dir") + "// Reports //"; String file = report_dir + "fatper.jasper"; parameterMap.put ("data_ini", dateIni); parameterMap.put ("data_fim", dateFim); parameterMa...
asked by 22.11.2018 / 21:02
0
answers

MongoDB with JasperReport

In the course of angular the teacher taught some commands to work with MongoDB using find, insert, update, updateOne and others, but with this form it is not possible to create reports with jasperReport, probably the best known I imagine, as I w...
asked by 22.11.2018 / 19:54