Questions tagged [dynamic-jasper]

DynamicJasper (DJ) is an open source free library that hides the complexity of Jasper Reports.

DynamicJasper (DJ) is an open source free library that hides the complexity of Jasper Reports, it helps developers to save time when designing simple/medium complexity reports generating the layout of the report elements automatically. (Source: Manufacturer's page)

175 questions
2
votes
1 answer

How to use DynamicJasper to create an excel spreadsheet with formulas for subtotals of columns?

I would like to like to produce a Excel spreadsheet using DynamicJasper that computes subtotals of columns using formulas. For example: Employee Department Expenses ---------------------------------------- Alice Sales …
Eric Wilson
  • 57,719
  • 77
  • 200
  • 270
2
votes
2 answers

How can I add horizontal line to bar chart in Jasper Report?

I'm trying to designing a report with bar chart, in which I need to add a threshold. I have tried with multi-axis chart, in which the scale in different axis is always different. Is there any other solution to add line to bar chart? My expect…
Raysen Jia
  • 369
  • 4
  • 16
2
votes
0 answers

How to process matrix kind of jasper report

I'm using jasper reporting to display image in pdf. Here's the template I'm using for this purpose.
NAG
  • 21
  • 2
2
votes
2 answers

Compound columns evaluation in DynamicJasper

I use JRXML template and dynamic input parameters as inputs to generate advanced JRXML. Later this JRXML is taken and handled by JasperServer. The main idea is to let user pick any columns he wants and customize them. DynamicJasper provides good API…
soborskyi
  • 23
  • 3
2
votes
2 answers

Dynamic Alignment based on cell value (Content) in Jasper Reports

I am using DynamicJasper (3.0.13) API for generating PDF. Is it possible to keep field value alignment center if value is "-" otherwise horizontal. My current jrxml field is as given follow.
Vishal Zanzrukia
  • 4,902
  • 4
  • 38
  • 82
2
votes
1 answer

DynamicJasper with Struts 2 integration error

I am trying to integrate DynamicJasper report with Struts2 in my project. Strut2 (with XWork 2.2.1 jar) is already using JasperReports (version 4.7.1). As per the official dynamic jasper reports documention I have added DynamicJasper (version…
Teela
  • 153
  • 1
  • 3
  • 9
2
votes
0 answers

DynamicJasper setting different font style in one line of text for a title

Is this possible in DynamicJasper: This is a text ( a simple description ) Another text ( another simple description ) I wanted to have a title with that format, but I don't know how to set the font style. I've been searching but I can't find the…
user2964556
  • 85
  • 1
  • 8
2
votes
0 answers

Dynamic Jasper DynamicReportBuilder - insert page break when columns run off the page

for (GridColumnsEnum abscol : abscols) { drb.addColumn(abscol); } I have a for loop that iterates through a collection of abstract columns and adds the abstract columns to a DynamicReportBuilder object. The number of columns added…
user619804
  • 2,286
  • 12
  • 46
  • 71
2
votes
1 answer

tried to access method java.lang.Object.clone()Ljava/lang/Object; from class ar.com.fdvs.dj.util.Utils

I am trying to generate Dynamic jasper reports from hibernate using the tutorial mentioned below http://krams915.blogspot.com/2011/02/spring-3-dynamicjasper-hibernate.html getting this error in download service…
2
votes
1 answer

struts2, jsp project; show pdf

I am try to show an pdf in jsp page without saving this in the hard disk. I was able to generate a pdf and I tested it by saving it in hard disk. I am using DynamicJasper as reporting engine. Here is my strut.xml for dynamic-jasper:
Lipu
  • 607
  • 1
  • 5
  • 17
2
votes
2 answers

DynamicJasper and Asian characters

My PDF generated by DynamicJasper now looking exactly as it's supposed to, I am facing only one more problem: Asian characters are not displayed at all in the resulting PDF. Any other characters work fine. I can verify in the debugger that the…
Pascal Kesseli
  • 1,620
  • 1
  • 21
  • 37
2
votes
1 answer

How to render Bangla SolaimanLipi Font in Jasper PDF report

We are using Jasper report 4.x. It working fine with Unicode char set like arabic, Bangla with SolaimanLipi in Jasper Viewer after embedding font on jasperreports-fonts-4.5.0 . But When I trying for pdf report. Arabic & English font are rendered…
Śhāhēēd
  • 1,812
  • 6
  • 23
  • 44
2
votes
0 answers

Error While integrating Dynamic Jasper with Struts2

This the error i get while integrating struts 2 and dynamic jasper Caused by: There is no result type defined for type 'dynamicjasper' mapped with name 'success' it caused because of my report.xml where i have defined the result type…
Chetan Pulate
  • 503
  • 1
  • 7
  • 21
2
votes
2 answers

dynamicjasper addConcatenatedReport in a frame

Is it possible to concatenate subReports in a frame placed in the detail band? The goal is to display these subReports and the previous defined elements in the Detail section from a Template. If I use dynamicReportBuilder.setTemplateFile(TEMPLATE);…
Javi Pedrera
  • 2,075
  • 4
  • 21
  • 29
2
votes
1 answer

dynamic jasper osgi bundle

I am trying to use DynamicJasper in an osgi environment ( Virgo ), I have not found a osgied DynamicJasper bundle, and when I tried to create one myself using maven-bundle-plugin that includes JasperReports and DynamicJasper, I keep on getting this…
jacob
  • 1,397
  • 1
  • 26
  • 53
1 2
3
11 12