Questions tagged as 'jasper'

2
answers

Generate PDF with Jasper and download without storing it

I'm generating a PDF with Jasper, I'll show you how it's done. I'm saving to disk, storing the path in the database and then downloading. I would like to know how to do so that at the moment I click to generate, it generate and already downlo...
asked by 08.07.2015 / 04:01
1
answer

Java program does not find jasper report path

I did a small program in java to generate budget reports, I used jasper Ireport to do so, I did, I tested, it generated budgets everything working on my computer. When I installed it on a friend's computer it worked fine except for the reports,...
asked by 16.08.2017 / 05:21
1
answer

Jasper Reports - Error fetching bean value

I've been looking for 3 days now and can not solve this problem. Let's explain: I'm creating a report in jaspersoft studio and linking to my database, in the preview of my report (within the jaspersoft software) everything is working perfectly....
asked by 29.10.2015 / 17:35
1
answer

Print enum field in JasperReports

I created a Enum that has a description field for each of your items. In my report in Jaspersoft Studio I want to print this description field and not name() of Enum . I created a field in the report, but when se...
asked by 04.03.2015 / 17:29
1
answer

How to put a letter on the right side of the page, showing the first letter of the last record?

How can I put a letter on the right side of the page, showing the first letter of the last record in JasperReports? Another thing is that the letter must be from A-Z (like a phone book). Here is an example of what I want:     
asked by 06.12.2017 / 13:46
1
answer

JasperStarter Array and Collection Parameters

I'm working with Jasper reports in PHP. It's all right, I can list them with no problem, but when I have an Array or Collection parameter error occurs. I tried to pass through CMD in several ways the Collection parameter, example: parameter =...
asked by 24.06.2016 / 13:42
1
answer

How do I put a record on a new page using JasperReports if it overflows the last page?

I'm using jaspersoft-studio 6.2.0 and jasper-reports lib also 6.2.0 . I have a report and in the detail section some of the records in the table can move from one page to another and its contents are written on a new page di...
asked by 30.12.2015 / 16:31
1
answer

Formatting dates in Java

Good afternoon, I have a date attribute of an object that persists as a string, needing it in ddMMyyyy format at a certain location, and also compare to an earlier date. But at another time I need this same attribute to generate a report...
asked by 04.01.2016 / 17:12
1
answer

Report details are not displayed

I made a report in Jasper Studio 5.6.0, and I imported my generated * .jrxml file into the IDE where I am developing, but anything that is placed in the Details section of the report simply does not appears, even though it is only a simple and...
asked by 04.08.2017 / 19:17
1
answer

Ireport report appearing without data

I am making a report with Ireport and passing a parameter with date range My sql in report SELECT * FROM venda WHERE data between (venda.data = $P{dataInicial}) AND (venda.data = $P{dataFinal}) However, when testing the report in the p...
asked by 03.05.2017 / 04:11