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
1
vote
1 answer

Merged column headers in jasper report

I am using Dynamic jasper for one of my projects and I need to generate some reports that contain merged column headers. Something like this (the average height|weight part of it) /-----------------------------------------\ | | …
Aasiz
  • 647
  • 8
  • 18
1
vote
1 answer

DynamicJasper: How to fix java.lang.NoSuchMethodError error

I have a example for dynamic jasper report. I am using NetBeans IDE. I include library files as follows : Dynamic-jasper-3.2.1.jar Dynamic-jasper-3.2.1-test.jar jasperreport-4.5.jar commons-beanutils-1.8.2.jar commons-collections-3.2.1.jar…
unknown
  • 4,859
  • 10
  • 44
  • 62
1
vote
1 answer

Dynamicjasper Excel and the leading Apostrophe

Im using DynamicJasper to generate an Excel sheet. Im experiencing some difficulty with the apostrophe prepended to my date columns values. I defined my column like this: AbstractColumn dateColumn =…
HKalsi
  • 333
  • 3
  • 10
1
vote
2 answers

Print custom text in a report using DynamicJasper

is it possible to print some custom text after the title (and subtitle) using DynamicJasper? The use case is that I want to print a table report where the data is filtered by some criteria, and I need to output the criteria as well. For example, a…
janhink
  • 4,943
  • 3
  • 29
  • 37
1
vote
0 answers

Dynamic Jasper exportToHtml() function is not displaying images in html page

I am trying to export pie chart in html. when i call exportToHTML() then program is exporting it to html file,but it is not showing the images. i viewed the page source of that generated html page then the src of image is null. how to get my pie…
shrinivas
  • 13
  • 1
  • 4
1
vote
1 answer

DynamicJasper - subreport not displaying

i'm new to DynamicJasper. I'm building a report that contain a subreport, i can run my original report successfully without any error, but the subreport is not displaying. I'm using DynamicReportBuilder(drb) for building my main report, i'm…
Tony_Ynot
  • 155
  • 1
  • 14
1
vote
3 answers

DynamicJasper addColumn to fastreportbuilder with non-supported data type

I have a list of objects that I am building a report for. One of the attributes of the object is a JodaTime LocalDate object. I would like this date to be included in my report, so I do something like: .addColumn("Shipout", "shipout",…
idbentley
  • 4,188
  • 3
  • 34
  • 50
1
vote
1 answer

Can DynamicJasper place the column Title in the detail section?

I have been playing with DynamicJasper lately, and have been pretty impressed. The only issue I have is that some of the reports I create are more like printed forms, where you would have the label (which is technically the column header) to the…
Jacob Schoen
  • 14,034
  • 15
  • 82
  • 102
1
vote
1 answer

Dynamic jasper report header image

I am creating dynamic jasper reports. Things are looking fine. How do I add a dynamic header image to the generated reports? I am using FastReportBuilder fr = new FastReportBuilder(); Style headerStyle = new…
Muhammad Imran Tariq
  • 22,654
  • 47
  • 125
  • 190
1
vote
1 answer

JasperReports PDF font name (default in jasperreports.properties)

I'm trying to get JasperReports to embed a font present in the JasperReports fonts jar (from a DynamicJasper-generated report). I have this configured in the jasperreports.properties: net.sf.jasperreports.default.pdf.font.name=DejaVu…
Michael Holst
  • 131
  • 1
  • 2
  • 6
1
vote
1 answer

Using subreport in DynamicJasper

I have been working on a project in Grails. I need to generate reports in pdf, excel, and word. I have been able to generate reports also in the above mentioned formats. I have used DynamicJasper to generate the reports. Now I need sub reports in…
Prabin
  • 11
  • 1
  • 4
1
vote
1 answer

JasperReport - Concatenating multiple report in the same page prints a white page

It's been a shile since I am trying to programmatically build multiple table withing the same report with Jasper, so I decided to use again the DynamicJasper library. (which despite finding it sometimes rather unclear, it's usually very…
Andrea Grimandi
  • 631
  • 2
  • 8
  • 32
1
vote
1 answer

Looking for dynamic control while rendering data using Dynamic Jasper

I am looking for dynamically control the rendering of data using dyanmicJasper. Basically, I want to know what is the page space left when a set of data is already rendered, how much more data can go in the report. This all is required as I have…
pankajrv
  • 11
  • 1
1
vote
0 answers

Set a band's height dynamically in JasperReports

I'm doing a project to facilitate the creation of reports with DynamicJasper and I got to a part where I have to position an element that is in the Band PageHeader manually, set the position X and Y, and this is done after the generation of the…
Bruno
  • 11
  • 2
1
vote
1 answer

DynamicJasper + Struts 1

I saw that DynamicJasper integration with Struts 2 is possible and easy on the official doc. But how about Struts 1 ?? is there a possible integration like with Struts 2?
help
  • 11
  • 2