Questions tagged as 'jasper-reports'

1
answer

Customize PDF file name made in jaspersoft, java and spring

I have several reports made in JasperSoft that generate PDF and when generated in Java, when downloading the report on my pc, it is like "document.pdf". How do I give a different name to this report, for example "report_clients.pdf"? The reports...
asked by 19.07.2017 / 19:17
0
answers

Primefaces + JSF + Jasper JAVAEE

Well I'm trying to generate PDF in my application and it's not working, clicking on the print button generates the following error 00:14:24,037 WARNING [org.primefaces.config.WebXmlParser] (default task-20) DocumentBuilderFactory#setFeatur...
asked by 12.05.2017 / 05:28
1
answer

jasper with javaFx does not open by jar

I have a strange problem, I made an application with javafx and jasperstudio and when running within eclipse it works perfectly. When generating the .jar and run, it works, however if I remonear the directory where the fonts are, it stops workin...
asked by 13.03.2017 / 13:12
0
answers

Call a report with subreport from a Managedbean

Does anyone have a Java example of how to call from a Managedbean a report with subreport? I already have the report with the subreport working fine in ireport, but when I try to call from the application it just calls the main report. P.s. I...
asked by 03.03.2017 / 08:54
1
answer

JasperReport - Passing objects to report column

I have to get the data from the following field: venda.getVendacardinalidades().get(0).getUsuario().getPessoa().getNome() And put this value in a report column, how do I do this: I was trying to do this: <field name="nome" class="co...
asked by 07.09.2016 / 22:19
1
answer

Directory Subreport

I'm having problems locating the subreport, when I was using the local project it worked perfectly, but now that I've gone to the server it's not locating the subreport. I'm trying to use it like this: <parameter name="SUBREPORT_DIR" class=...
asked by 18.07.2016 / 23:47
1
answer

Error generating Jasper reports [closed]

Then the program to which I am responsible generates reports from .jasper files and not .jrxml, I opened one of these files (with jaspersoft studio) to perform what would be a simple modification (I just changed the title of the report) comes th...
asked by 15.08.2016 / 14:03
1
answer

No query executed factory registered for 'sql' language

In my project there are some reports and graphs, using DynamicReports that work correctly on IDE Netbeans without any error. However, through the command line running the java -jar MinhaAplicação.jar jar this Exception...
asked by 30.05.2016 / 19:01
0
answers

Is it possible to create fields in JasperReports report without setting them in advance?

Hello, I have a jTable where the user defines which fields will appear in it, so I would need several JasperReports reports, one for each possible combination (chosen through jRadioButtons ). Is there a way to "send" the report fie...
asked by 08.04.2016 / 04:36
1
answer

JasperReports - Is it possible for a report to be listed multiple times automatically?

I have a report that is nothing more than an invoice, with your items and note data and items. A feature was requested that when selecting more than one invoice, this report manages the template of each note in a PDF just so the user massively p...
asked by 30.11.2015 / 18:49