Questions tagged [jaspersoft-studio]

Jaspersoft Studio is the free, open source, Eclipse-based report designer for JasperReports and JasperReports Server. Layouts can contain charts, images, subreports, crosstabs, and more. Import data via JDBC, TableModels, JavaBeans, XML, Hibernate, CSV, and custom sources. Export reports as PDF, RTF, XML, XLS, CSV, HTML, XHTML, text, DOCX, or OpenOffice.

Jaspersoft Studio

Jaspersoft Studio is a GUI designer for creating JasperReports's reports templates. It is based on Eclipse and available as Eclipse plugin and as a standalone application.

Jaspersoft Studio is an alternative of iReport Designer wich now is unsupported.

Resources

Learn more about the Jaspersoft Studio application at:

Bug tracker:

254 questions
2
votes
0 answers

Jaspersoft Studio 6.6.0 can't change the JRE

I'm having a problem using Jaspersoft Studio. I generate many jasper reports through a Java application, but when I try to generate a report that has a subreport in it I get the: "Unsupported major.minor version 52.0" error Which I know means that…
LucaPB
  • 21
  • 1
  • 2
2
votes
1 answer

How to link an Input Control to a report's Parameter

I'm unable to link an Input Control to my report's Parameter. I feel I'm doing right, but I can't see the desired result in the final report. My intention is to create a list, filled by some options, and display the list in a report as a parameter,…
joninx
  • 1,775
  • 6
  • 31
  • 59
2
votes
0 answers

Hibernate Session Data Adapter in Jaspersoft Studio

I created a Hibernate Session data adapter in Jaspersoft Studio from a Hibernate configuration file (hibernate.cfg.xml) that works correctly on a very simple JSF application. When I test the adapter in Jaspersoft Studio I get an…
2
votes
1 answer

Subreport with return value gives exception "System is not facet valid with enumeration"

I'm getting an exception during compile in Jaspersoft Studio 6.4.0. How do I address this? I've created a report containing a subreport from which I want to return a value. To do that, I have: Created a variable in the subreport called, "logTotal",…
M. Teasdale
  • 323
  • 3
  • 17
2
votes
0 answers

Get "Could not write metadata for..." error at Jaspersoft Studio during publishing report

I am getting the following exception while trying to publish report changes to the JasperReport Server using Jaspersoft Studio 6.3.1: A few things I noticed that sometimes seem to lead to a successful publishing are keeping the app idle for a few…
antastic
  • 21
  • 1
2
votes
0 answers

Cannot "Build All" subreports in Jaspersoft Studio 6.3.1

I am using TIBCO Jaspersoft® Studio 6.3.1.final and I have a report with 15 subreports embeded in the main report in this way:
2
votes
1 answer

How to add a table header to an existing jasper table component?

Is there a way to add a table header to an existing jasper report table? I have an existing jasper report that contains a table component that does not have a table header. I would like to add a table header now, but cannot find any way to do…
Tom
  • 6,593
  • 3
  • 21
  • 42
2
votes
1 answer

Which is the proper way to work with complex types (lists and objects) in Jaspersoft?

Please consider a MongoDB collection with the following document: "_id": "clientsInfo" "data": { "clientsList" : [ { "name" : "Mike", "country" : "USA" }, ... ] } After setting the DataSet…
2
votes
1 answer

How to use Jaspersoft Studio with UCanAccess?

I'm exhausted searching how I can connect Jaspersoft Studio to my database in Access using the Driver UcanAccess! I dont want to use OBDC anymore. I already insert all jar files inside lib/ folder to my Classpath: I tried setting the JDBC URL Like…
TwoDent
  • 405
  • 7
  • 26
2
votes
1 answer

Unable to install a new JasperReports runtime on Jaspersoft Studio

I'd like to compile my reports with earlier versions of the JasperReports, so I'm trying to add other versions of the JasperReports to my Jaspersoft Studio on: Project -> Properties -> Jaspersoft Studio -> Compatibility -> Use Project Settings ->…
Humberto Corrêa
  • 789
  • 1
  • 6
  • 17
2
votes
1 answer

In Jaspersoft Studio, Sql server procedure returning fewer fields than expected

I running a sql server procedure in Jaspersoft Studio (JSS), but the Query Dialog only show one field. How it looks in JSS: In the SQL SERVER Management Studio, it works correctly. The procedure returns more than ten fields... Has anyone seen a…
2
votes
1 answer

Why do I get current expression is not valid using JRDataSource?

I am trying to use List into the jasper report using JasperSoft Studio, but while defining dataset the JRDataSource expression is showing as invalid even after casting REPORT_DATA_SOURCE to the JRXmlDataSource(find image…
user3462473
  • 349
  • 4
  • 14
2
votes
1 answer

How can Jaspersoft Bean Datasource be deployed in Jasper Server?

Can anyone please help me with the step by step procedures to add a Bean DataSource (collection of beans) in the Jaspersoft Server? Is there a straightforward process of just pushing the jarfile so the server could recognize it? here are the steps i…
gigz
  • 942
  • 2
  • 9
  • 26
2
votes
1 answer

Jasper CVC Component with Sub-Dataset

I'm working on CVC component in Jasper Studio. It is working fine with the "ReportMainDataset" but when I'm using the "Sub Dataset" it is not plotting. Just wanted to know does CVC component works with "Sub Dataset" or not. If works, guide me how…
GeekExplorer
  • 260
  • 2
  • 6
  • 23
2
votes
2 answers

How can I choose the destination of the generated .jasper file into Jaspersoft Studio 6.1?

I am absolutly new in JasperReports and I have the following problem: I am woking on a project that generate an Excel file into Jaspersoft Studio 6.1.0. After that I save my .jrxml file project and build it, so it seems that it generate the related…
AndreaNobili
  • 40,955
  • 107
  • 324
  • 596
1 2
3
16 17