Tagged Questions
0
votes
2answers
58 views
Watch xml sent to jasper report
I'm using JasperReports and iReport to constructing some reports.
I'm trying to see what parameters are sent so I could use them in order to make the report more dynamic.
For example, if a report ...
0
votes
1answer
119 views
JSF JDBC Jasper Reports [closed]
I need to have some sort of a reporting tool that can generate PDF reports (data coming from a database) that will be used in my jsf application.
The one that i have heard is Jasper Reports.
I am ...
0
votes
1answer
61 views
Jaspersoft Studio report: How to insert images from database?
I want insert images from database in details band in my report in Jaspersoft Studio.
The JPG-images are saved in MySQL in the field 'imgdata' of type longblob.
I`v tried to put this expressions in ...
0
votes
1answer
127 views
Unicode issue when creating PDF report using JasperReports via Java code
I develop Spring based Web application which uses JasperReports Library 5.0.0 to create reports. First I had Unicode characters issue when I made design of report using iReport 4.5.1. I found this ...
0
votes
1answer
98 views
add vertical line in jasperreports
I am using JasperReports as a reporting tool for Web Application. (JSP + Servlets)
I have developed a Report named Cust which has Sub Report named CustSub. In sub report I want vertical line for some ...
0
votes
0answers
133 views
spring 3.2.1 and jasper report 4.7.1 can't export image in html page
if developer wants to export pie chart to html page,just put jasperPrinter in sessionrequest.getSession().setAttribute(ImageServlet.DEFAULT_JASPER_PRINT_SESSION_ATTRIBUTE,jasperPrint); and setup a ...
-1
votes
1answer
45 views
How /where are JasperReports Server reports stored? [closed]
I would like to know where the JasperReports Server reports are stored physically in the directories or physically?
0
votes
1answer
46 views
Creating a report file for a questionnaire kind of application
We have an application where user answers number of questions on a number of pages. Consider an insurance application for example. Users are asked about personal details, health conditions etc. These ...
1
vote
2answers
97 views
How to prevent repetition of data display in report?
Sample Report - Design
Sample Report - Preview
XML Code File
<?xml version="1.0" encoding="UTF-8"?>
<jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" ...
0
votes
0answers
45 views
Aperte Reports in Liferay - Parameter query not properly ended (ORA-00933)
<parameter name="datasource" class="java.lang.String">
<parameterDescription><![CDATA[java:comp/env/jdbc/liferay]]></parameterDescription>
</parameter>
...
1
vote
1answer
138 views
Alternate row color
I am using JasperReport as a reporting tool for Web Application. (JSP + Servlets)
I have developed a sample report using iReport, in which I wants to set alternate color for rows.
I have taken a ...
1
vote
2answers
91 views
Conditional Hyperlink in JasperReports 5.0
I have created several drilldown reports within my report unit and one of them is based on number of transactions (drilldown for more detail).
I want the drilldown to only be available when the ...
0
votes
0answers
361 views
jasper report using iReport : Spanning multiple pages, page size A4
I have a Jasper report designed using iReport to have 6 fix sized 6X6 blocks placed vertically below the other.
The problem is that the length of these combined blocks (header + footer + these ...
-1
votes
1answer
82 views
jrxml does not compiling
Hi i have problem in jasper reports.. im executing jrxml through my java class shown below
String jrxmlPath = context.getRealPath("//IREPORT_JRXML//" + reportPath);
System.out.println("in BTO report ...
1
vote
0answers
80 views
Send the data from java to the Jasper Tables
My problem it's that I Have to do a report who have 2 tables inside. Tables who I must fill sending its data using java, like using a JavaBean Connection.
Example. I have 3 class
class MainFields{
...
1
vote
0answers
153 views
Web reporting software for PHP/MySQL site [closed]
I need some recommendations for software I can use to create web reports. The reports will run live on the server, not static pdf or excel files. I'm looking for something akin to Crystal Reports, but ...
0
votes
1answer
277 views
iReport : How to add a group after another (not inside)
normally iReports creates group like this:
Group 1 Header
Group 2 Header
Detail
Group 2 Footer
Group 1 Footer
But I need the goups to be created this way:
Group 1 ...
1
vote
1answer
229 views
How to preview reports in jsp page withought saving html or pdf file on server?
Following is my function which I am calling in my serveResource method in portletAction
public String ajax_GenerateReportsforCampaignAdvertiseDateRangeWithCustomQuery(
ResourceRequest ...
0
votes
2answers
229 views
download file withough storing file on server? How to give download functionality of file to client withought storing file on server?
I am using jasper reports in my liferay portlet and I want that user download the reports directly from the output stream. I don't want to store the reports pdf file on my server.
How can I do this ...
1
vote
1answer
669 views
ireport generates pdf and html report with difrent look and feel?Html and Pdf report not generated with same format
I am using jasper report in my liferay custom portlet and i designed my report with ireport 4.7.1 but my problem is why there is vast diffrence in the reports generated with html and with pdf..there ...
0
votes
0answers
753 views
how to use tables in ireports? also html page not showing gridline when export to html
i have implemented Jasper Reports in my Liferay custom portlet.when i using only fields value in report page while designing report.jrxml with ireport then its have no error..but when same field ...
0
votes
1answer
144 views
In Grails, how can I render a list view as a Jasper report?
I am using Grails 2.0.4 and have installed the Grails Jasper Reports plugin. There is a nice “step-by-step” guide on the plugin page, but it does not seem to cover what I am looking for; I need to ...
1
vote
0answers
57 views
Reporting tools that allow to abstract the document's actual geometry
We are using Jasper Reports to generate reports from our application, based on Oracle DBMS.
The thing works fine, but it is likely we're going to use different paper formats, languages and ...
0
votes
0answers
27 views
Bands in the title [closed]
How can I add more than one band in the title inside a jasper report ?!
Or
How can I put a condition to show a chart in the report ?!
-1
votes
1answer
179 views
How can i print rich text Box value (which is in HTML format) in jasper reports? [closed]
I am working on a project (on java) where i have give rich text box for description. Now client wants to print that description in reports. Currently i am using jasper reports for reports. Please help ...
-1
votes
1answer
256 views
java.lang.IllegalArgumentException: name
I am currently working on a project with jasper reports, netbeans 7.1.1, and Glassfish server. It seems that report with image runs on a Jasper successfully but when I run through my web application, ...
0
votes
1answer
290 views
Removing blank pages in report
I'm currently new using iReport to create reports.
My main report is just one long page with many subreports. Every time I run my subreports alone with no data it says no pages, but with my main ...
0
votes
1answer
209 views
Not able to pass JTable to Jasper report
private void txtPrintActionPerformed(java.awt.event.ActionEvent evt) {
// TODO add your handling code here:
try {
...
1
vote
0answers
114 views
Subreport trouble in iReport 0.4.1
I am using iReport 0.4.1 and JasperReports 0.6.3, and I'm facing the trouble trying to generate a subreport:
I set in Java code .jasper subreport path, it's correct, but putting wrong path for test, ...
-1
votes
1answer
649 views
Report with Horizontal print order: Issue with truncating long text in textField
I am using JasperReports 4.0.2 (not tied to it in the long run, but for now we are).
I am having a problem with a sub-report which is set up to support 3 columns of data. I have 2 text fields which ...
0
votes
0answers
262 views
TrueType RTL fonts doesn't work in jasperreport exported PDFs
I'm making a report includes a chart using jasperreports 4.7 in iReport. My report contains some persian RTL text which uses a persian TTF font (& I've configured jasperreport to embed this font ...
1
vote
1answer
291 views
How to specify the subdataset query when executing report from a Java application
I have a main report with a main query and a Table (with subdataset) inside of it, which has its own Query.
I know how to specify the Query for the main report, but I don't know how the to specify ...
0
votes
0answers
212 views
Null 'orientation' argument error while filling a report in jasperreports
I've some reports which I've designed & compiled successfully in iReport 4.5.1 & I've .jasper files right now. When I run them in iReport, there is no problem, but when I want to use them in ...
1
vote
1answer
478 views
How include subreport in a parent directory into a report in iReport?
How can I include a subreport (.jrxml) file which is located on the parent folder of a specified report in that report? Seems I can't use relative path for specifying subreport (It failed to compile ...
1
vote
1answer
128 views
repeat all columns multiple times in jasper report
I have a requirement like the following but can't solve it and that's why I am here. I hope someone can help.
I need a report which contains 3 columns in jasper report. The column values are so small ...
0
votes
1answer
102 views
Can't understand how to work with parameters in JasperReports Server
I had no problems neither with SQL Reporting Services nor SAP BusinessObjects.
But JasperReports is tough enough for me :-(
I created a parameter with checked "prompts" checkbox. Value of the ...
0
votes
1answer
290 views
(Jasper reports) - Page break if the contents of the text does not fit on the sheet
I am adding a link to a report generated with fictitious information, in case someone wants to look at the presentation.
As can be seen on page 5, three texts are printed, but
the third did not fit ...
0
votes
0answers
81 views
How to Enable Reload button in JRViewer
I am using Jasper Report to create Reports. How to enable Reload button on viewer.
1
vote
3answers
2k views
How do I add a second page in Jaspersoft iReport Designer 4.7
Hello I'm completely new to using Jaspersoft iReport Designer. I want to have a report with two pages. The version I'm using is 4.7.0. I already have one page with information on it but I have no clue ...
0
votes
0answers
316 views
JasperReports Server: Passing parameters by url
I am using JasperReports Server and I want to pass a parameter by URL in this way:
....¶meter=It is an axample.
My problem is that i am not able to take the string. I am trying to replace ...
0
votes
1answer
215 views
How to use conditional styles in a chart on jasper reports?
I want to paint my bars (in a bar chart), according to some conditions, but I can't find a way how to do this...
2
votes
3answers
462 views
Implement Batch Export in the Jasper reports server to get the landscape and portrait in a single report
I am trying to implement a batch export similar to one here (as in the link) in jasper reports.
Please give pointers.
What I have:
1. A Portrait Template
2. A Landscape Template
3. Order in which ...
1
vote
1answer
728 views
iReport: Calculation of percentage by percentage tool + Graph?
I am trying to generate report using iReports on relational database.
I have to calculate percentage of certain data therefore I used Percentage tool in the Palette. That works perfectly fine for data ...
2
votes
1answer
148 views
Business Intelligence for mysql
I have used the Microsoft Business Intelligence for reporting , it provide a web interface by default, where we can upload reporting files (.RDLC) and user can also easily access from remote.
Any ...
0
votes
1answer
440 views
Jasper report line chart with two date type axis
Hello !
I need to create a report like the attachment shows with Jasper Reports.
I've tried it with line chart. Result : line chart expects 2 number type field for axises.
I've tried it with ...
1
vote
1answer
1k views
Upgrading JasperReports 1.3.1 to JasperReports 4.6
I am upgrading my JasperReports version as mentioned in the title.
I don't know much about the JasperReports version upgrade. Which all things I have to change to make it work. I have latest .jar ...
0
votes
0answers
440 views
Generate XML Output from Jasper Reports
Our team has integrated Jasper reports into a Spring MVC project to generate pdf/csv/html reports. We have a requirement as well to generate XML output from our database for feeding into some other ...
0
votes
0answers
394 views
Displaying java Map values in Ireport
i am using ireport with list of objects to display, it works fine. But the problem is i am having a list of object(JmeterReport) with map values(JmeterTestResult), How to display it in ireport ?
...
0
votes
1answer
788 views
How to make JasperReports ask for a parameter upon program load?
I have create a program that loads JR report. I placed a parameter on the report so that whenever the report loads, it will ask for a value. It worked fine when I pass a parameter on my java program
...
0
votes
0answers
574 views
Pass datasource as parameter to sub-report
I'm making a "Java bridge" between a REST WebService request and a jasper report, and I was wondering if it's possible to pass a Datasource as a parameter to a sub-report?
I used the following ...
