Questions tagged as 'jasper'

2
answers

Print picture (relative path) Jasper Report

Good morning everyone! I'm trying to print a logo in the Jasper Reports report if I put the address " link " works, But I wanted to put the path of the image that is inside my application (eg "../images/logo.png") follow below structure...
asked by 08.11.2017 / 13:49
2
answers

Generate report only with data passed via parameter IReports

Normally we generate report by IReports based on query to the database, but now I come across the following question, I will assemble a report based on the data shown in the client's visual, in case it is redundant to fetch the information back...
asked by 10.07.2017 / 16:18
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
1
answer

Summa Jasper iReport

Good morning, I have a problem to add records in ireport, at the end of my page I put the variable PAGE_COUNT, but it only adds the records of the last page. How do I add the records to all pages? Thank you in advance     
asked by 23.02.2017 / 15:17
1
answer

View PDF with AngularJS callback

I have a function that returns me a PDF document generated by Jasper on the backend: RestSrv.find(url, function (data) { $scope.report = data; }); .. {{report}} I played the return in the scopo and tried to display it, but it did n...
asked by 05.01.2017 / 20:48
1
answer

Open report in another tab

I need the report, at the time the user clicks a button, run on another tab. I'm using: <p:commandButton oncomplete="history.go(0)" onclick="target = '_blank'" style="width: 200px;margin-top: 18px;float: right" type="submit" value="...
asked by 31.03.2016 / 13:55
0
answers

Problems with lentidao when generating a jasper report

I have a problem, every time I generate a report for the first time, it takes time to generate, since the second time it goes very fast, I am sending the code that generates the report if someone can help. > public void relatorioUSALL(List li...
asked by 22.03.2016 / 17:47
1
answer

How do I choose where to download a report made in jasper?

So, I created an application that generates an ODT file ... in the code I am specifying exactly where it should be saved, which is in 'c: /teste/sample_report.odt' ... I put this name to test ... the problem is that the file will always be saved...
asked by 24.12.2015 / 13:04
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
2
answers

Make PageFooter with dynamic size in iReport

When creating a report in iReport and would like PageFooter to have its dynamic size according to the components that were visible inside it. Not all components of PageFooter will be visible on all pages and others will n...
asked by 20.10.2015 / 18:33