Questions tagged as 'ireport'

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
0
answers

Problems with ireport

I'm trying to generate a simple report with three filters: datainicial, datefinal, and reservoir. The problem is that clicking the button to generate the report nothing happens, and I do not get any messages on the console. I have already put pr...
asked by 26.10.2015 / 18:14
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
2
answers

Sources in jasperreports reports on wildfly

I have a web project in java that runs on linux server. This project has reports created in Ireport with custom fonts, but these fonts are not displayed when I call the reports in this project. I have already followed the tutorial exposed here...
asked by 16.09.2015 / 03:37
0
answers

What is the best way to queue up

Well, what's the best way to queue up in java? For example I select 3 files, these files stay in a queue until the process of reading and generating the report is finalized, as soon as the report is generated the other file goes into execution....
asked by 13.04.2015 / 22:09
0
answers

Get index of an ArrayList to generate report in ireport

How do I get to the index of the list to pass pro ireport? Already tried to give a "get" of the error. This is my method that generates the report: public void gerarRelatorio(ArrayList list) { for (int i = 0; i < list.size(); i++) {...
asked by 13.04.2015 / 17:07
0
answers

How to create PDF from .jasper

I created a report in iReports and generated the .jasper, but I have no idea how to generate the PDF, I've tried several tutorials and nothing works to create the pdf. What I need is to generate the PDF and pick up the path of the created file t...
asked by 31.01.2015 / 17:26
1
answer

How to implement JasperReports and iReport (or Jaspersoft) in a reporting system? [closed]

I have a system with a lot of the ready-made features registered and all routes are finished. now I will create a generate report that the user will make the requisition of what will want to generate and from there make the request in java (mvc)...
asked by 28.04.2017 / 14:12
1
answer

DynamicReports chart: comparing sales for years

In the chart shown in the image I show sales figures for some products. What I wanted now was to create a chart that would show the same information but compare the sales of these products in different years. Similar to the one found at this...
asked by 07.05.2016 / 05:37