Questions tagged [jasper-plugin]

Jasper-plugin allows you to add Jasper Reports to an application

Jasper-plugin is a generic term for a plugin for a wide variety of languages that allows for adding functionality of Jasper Reports into an application. Current frameworks with a jasper-plugin include Grails, Maven and Apache Struts.

60 questions
3
votes
2 answers

Importing custom classes in jrxml and compiling with maven plugin

I have to import few custom Java classes in JasperReports's JRXML file. I am able to do that using This works perfectly fine and I am able to run this jrxml and test my code. Problem comes when I…
ga78
  • 108
  • 1
  • 6
3
votes
1 answer

Grails JR report render as HTML

I am using the JasperReports plugin to generate a complex report. It is working fine with pdf file but requirement is that before download the pdf show exact pdf report preview in html format. I am just trying to use "inline=true" "_format=html".…
user9873999
  • 311
  • 3
  • 15
2
votes
1 answer

Beginning jasperReport/iReport with Grails

I want to create a report for my domain class instances but not all, just the ones user selected in the GSP table (selecting checkboxes). On my report I will also have some logic - few conditionals, some calculations etc. I would also have to get…
drago
  • 1,207
  • 4
  • 24
  • 45
2
votes
2 answers

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 this plugin can use in my rails 3 version of…
shajin
  • 3,214
  • 5
  • 38
  • 53
2
votes
0 answers

jaspersoft studio hangs by Searching Data Adapters in project

I have installed tibco jaspersoft Studio last version and wanted to edit some jasper files. I have imported the project from git and everytime when I open the project it loads for ever and hangs by searching Data Adapters see screenshot: It takes…
Ronald
  • 2,721
  • 8
  • 33
  • 44
2
votes
3 answers

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:
Jay Chandran
  • 382
  • 1
  • 8
  • 20
2
votes
3 answers

How to make jasper report top of JDialog?

I make reports using jasper reports plugin for Netbeans, I use a button in JDialog to show my jasper report. But the report shows back on my JDialog, what's the problem here? private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) { …
repot
  • 83
  • 3
  • 9
2
votes
1 answer

Jasper Report nested subreport is not displayed

I am using Jasper Report using Java. I have Main Report contains Sub Report contains Sub Report The problem I am getting is that the main report shows the sub report but the sub report doesn't show its sub report. mainReport.jrxml
Makky
  • 17,117
  • 17
  • 63
  • 86
2
votes
4 answers

java.lang.IllegalStateException: getOutputStream() has already been called for this response when calling JasperReport

I am trying iReport/JasperReport in JSF 2 But while i am generating The PDF i got this error. I searched and found some similar problems and solutions, but nothing worked. Sorry for posting the same question again. But I tried all the possible…
B.M.
  • 318
  • 2
  • 3
  • 19
2
votes
1 answer

JasperReport Plugin Struts2 force download

I'm using Struts2, Spring and Hibernate for my web app. Now, I'm trying to generate PDF reports with jasper reports struts plugin. I add the result-type to struts.xml file:
jzafrilla
  • 1,416
  • 3
  • 18
  • 41
1
vote
1 answer

JasperReports plugin for Grails: Getting "No such report spec" Exception

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:…
Luixv
  • 8,590
  • 21
  • 84
  • 121
1
vote
1 answer

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. Which is supposed to show you how to extend a…
awfulHack
  • 857
  • 1
  • 10
  • 25
1
vote
1 answer

I am developing java application on Netbeans 12.0 with jdk 11 i am facing a problem when i try to install Jasper Plugin it shows me error like this

Some plugins require plugin org.jdesktop.layout to be installed. The plugin org.jdesktop.layout is requested in version 1.4. The following plugin is affected:       ireport-designer Some plugins require plugin org.jdesktop.layout to be…
1
vote
1 answer

Grails 3 Jasper path not found

I've been using jasper on grails 2.2.4 and everything works fine. Now I'm trying to use it on grails 3.3.10 and seems that jasper cannot find its path as shown on the error. I'm not sure if you need to specify the path for jasper since I did not…
1
vote
0 answers

PDF preview in my jasper ireport not available

I am using jasper plugin in netbeans 8.2. I have designed a report but pdf preview option is not available.
Devendra Singh
  • 157
  • 3
  • 5
  • 18
1
2 3 4