Questions tagged as 'ireport'

1
answer

How to change font in PDF generated by iReport?

I created a report using iReport and changed the text font to a custom font here. The report is viewed using the iReport viewer itself and works smoothly with the font I placed, but when generating the report in PDF the font I placed is chang...
asked by 22.01.2014 / 12:01
1
answer

Problem putting multiple data in a list in a report

Good morning guys, this is a somewhat complicated issue to explain, so I'll do my best to make the question clear. I have a <UnimedLote> list. In this list I have several data, among these data there are some that I want to list more t...
asked by 19.05.2015 / 14:42
2
answers

Generate report IReport / Jasper Report containing 2 pages (with 3 columns each) on the same sheet in landscape mode

I'm making a report for a client and I can not mount it according to their need. What it needs is to generate a PDF of A4 sheet in landscape mode, each sheet containing two pages (odd and even), and each page with 3 columns. I have already re...
asked by 30.11.2014 / 04:18
1
answer

How to Create Cover in a Report Using iReport

I'm using iReport 5.5.2 and I've tried in many ways to add a cover to the report, which is necessary, but to no avail. I've already tried adding the isTitleNewPage attribute in the Title band of iReport, but that did not work and I looked for so...
asked by 13.05.2014 / 19:02
1
answer

Count in IReport

I have a report where I have the Status column, in this column I have the following statuses: Finished and Pending. I created a variable and added it to the Sumary band and set the following properties: Variable class = java.l...
asked by 06.08.2015 / 15:52
1
answer

Grouping in Ireport

I'm developing an application in Java where I extract reports in PDF and EXCEL, using Jasper with Ireport (3.7.2) . One of these reports requires data grouped by a certain element. I gave a researched and only found resolutions with ve...
asked by 07.04.2014 / 20:32
1
answer

Create report with nested lists

I would like to know how to create report in Ireport given that the figure in this post has three nested collections. Where a table has N vigências and a vigência has N faixas . I would like to know how to...
asked by 18.09.2014 / 03:20
2
answers

Display zero in group by SQL Server

I have a table that calls Ordem , it has a field that represents the Status of the service order (0 to 7), I need to plot a graph in Ireport, but I wanted to display in the caption the name of the status when the value is zero. The sele...
asked by 17.08.2015 / 15:26
2
answers

Error in the project after adding IReport dependency

When I add the following dependency the project and pom.xml get error: <dependency> <groupId>net.sf.jasperreports</groupId> <artifactId>jasperreports</artifactId> <version>5.1.2</version>...
asked by 06.08.2015 / 19:17
3
answers

How to format boldfield textfield in Ireport?

I used the toolbar and applied the bold to the fields, which visually changed, as can be perceived in the image, but in the pdf generated the formatting is not displayed. I'm using version 4.0.1 of Ireport. Thepropertiesassignedtotheelements:...
asked by 24.03.2014 / 17:39