Questions tagged as 'jasper-reports'

1
answer

Generate PDF report with jasper reports and spring

Hello, I'm having a problem generating a report with jasper reports in spring. I made the implementation exactly as it appears in method 4 of this explanation: link When I click the button to generate the report, I'm redirected to the...
asked by 22.02.2016 / 03:32
1
answer

DANFE in Jasper - problem with field additional data

I have a DANFE report developed in Jasper and I need the information in the "Additional Data" field printed. However, when the field is overflowed, it does not print the rest of the information on the next page, but it prints the field from the...
asked by 04.01.2016 / 17:49
1
answer

Pass a file name downloaded with p: fileDownload

I have a method that generates a PDF report with Jasper and returns a DefaultStreamedContent . I call the method no <p:fileDownload> this way: <p:fileDownload value="#{listarReembolsoBean.getSampleReportPDF(reembo...
asked by 24.08.2015 / 17:04
1
answer

IReport - Sub report with same main datasource

I am developing a relatório and it has a subrelatorio that must have the same DATA SOURCE of the relatório main, so the dataSourceExpression of the subreport is as follows: <dataSourceExpression>...
asked by 13.10.2015 / 22:32
1
answer

Problem with dependency injection in demoiselle-report

I would like to put a report on a project I'm working on, and I decided to use the demoiselle component itself, demoiselle-report. But after implementing it and testing, it returns an exception. So I checked the problem is happening when perform...
asked by 01.07.2015 / 15:01
1
answer

jasperserver with php

I found a lib in Git link that allows PHP to connect to JasperServer (java server ), I already use and it works, but I wanted to add a functionality to this project, it currently only accepts an array of parameters as below: private func...
asked by 09.09.2015 / 19:02
1
answer

Problem sending list of datasource to sub reports

I'm having trouble opening a report with sub reports passing a datasource. In Ireport I run the report with sub reports normally, but the main report has a connection to the database and this connection is passed to the sub reports and each r...
asked by 14.10.2014 / 21:24
1
answer

How to preview with more than one Ireport file

I would like to know how to do a preview of multiple reports of Ireport , that is, I created a test project to run reports or forms created to check how they were before system. I wanted to pass array with names and it batch al...
asked by 16.07.2014 / 20:45
1
answer

Pass updated information from subreport to parent report

I am making a report that contains all service providers, and has the following hierarchy: City - > Specialty - > Provider. In ireport stayed the main report containing a city subreport, within the city subreport has a subreport of spec...
asked by 11.02.2014 / 12:45
0
answers

Suggestion on how to display jasperSoft Stuio's Dinamic Group on the same line?

I am trying to make a report and would like to display% s of% more than 1 value, so they are dynamic. Example of my output: Grupo1 valor1 valor2 valor 3 Grupo2 valor 1 valor2 valor3 Goal: Grupo1 Grupo2 valor1 v...
asked by 20.09.2018 / 20:44