Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
3answers
2k views

Grails - Jasper Plugin - Invalid byte 1 of 1-byte UTF-8 sequence error with .jasper file

I am using Grails 1.3.5, SQL Server 2005, iReports 3.7.6, Jasper Plugin 1.1.3. In my GSP page I have given the jasperReprt tag as: <g:jasperReport jasper="report1" format="PDF"> <input ...
2
votes
3answers
861 views

How to access database of jasper server via API?

Can we access Database of Jasper server through its api? And do that allow us to make run time report? IF so how can we do that? Kind regards Sundhas
2
votes
1answer
701 views

Plot points with different color based on the value in Line graph using Jasper Reports

I have a line chart generated from a SQL, I need the data to be plotted in different colors based on the value. For example: Green color for positive values and Red color for negative values. I have ...
1
vote
1answer
127 views

Maven pom.xml - build modules + self build

I have the next project structure: app module1 module2 ... moduleN parent-pom Project app contains only properties files and jasper reports templates. Pom.xml of app: <project ...
1
vote
1answer
366 views

Jasper Reports in Ruby on Rails

I have assigned to use jasperserver reports in a rails application. There is a plugin for jasperserver to use in Ruby application. https://github.com/gunark/jasperserver-client I want to know whether ...
0
votes
0answers
48 views

Generating a Jasper Report in excel from a list object without using SQL

I would like to generate a Jasper Report in excel from the list object I generated. I obviously do not want to use SQL. Appreciate any help with step by step instructions. Thanks Pa
0
votes
1answer
116 views

PDF to Jasper XML

I have a PDF file (softcopy) which was created using iText. Now my company decided to use JasperReports for newrelease. I need to use that PDF file (softcopy) and need to design JasperReports template ...
0
votes
1answer
187 views

Using collections as parameters in Jasper from Grails

I am trying to learn how to get Jasper running from within a grails app using the jasper plugin. On the plugin directory page [ http://grails.org/plugin/jasper ] there is a fairly in-depth tutorial. ...
0
votes
1answer
489 views

Charts with Jasper Plugin does not show in Html format

I am using Jasper plugin to create charts in my app, I create a report with iReports and setup the chart, when I click on preview button the chart show well in iReports. Then I copy the file to my ...
0
votes
1answer
515 views

Compile error in jasper report

This is the error i got while compiling the jrxml file  Compiling to file... /home/moshe/NetBeansProjects/Billing/src/billing/report2.jasper Compilation running time: 299!  Filling report...  ...
0
votes
2answers
895 views

Groovy Jasper plugin

I have updated from grails 1.1 to grails 1.1.1 and I also updated the jasper plugin from version 0.95 to version 0.97 Now I am getting an exception when calling the plugin (see below). Any Idea what ...