Tagged Questions
0
votes
1answer
59 views
JasperReports Error | Trying to load file from System32 folder under windows
Having a Swing application using DynamicReports (which in turn built over Jasper reports) to print(show and save) pdf file.
The application runs smoothly in Eclipse invocation of the Swing ...
0
votes
0answers
66 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
63 views
When a JasperViewer appear and I close it, the main frame/parent also closed
When a JasperViewer appear and I close it, the main frame / parent also closed. How to prevent this?
This is my code..
private void cmdprintidMouseClicked(java.awt.event.MouseEvent evt) { ...
0
votes
1answer
104 views
How to display JasperReports Viewer inside a JPanel?
I'm a newbie in using JasperReports. In my Swing application I want to show JRViewer inside a JPanel. I know how to display JRViewer inside a JFrame but i'm having a hard time in displaying it in a ...
1
vote
1answer
288 views
How to set relative classpath for jasper reports
I am creating a jasper report from a swing application.It is working fine when the absolute path is set but not generating one for a relative path. The java code for generating the code is
...
2
votes
1answer
428 views
The document has no pages. Jasper Report
I'm having a problem searching for a solution to this issue. My codes works fine after I run it. It suppose to display the data on my sql database to my jtable, and there's a button that will trigger ...
1
vote
2answers
304 views
Jasper Report JAVA swing
I am trying to create a report using java swing that is able to print the data that I have on my SQL database, I found this after I googled my problem and I follow the step-by-step tutorial, ...
0
votes
1answer
44 views
How to avoid installing the configuration files of a swing application in every computer in the network?
I have a swing application that is installed in the server, and to access it, I have created a short-cut in every computer in the network, and it's working just fine. The application uses jrxml files ...
1
vote
1answer
227 views
Using JavaBean with JasperReports API: Getting java.lang.NoSuchMethodException after obfuscation [closed]
Well, my application contains more than 100 class files. The entire application work's fine without being obfuscated, but after obfuscating the application using ProGuard I'm getting a strange ...
-1
votes
2answers
103 views
Alignment in Jasper Report
Can I pass properties like height,width,top,left of parameter through java code(Swing) for Jasper report
-1
votes
1answer
107 views
Suggest me print API for java web application [closed]
I am a beginner to java and I'm trying to print a invoice with different fields like (please imagine a invoice format with proper alignments. Trying to do the same below hope it looks fine here)
...
0
votes
2answers
182 views
Jasper reports: getting errors of class not found
i'm trying to print my report but its not coming in jrviewer.
this is exception which i'm getting
Exception in thread "main" java.lang.NullPointerException at
...
0
votes
1answer
207 views
How to make and connect the Java swing program that has uploading, setting header and footer report
I am developing an application in Java Swing. I am using JasperReports and iReport in my application.
I have successfully made the connection between JasperReports and database and also loaded the ...
0
votes
1answer
175 views
How to show report from a JButton [closed]
I am developing a simple database application with Java as the front-end and MySQL as my back-end database. I am trying to use iReport. Now I have a Java form created using Netbeans IDE. I want to ...
1
vote
0answers
181 views
is it possible to call a jasper report stored on jasperserver using swing [closed]
I want to call a report stored on JasperReports Server using swing how do i go about this
what classes would be of use? are there any full examples which describes this ?
0
votes
1answer
233 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
1answer
461 views
How to make data in jasper report display like list using java?
I want to display data/value in jasper report from table , in series from first row until last row ..
but i just can display the value that have String type, if the record is BigDecimal or Double, it ...
-1
votes
1answer
587 views
How to include jasper report into jar file in java swing?
I've included jasper report in my java jar file, but it could'nt work properly, its cause error when i run jar file in cmd , the error is the jar application file couldn't show the report ..
here the ...
0
votes
1answer
485 views
Jasper Report taking too long to open
I am calling this function from a report preview form of a panel.
demo : Main Panel - [which calls] - ReportSelectionDialog(Frame) - [which opens] Report(Frame)
the problem is that when I open the ...
0
votes
1answer
806 views
Cast Exception in Jasper Reports “Could not create the report java.lang.String cannot be cast to java.lang.Integer”
I am new to jasper reports. I have created one report with SQL Server Stored Procedure.When viewing the report from Swing frame i am getting the following exception.
Could not create the report ...
1
vote
2answers
2k views
What Jars Included With jasperreports-4.5.1.jar
I am new to Jasper Reports. I have included many jars with jasperreports-4.5.1 but am getting different exception each time when i included different jar file in my class path. Please tell which jars ...
0
votes
2answers
1k views
Exception “java.lang.AbstractMethodError: org.codehaus.groovy.control.CompilationUnit$ClassgenCallback.call(Lorg/objectweb/asm/ClassVisitor;)V"
I am using Jasper Reports and am using following libraries in my class path
jasperreports-4.5.1.jar
common-digester3-3.2.jar
common-digester2.1.jar
castor-1.2.jar
commons-beanutils-1.8..0.jar
...
4
votes
2answers
2k views
Exception “java.lang.NoSuchMethodError: org.objectweb.asm.ClassWriter” on Viewing Jasper Report
I am using Jasper Reports and am using following libraries in my class path
jasperreports-4.5.1.jar
common-digester3-3.2.jar
common-digester2.1.jar
castor-1.2.jar
commons-beanutils-1.8..0.jar
...
0
votes
1answer
568 views
Jasper Report Creation failed when executing JasperViewer.viewReport(jasperPrint);
Could not create the report Report design not valid :
1. Warning : Element bottom reaches outside band area : y=3 height=1 band-height=0
2. Warning : Element bottom reaches outside band ...
1
vote
2answers
358 views
JRViewer freezing when displaying full page images
I am using a JasperViewer to display the report inside of a Java desktop application.
The report consists of 2 pages - each of them represents an image.
The problem is, when user scrolls the page ...
0
votes
1answer
329 views
Printing JasperReports using velocity template
I am using velocity script engine , i have a xml template file which has a format of how the report should be printed . I am taking the inputs from a JTextarea and printing the pdf.
The template file ...
2
votes
2answers
1k views
JTable sorting and Jasper report output
In my one of Java swing desktop based applications, I am using a JTable and I added the sorting functionality for a column. I need to sort it according to the number values added by the user and then ...
2
votes
1answer
2k views
Load JasperReport jrxml to JFrame
How can I view my jrxml file inside a JFrame?
I have the following java code:
package test;
import java.sql.Connection;
import java.sql.DriverManager;
import javax.swing.JFrame;
import ...
0
votes
2answers
885 views
java.lang.OutOfMemoryError: Java heap space in JasperReports
In my swing application when I am going to print, following exception is given.but not always, like trice a time. it occurs when the following code is executed in jasper reporting. How can I solve ...
1
vote
1answer
4k views
Jasper report image paths
I want to insert images in my jasper report ,swing application. All images are in one package. I want to set path for images in jasper report.That means, to set project images's paths.When the entire ...
0
votes
1answer
819 views
Set sizes of report bands in jasper report
Let me know how to set the height of Detail band programmaticaly in iReport in swing application? That means, when the data filled in Detail band, then footer should be next, and no any white space.In ...
2
votes
2answers
2k views
Jasper Viewer set title
Here is how I show the Jasper report in swing applications.
JasperViewer.viewReport(jasperPrint, true);
Then when the report is viewed, the report viewer's title is "Jasper Viewer" . I want to ...
0
votes
1answer
275 views
Viewing Collections of Objects in Report
There is a collection of objects.And I want to show it in a jasper report.Let's say Item class;
public class Item{ Color color; Category category; and getters and setters for color & category}
...
0
votes
2answers
5k views
JasperReports class path
I want to include the .jrxml file in my NetBeans swing project. I use NetBeans 7.0.1. I created a package inside source package called "rep" and created a simple .jrxml file called "rp.jrxml".
I have ...
1
vote
2answers
175 views
Set JTextArea to a jasper report
Currently I am working on a reporting module. There we use jasper reporting to display report. I use IReport software to create the report design. I want to know whether i can set a Scroll-able ...
2
votes
2answers
1k views
how to auto-generate a report with JasperReports
I'm working on NetBeans, and want to 'auto-generate' a report with JasperReports.
Here is the deal: I want to create a form that asks for a date frame in order to do a sql query and bring that ...
0
votes
1answer
2k views
Jasper report working fine in netbeans but gives exception when deployed as jar application
I'm working on my final year project using java swings and jasper reports for reporting.The application including the reports work fine when I run the application in netbeans but when I deploy it to a ...
4
votes
1answer
6k views
How to display JasperReports Viewer inside a JPanel/JFrame..?
I'm a newbie in using JasperReports. In my Swing application I want to show JRViewer inside a JPanel or JFrame.
Can anyone help me out?
1
vote
1answer
2k views
JAVA Reporting Tool iReport
Can we get a reporting page which is like .Net's Crystal report using iReport? That is i need to get report inside the frame. Please help me.
0
votes
1answer
626 views
Passing JRAbstractSvgRenderer (JRRenderable) in fillReport
I'm passing a simple implementation of JRAbstractSvgRenderer (taken from the ireports pdf manual) as one of the parameters using JasperFillManager.fillReport.
public class CustomImageRenderer ...
0
votes
0answers
642 views
JasperReports rendering problem
I have a very weird JasperReports rendering problem.
I am using an old version of the free Java Reporting Tool JasperReports: 1.3.4. It's being heavily used on a Swing finance application.
I use ...


