jasper-reports

Jaspergrails problem

Hi! I am testing the jaspergrails plugin for Grails. I am following the tutorial for this plugin. I've created a trivial jasper report and I've put it under web-app\plugins\jasper-0.9.5\reports\all-races.jasper I am getting an exception Error 500: java.lang.Exception: No such report spec: reports\all-races.jasper or .jrxml Any hint wh...

"Fit Page" or the "Fit Width" button does not work in jasper viewer

After generating a report, change the settings in the JasperViewer window by selecting the "Fit Page" or the "Fit Width"buttons at the top. Select the Printer Icon in the JasperViewer and print. The report does not fit to page while getting printed. ...

java.util.ConcurrentModificationException in JasperReports

We have a web application deployed to Websphere 6.1.0.19 on Windows. We occasionally see this ConcurrentModificationException on a few of our reports. We are using JasperReports 2.0.5 in production. The full stacktrace is following: java.util.ConcurrentModificationException at java.util.AbstractList$Itr.checkForComodification(...

Example of Jasper Reports in Swing Application using Web Start

How do I use Jasper Reports in a Swing application using Web Start? ...

JasperReports PDF. & character causing trouble.

I am trying to create a pdf document with JasperReports. Everything works fine, except than when an & character appears, some tags are not interpreted, and appear in the final document. Do i have to escape de "&" character? I've already tried writing & instead, as well as wrapping a around it. In the first case, & appeared in my pdf, ...

Reports in Java. What tool to use?

Hi, I need to create some reports, in different formats (xls, pdf, rtf). I am currently using JasperReports, in conjunction with IReport. I have no major complaints about it (except for the cases when IReport messes up my xml files), but i've been having some problems with it, when exporting to xls files and with some "special" character...

Gridlock with textfields with dynamic content

I really hope someone has a clue on this layout issue, because I am already out of ideas. Although I think that my problem has something to do with the designs i.e. with way Jasper treats them (layout), here's some general information abou the application. Basically we have a JAVA client-server application and we use Jasper to generate...

Using Chart Themes in Jasper Reports

I am attempting to create a Chart Theme for my Jasper Reports, to enable all charts to be branded for the company. So far I have managed to find that the default chart theme appears to be set in jasperreports.properties using the following property: net.sf.jasperreports.chart.theme=default.spring I have also found the example chart the...

Adding new fields to JasperServer Login Page

Hi, While I have been able to customize the JasperServer to use existing iBatis/Struts infrastructure and integrate authentication using existing app, there is one thorn. How can I change the code called by modified login page to accept another field? Say I want user to enter Domain in addition to username and password. And use the t...

How to run iReport-nb 3.x.x from whithin another java application?

Hi, I'd like to start using iReport (netbeans edition) and replace the good old classic iReport 3.0.x. Seems like the classic iReport won't be improved anymore and abandoned at some point. The point is that I need to start iReport from another java application. With iReport 3.0 it was pretty easy and straightforward: just invoke it.bu...

Sorting columns in ireport..?

Hi, I am using java-jasper report and ireport to build the report. I want to make my report sortable by column. Can any one help me with this..?? m waiting for reply asap ...

Scheduling a JasperServer Report via SOAP using Python

I was able to figure out how to run reports, download files, list folders, etc. on a JasperServer using Python with SOAPpy and xml.dom minidom. Here's an example execute report request, which works: repositoryURL = 'http://user@pass:myjasperserver:8080/jasperserver/services/repository' repositoryWSDL = repositoryURL + '?wsdl' server = ...

Can anyone show me good tutorial about how to make complex iReport reports and exporting them to browser ?

Hi all, I am working on iReport in netbeans IDE . I want to make reports that can be exported in browser in any pdf or excel format . Can Any one show me a good tutorial or solution ?. ...

understanding Jasper Reports and Hibernate and parameters

Hello, I'm sorry this is a little bit of a bad question since my problem is that I just don't understand which approach to take for this. I've got this hibernate database that works great and I want to use jasper reports to create reports based on the data from it. I have iReport working and connecting to the hibernate configuration an...

understanding JasperReports and JRBeanCollectionDataSource...

I now have my jasper reports working from my JRBeancollectionDataSource in my code! I am just a bit confused about some things... When I am designing reports in iReport, I create the fields from a query, which I can do fine and all, since when I am actually running the query I'm using a a code JRBeanCollectionDataSource and so is the h...

Access to report parameters from a custom JRDataSource

I wrote a JRDataSourceProvider and a JRDataSource in order to access a "crippled" JDBC resource from iReport (it's an HP3000 database and the JDBC driver I am using does not support parameters in PreparedStatements, which iReport's standard JDBC datasource seems to require). My JRDataSource needs to access report parameters. How do I do...

JasperReports JRBeanCollectionDataSource still confused...

So I do now have my working and filling reports. The users of my program can now pass objects from the program to a report object and fill it using the JRBeanCollectionDataSource and that does work. However I can't get all the data in the report I want. I am just very confused about this, how the fields that I declare with a name and...

stucked with Getting null values in iReport,JasperReports,Strts 2 plugin , what is the problem ?

I am using jasper reports and Struts2 to make to make some reports in my web application . I am doing all this stuff with NetBeansIDE and iReport 3.5.1 plugin for designing purpose. I am configuring my struts2-jasperreports plugin by following xml code. <result-types> <result-type name="jasper" class="org.apache.stru...

Want to develop Jasper Report with Struts2

Hello All, I am developing project using Spring, Struts2 & Hibernate. Now i want to use a Jasper Report with Struts2. But i am totally new with Jasper Report. Can anyone give simple example or a tutorial or any other link which can help me.. Thanx in advance.. ...

how to fill series color for a chart called from a subreport in java with jasper report

i am trying to change the series color for a chart which is called from a subreport in java with Jasper Report JRChartPlot pl; JRFillObjectFactory fac; JRFillChartPlot plot = new JRFillChartPlot(pl, fac); how to intanciate JRChartPLot to my JRFillChartPlot constructor, The previous code gives me null pointer exception ...