Questions tagged [ireport]

iReport is a GUI designer for JasperReports and JasperReports Server. iReport Designer allows you to create sophisticated layouts containing charts, images, subreports, crosstabs and much more. You can access your data through JDBC, TableModels, JavaBeans, XML, Hibernate, CSV, and custom sources, then publish your reports as PDF, RTF, XML, XLS, CSV, HTML, XHTML, text, DOCX, or OpenOffice.

iReport Designer

iReport Designer is a GUI editor for designing JasperReports's reports templates. The iReport desktop application allows software developers to build interactive reports from any data source, format the look and feel for print or on-screen reading, and export to a wide range of formats.

iReport has several editions to support various types of organizations, from free to enterprise.

iReport is deprecated now. Version 5.5.0 was the last official version of product. The vendor's support ended at the end of 2015 year. The vendor recommends to use the Jaspersoft Studio instead of iReport.

Resources

Learn more about the iReport application at:

1342 questions
94
votes
10 answers

iReport not starting using JRE 8

I have downloaded and installed the iReport 4.5 using te Windows installer. But when I try to start the iReport it shows the splash screen but does not start. My JRE version is 8.
user2717410
  • 959
  • 2
  • 7
  • 4
78
votes
12 answers

How do I compile jrxml to get jasper?

I have jrxml file, I want to compile this to get .jasper. How do I compile and get that jasper file?
Mohamed Saligh
  • 12,029
  • 19
  • 65
  • 84
43
votes
7 answers

How to pass main report data source to subreport (JasperReports)?

I'm using JasperReports and I fill the JRDataSource for ther report. Now, I want to pass the main REPORT_DATA_SOURCE to the subreport. How can I do this? As far as I know the REPORT_DATA_SOURCE is a consumable object, so it can only be used once,…
adis
  • 5,901
  • 7
  • 51
  • 71
34
votes
2 answers

How to sum all values in a column in Jaspersoft iReport Designer?

I have below similar report in Jaspersoft iReport Designer, but not able to figure out how to sum all values present in vertical column "Doctor Payment" to get a total of "1601"? Length of this columns is variable (i.e. no of rows vary according to…
Sagar Nikam
  • 1,708
  • 3
  • 22
  • 35
22
votes
1 answer

Style a text field in JasperReports

I know how to apply inline style to Static Text in JasperReports. Can the same be done for Text Elements (text fields)? If yes, how?
ipavlic
  • 4,906
  • 10
  • 40
  • 77
21
votes
4 answers

Jasper Reports - align dynamic text fields and their labels horizontally

I'm using Jasper report 5.2, iReport 5.2 and exporting the report in RTF and PDF formats. In my report I want to add few text fields along with their (static text)labels aligned horizontally like Name: $F{name} Age: …
Ali
  • 7,810
  • 12
  • 42
  • 65
20
votes
2 answers

How to insert a page break in JasperReport

I have a JasperReports template, with a filled detail band. If I run the report, I have a page count of 27 (27 detail rows) I want that detail row number 12 begins with a new page, so I have to insert a pagebreak after pagecount 11. But I cannot…
Johannes Templ
  • 301
  • 1
  • 2
  • 3
20
votes
4 answers

jasperReport/iReport subreport shows blank (not displayed)

I am trying to create a sub report(report1_subreport3.jrxml) from the main report(report1.jrxml) using iReport designer (both with empty data source) . The main report detail band contains a static text ("Main Report") and the subreport element and…
Som
  • 4,618
  • 4
  • 29
  • 32
20
votes
1 answer

What is the difference between iReport and Jaspersoft Studio?

Both are tools for visually designing reports and both come from the same vendor. Why is Jaspersoft pushing two similar technologies?
Kshitiz Sharma
  • 17,947
  • 26
  • 98
  • 169
19
votes
4 answers

Use custom fonts when creating pdf using iReport

iReport Version : 3.7.1 I approached this problem in two ways. My first method I am creating a pdf page in iReport and I have one of the fields (from database) set to a font Gujarati-Salarl (A font for a regional language of India). This font is…
Sangeet Menon
  • 9,555
  • 8
  • 40
  • 58
19
votes
6 answers

how to put bold for certain word in textfield?

I have for writing essay in the report. I just want to bold some text in my verse. I have put tag in text, but it does not work. An example of what I want is "My first name is Jason and my last name is Michael". Anybody know about this?
Naim Nsco
  • 589
  • 4
  • 8
  • 21
17
votes
5 answers

jasper text field getting truncated

I'm having a font issue with my jasper report where one of my more wordy text fields (the last one in a detail band) is getting cut off in the PDF and PDF Preview but not in the Internal Preview. e.g. Internal Preview: Here is a fake description.…
inanutshellus
  • 9,683
  • 9
  • 53
  • 71
17
votes
4 answers

Date formatting part of text in Jasper / ireports

how do I format a date field (database field) displayed part of a text in Jasper / iReports (4.5.1) Displayed via a text field in the report... (using Groovy please) "Sub total for this date: " + $F(DEPOSIT_DATE) I have tried…
Meeza S
  • 720
  • 2
  • 10
  • 22
16
votes
3 answers

How to add image as parameter from projects classpath in jasper reports

I designed a jasper report using ireport designer in which I added logo image in the title of the report. This image is added from the hard coded path on the local machine. I need to add the logo image from my projects classpath. To do that I …
Amit
  • 233
  • 1
  • 5
  • 9
16
votes
11 answers

cvc-complex-type.3.2.2 attribute 'uuid' is not allowed to appear in element 'jasperreport'

Downloaded iReport-4.6.0 for Linux and when creating a new report via the File->New... menu, the new report is not shown in the preview, but the error message cvc-complex-type.3.2.2 attribute 'uuid' is not allowed to appear in element 'jasperreport'…
Markus Pscheidt
  • 6,853
  • 5
  • 55
  • 76
1
2 3
89 90