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
0
votes
1 answer

DynamicJasper: How to populate report which has List at bean?

This is my data object public class CandidateExcelModel { private int id; private String name; //varchar(50) private String email; // varchar(100) private Date dob; // date private List skill = new…
deepak kumar
  • 229
  • 2
  • 3
  • 12
0
votes
1 answer

Using HashMap object in Dynamic Jasper report

public void showApplicantCountVsJobBoardsSimpleReport(Collection applicantCountVsJobBoardsList,HttpServletRequest request) throws ColumnBuilderException,ClassNotFoundException, JRException { …
skmaran.nr.iras
  • 8,152
  • 28
  • 81
  • 116
0
votes
1 answer

How to show image in Footer for pdf report using DynamicJasper API?

I am developing a pdf report using DynamicJasper API. As per requirement I have to display one logo at header and other at footer. I am able to display logo at header by using DynamicReportBuilder.addImageBanner method. But i didn't find a way to…
Ajil Mohan
  • 7,299
  • 2
  • 18
  • 18
0
votes
1 answer

Using DynamicJasper API: Getting empty report with crosstab

I try to create dynamic crosstab. When I try, I have an error java.lang.ClassCastException Jasper Report Crosstab than I solved it. But my report is empty. I don't get it why. I check my result set is empty or not. But it does not empty. Here is my…
-1
votes
1 answer

Advanced table pivoting in MySQL and Dynamic Jasper

I have a MySQL Table that stores my classes in a timetable manner. the columns are fixed and the rows are id, day,class, classid, 1,2,3,4,5,6,7,8 This is my table…
Benson Kiprono
  • 129
  • 1
  • 1
  • 12
-1
votes
1 answer

How to create dynamic columns with column name and value using java

I tried to generate a report using the [dynamic-japer] I have a doubt, how should I achieve dynamic columns based on the data source or resultset I have, is there any solution?
-1
votes
1 answer

Wants an idea of how i can add DynamicJasper to my project

Scenario: What my project do right now User Enters his Login and Password through his mobile phone and servlets contacts webservice of Authentication and user gets authenticated with the system in the mean while user is Authorized also i.e What…
Sundhas
  • 605
  • 4
  • 10
  • 18
-2
votes
1 answer

Trying to export Dynamic-Jasper Report to PDF from Spring Boot 1.5 But Result is a Blank PDF

I am try to export a PDF based on an Dynamic Jasper Report, using gradle setting. build.gradle: compile (group: 'net.sf.jasperreports', name: 'jasperreports', version: '6.18.1') implementation group: 'ar.com.fdvs', name: 'DynamicJasper',…
Dr BDO Adams
  • 416
  • 1
  • 5
  • 13
-2
votes
1 answer

Dynamic-Jasper Struts2 Netbean configuration

I am configuring the dynamicjasper to my struts2 but it raises an error. First of all I using the following jar files:…
-2
votes
1 answer

Dynamic Jasper crashes with huge data

When I input huge data to dynamic jasper in my jsp application then dynamic jasper statement exporter.exportreport() crashes tomcat server which results in termination. Is there any solution for this? Waiting for your help...
Mubbasher Khaliq
  • 349
  • 1
  • 3
  • 10
1 2 3
11
12