JasperReports, an open source Java reporting tool, can be used in all Java applications from desktop to web applications. JasperReports exports a variety of formats (including PDF, HTML, Microsoft Excel, ODT, comma-separated value, XML, and more).

learn more… | top users | synonyms (1)

0
votes
0answers
29 views

Set constant slide height and width when export jasper report to powerpoint

I am exporting bulk jasper reports into powerpoint as .pptx extension. some reports have charts and some have tabular data is detail band. I set all jasper reports height as 600 and width as 750. when ...
0
votes
0answers
16 views

can I create a report of 50 leaves and filling it with subreports? [closed]

I am very grateful to have an API as bright as jasper, but I have a question to ask and I hope that someone can answer me. Can I create a report that contains 50 pages and filling it with subreports? ...
0
votes
0answers
23 views

Why can't I have a subreport with horizontal column print order in the summary band?

I have a 2-column subreport containing a title band and a detail band. This subreport is placed inside the summary band of the master report. The subreport contains a table in the detail band. I ...
0
votes
1answer
64 views

How to pass a list of objects from a Java application to the sub-report?

I have a report with one bar chart and one table. these two elements are filled by the list of objects which is passed from my Java application to the report. Now I want to put these two elements in ...
0
votes
1answer
37 views

Using Oracle DB. Issue with columns name starting with $ symbol

I have to make a report using Oracle 11g database. So it has column names starts with $ symbol, like this: T$QOOR. Then I designed the report and try to set field, but it given error ...
0
votes
1answer
39 views

(iReport) How to locate the x axis at the bottom of the bar chart?

I have created a horizontal bar chart in iReport Designer 5.1.0. Does anyone know how I can locate the x axis at the bottom of the bar chart by setting its properties?
0
votes
1answer
33 views

How to set series expression when you do not have any series when creating bar chart in iReport?

I have created a bar chart in iReport Designer 5.1.0. I want to show some ips at x axis and the occurrence of each of these ips at y axis. The bar chart must have a single color but when I run it bars ...
-1
votes
0answers
25 views

Fill report with informations using code [closed]

I'm new to Netbeans IDE, and I'm developing an application that needs a report. I googled about it and I found iReport (Jasper Report), I downloaded it and I installed it. To generate my report I"m ...
0
votes
1answer
32 views

How to get working Landscape and Portrait layout total pages count in a single report using jasper report?

I've multiple reports( one is Portrait and other one is Landscape).I compile 'em separately and merge them in a single report. Since I'm generating the reports and then merging it, current page ...
0
votes
0answers
17 views

JasperReport HTML output scaling

Ноw can I change scaling of HTML output of JasperReport. The elemnts on the HTML page are too small. PDF and Excell outputs are fine.
0
votes
0answers
38 views

Printing a PDF Document

I am implementing a print-queue mechanism in my Vaadin Application by using a Java Applet. My applet makes a connection with the server, takes the documents to be printed in the form of input streams. ...
0
votes
0answers
77 views

JRXML unable to load

However I try to load my JRXML, I keep getting this error: net.sf.jasperreports.engine.JRException: org.xml.sax.SAXException: http://java.sun.com/xml/jaxp/properties/schemaSource Here is my code: ...
-2
votes
1answer
49 views

Iterate String array in report [closed]

I want to iterate through string array which is defined as javabean and display field in JR report. Please check my class In this class the sparesId and noofsparesused in seperate table ...
0
votes
1answer
29 views

Want to filter elements of last page footer according to formats in jasper report

I want my report to export in HTML, EXCEL, WORD and PDF formats. In Last page footer band I placed two fields page no. and printed date. In WORD and PDF formats, I want to print both elements but in ...
1
vote
3answers
87 views

yii framework reporting tool

I´m evaluating in using YII framework for an application. This app has 2 requirements very important. First is Reporting. I have to make a lot of Reports and subreports. The Second is that reports ...
0
votes
1answer
21 views

field wont show in jasper report

i'm working with jasper reports and im trying to add a field. My jasper report is horizontal,(name(Label): value) it doesn't show the newly created row. i've tried increasing the band height but to ...
0
votes
0answers
62 views

Display report in JPanel [closed]

I'm working on a school Java project using Netbeans IDE. I need to display report created using iReport in a JPanel placed inside a JFrame with a button Click. I used ReportView class downloaded ...
0
votes
1answer
69 views

Exception: Jasper Reports integration with java Web App

I want to integrate JasperReports to my Java Web Application: I want to compile my .jrxml data with the following coding: JasperReport jasperReport = ...
-3
votes
0answers
19 views

Jasper Reports dividing table row records into two [closed]

Here is what I have so far, Table Header1 Table Header2 Table Header3 Table Header4 col1a col2a col3a col4a col1b col2b ...
0
votes
0answers
78 views

Embedded Jasper Reports not working due to font issues on Ubuntu (JBoss 7)

I recently deployed my web application (which runs on JBoss7, Java 7) on a local ubuntu server (Linux 2.6.32-31-server #61-Ubuntu SMP Fri Apr 8 19:44:42 UTC 2011 x86_64 GNU/Linux) Since then, I've ...
0
votes
0answers
48 views

PHP/Java Bridge for Jasper Reports java.sql.SQLException

I try to use Jasper Reports via PHP/Java bridge I use this sample: https://github.com/tsuyu/jasper-report-php-integration I do all instructions and more mentioned that sample. However I always get ...
-3
votes
0answers
38 views

pass list of objects instead of using SQL query

I have a list of Employee in my Java application. List<Employee> employee = new ArrayList<Employee>(); Instead of passing the SQL query (select * from employee) to iReport, I want to ...
0
votes
0answers
20 views

Failed Excel Export

I have a report created with JasperReports 4.7 which i can export to pdf successfully . When I export that report in Excel format, it export properly when the number of pages is limited (~ 20) , but ...
0
votes
1answer
47 views

Jasper Report: CSV DataSource in table component

I have a requirement where I have to read CSV file and prepare a report in Jasper. I am able to use CSV data source in regular text field. But when I add a table to Detail or Summary section it ...
0
votes
0answers
37 views

Trying to show dates and times on Jasper iReport TimeSeries chart

I am trying to plot a number of active logins to my system. I have a query in iReport setup to count logins every x minutes over n days. My data set looks like this (for 5 minutes over 3 days)... ...
0
votes
0answers
72 views

JasperReports Server not loading my report with math calculations

I have report with math equation, when I run it using my JasperSoft Studio I have no issues, but when I upload it on the JasperReports Server it throws the following error. Error Message ...
0
votes
0answers
39 views

how to print on custom paper with jasper report and java

I have an invoice in jasper report with a custom paper size of 21 x 19 cm. This invoice is printed on a dot-matrix printer EPSON LX-300 and it has the custom form paper created and configured in ...
0
votes
1answer
51 views

how to generate a .jasper from a .jrxml in java?

I've 1 mainreport.xrml and this report has a subreport.xrml. So when I compile my report without giving the report any reference to my subreport it generates my report fine, but when I give the ...
0
votes
0answers
133 views

What are the dependecy need to be added for jasperreport 5.0.1?

I upgraded jasper report version from 4.5.0 to 5.1.0. When i install my plugin it throws error like some dependency missing. I would like to configure JasperReports 5.1.0 with Maven. Execution ...
0
votes
1answer
31 views

How to make the following report using Jasper Reports

I collect test results between different locations. I can never predict the amount of locations that I should generate the report for and I need to make a dashboard representing these results. The ...
0
votes
0answers
13 views

How to put the rest of undisplayed subreport 's records in a new next page

I'm new to ireport and i'm using the last version 5.1.0 I'm using subreports for the first time i'm using an xml datasource and i'm trying to display several lines. So when the subreort's height ...
0
votes
0answers
32 views

Jasper Reports doesn't format number when running report from Java code

I've created report using iReport 4.5.1 which contains tables with fields of amount values. Value of "Pattern" property of these fields is "$ #,##0.00". When I run report from iReport I see right ...
-3
votes
0answers
40 views

Java: url parameter and sql jasper [closed]

Are there any good resources or examples I can try? I would like to have my report work based on the value in the url which in turn executes a sql statment with the parameter and generate a report.For ...
0
votes
0answers
36 views

Adding a subreport : subreport xml fields =are NULL

I'm new to iReport (I'm using the 5.1.0 version ). I'm trying to add a subreport to an existing parent report but when i preview it displays Null in the subreport fields. Here's my Datasource ...
0
votes
0answers
20 views

Sometimes missing a word when print across two pages

I am facing a problem in printing a long String with using auto wrapping and allow split between two pages. Sometime one to two words will be missing from the report! E.g. The String can be Peter ...
0
votes
1answer
35 views

How do I hide a table column based on its content?

I have a report which contains a table. I would like to hide the columns of that table based on the result set of the query that backs the table. As an example, here is the XML for one of the columns: ...
0
votes
1answer
39 views

iReports page number calculation

I have an application that is generating multiple portions of a report, and then concatenates them together to generate a PDF document. We would like to generate appropriate page numbers for each ...
0
votes
1answer
46 views

Create multiple tables from single query in japser-reports

I have to create a report where main thing is a list of items. On the first page there is also supposed to be a bunch of tables that show figures counted from the list (things like amounts of ...
0
votes
1answer
69 views

java.io.UTFDataFormatException: Invalid byte 1 of 1-byte UTF-8 sequence while exporting to excel

I'm using JasperReports API to export report in Excel format. My Java code is: Connection connection; FacesContext facesContext = FacesContext.getCurrentInstance(); HttpServletResponse response = ...
0
votes
0answers
23 views

Load default image if particular image is not in repository in jasper

I want to load image dynamically in report. name of image comes from database and in expression i'm creating repo path. "repo:/images/"+$F{image_name} But it gives me error if that image is not in ...
0
votes
0answers
23 views

left padding not assigned to excel cells

I am creating an excel report in jasper. which has records of group of employees in hierarchical order. I want each child row of the parent to be moved right side like right binary tree. For ...
-4
votes
1answer
41 views

An error occuring when run the jasper report

SEVERE: Servlet.service() for servlet [dispatcher] in context with path [/payroll] threw exception [Request processing failed; nested exception is java.lang.RuntimeException: net.sf.jasperre ...
2
votes
1answer
72 views

How to show a sentence with line break in report

I'm new to ireport , and i'm using an xml file in the data source : and i have this tag in my XML: <paymentType>net upon receipt of invoice. Lates fees of 1% monthly will be ...
0
votes
1answer
44 views

Table of contents with page number - how to implement

Is it possible to implement Table of contents with page number on first page of the PDF report? I've read the below links and refered in google: 1) ...
0
votes
1answer
45 views

Creating a dynamic report without data source and putting data in detail band along with page footer and page header

I am using JasperReportBuilder and exporting the report to PDF. The entire content of the report is generated by MultiPageListBuilder, HorizontalListBuilder and VerticalListBuilder and I don't want to ...
0
votes
1answer
50 views

display generated report via jaspereports on browser

i'm developping a struts2 app,and i want to show up my generated report on browser. i've succefully generate my report on disk.but now i want to see it at browser.here is some code. my index.jsp ...
1
vote
0answers
106 views

ireport plug-in for netbeans doesn't export PDF or XLS?

I am using netbeans7.3. with ireports4.7.1 plug-in my program connects to a database and retrieves only one record that should be shown in the report generated. and here is the code to generate it: ...
0
votes
0answers
24 views

What is the best way to produce SPARQL-based reports?

I will need to enable the users to edit templates (Word and Web) and insert some SPARQL. I presume I will have to extract SPARQL, retrieve data, and apply data to the pages/documents. Anyone has any ...
0
votes
0answers
32 views

creating a Hashmap variable within a Jasper Report

I am reporting from a xml datasource and I wish to create a hashmap within my jrxml to contain the id and constructor args of a bean <bean> <id>Filter_A</id> ...
1
vote
1answer
51 views

Java:jasper report remove trailing zeros

I have a report I have used floor function to get my result but the result gives out decimals 2.0 and I just want to get the whole number like 2. This is my formula I used to get my result. ...

1 2 3 4 5 63