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
78
votes
12 answers

How do I compile jrxml to get jasper?

I have jrxml file, I want to compile this to get .jasper. How do I compile and get that jasper file?
Mohamed Saligh
  • 12,029
  • 19
  • 65
  • 84
20
votes
1 answer

What is the difference between iReport and Jaspersoft Studio?

Both are tools for visually designing reports and both come from the same vendor. Why is Jaspersoft pushing two similar technologies?
Kshitiz Sharma
  • 17,947
  • 26
  • 98
  • 169
17
votes
1 answer

Working with multiple data sources in jaspersoft studio

After being able to add custom data source from java bean to a report according to Add custom data source to Jaspersoft Studio , I get to the second point of my reporting with jasper. I have a main report which uses a data base as its data source.…
Iman
  • 769
  • 1
  • 13
  • 51
11
votes
1 answer

Add custom data source to Jaspersoft Studio

I am trying to fill a table by passing a custom data source to it. I have created a simple report with a table on it. The report it self gets the data from a ms sql database. I have written a java class similar to the class in this Example. But I…
Iman
  • 769
  • 1
  • 13
  • 51
10
votes
6 answers

When export a report to PDF change the font

I'm using Jaspersoft Studio 5.2, and I did a report with Courier New font, and when I exports this to PDF, it's change the font to Arial. I'm using just the Studio tool. When I preview the report is all right, but when I export it's happens. What…
Chico Luiz
  • 191
  • 1
  • 2
  • 8
8
votes
1 answer

Use lambda expressions inside TextField expression in Jaspersoft Studio 6.3

I want to use lambda expressions inside a TextField expression like this: Arrays.asList($F{field1}, $F{field2}, $F{field3}).stream().filter(i -> i != null).collect(java.util.stream.Collectors.joining(" / ")) Assuming this values for the fields:…
Beto Neto
  • 3,962
  • 7
  • 47
  • 81
8
votes
1 answer

How do I format a number as 2.564.894.621 in JasperSoft Studio?

I need to print some big values. A value looks like this 2564894621 now I want to format the float value to this: 2.564.894.621 I am using Jaspersoft Studio to develop my jasper report.
Philipp Nies
  • 945
  • 4
  • 20
  • 38
7
votes
1 answer

Jaspersoft Studio: How to use Collection of Java Beans in data adapter

Docs are outdated and not helpful anyway. I use the dialog to add the class and and the static method, as well as the path to the .jar file holding the relevant classes. When I hit test connection I get an error saying it cannot find the class…
user2782001
  • 3,380
  • 3
  • 22
  • 41
6
votes
1 answer

How to configure Maven in Jaspersoft Studio?

I'm building a complex project that depends of various modules. For exporting to PDF I'm using JasperReport API and for developing reports I'm using Jaspersoft Studio, version 6.4.0. In the way to avoid duplicated queries, I'm sending all data via…
Mikel
  • 175
  • 1
  • 14
6
votes
1 answer

How to populate chart data with JavaBeans collection dataSet?

I have already created a working jrxml report presenting a table populated by a dataset of a collection (List) of Java beans. Now I would like to use that same dataset to create Chart (basic bar chart for starters). Each bean contains 4 values that…
Vka
  • 321
  • 1
  • 7
  • 19
5
votes
1 answer

How to create a bar chart in jasper studio?

I am completely new to jasper report. I am trying to create a bar chart with this data structure but unable to achieve. Name Q1 Q2 Q3 Q4 abc 60 96 79 85 def 83 77 83 73 ghi 94 69 67 87 is it possible to create the chart…
leelavinodh
  • 435
  • 1
  • 8
  • 15
5
votes
2 answers

How do you add a .jar to the class-path in jaspersoft studio?

I need to add commons-lang3 and commons-math3 so that I can generate medians in my report. I have already downloaded these files, but how do I add them to the classpath so that jaspersoft studio can reference it? I am using Jaspersoft Studio…
Matt
  • 377
  • 1
  • 4
  • 14
5
votes
3 answers

How to create dynamic color for text field?

Background: Jaspersoft studio 6.2 How to change forecolor of a text field based on an expression. How can I apply a expression so the font color (forecolor) will be based on the value in that field? I can't find anywhere to set a expression for…
thotwielder
  • 1,563
  • 7
  • 44
  • 83
5
votes
2 answers

JasperReport: How to use subreport return values as input for Main Report Variable Calculation

Scenario: I've two reports: Main Report (let's call it, A) and sub-report (let's call it, B). Report A contains sub-report B at the detail band, so sub-report B is displayed for each element at the Report A datasource. Sub-report B also returns a…
Carlitos Way
  • 3,279
  • 20
  • 30
4
votes
0 answers

jaspersoft studio eclipse plugin download error

when i'm trying to install jaspersoft studio into eclipse using this video tutorial and this error came up. eclipse version - Eclipse Kepler (4.3.2) OS - Ubuntu 15.10
Sandun Chathuranga
  • 2,242
  • 2
  • 13
  • 27
1
2 3
16 17