Tagged Questions
2
votes
1answer
95 views
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 ...
0
votes
0answers
39 views
how to change the alignment in the reports generated by jasper reports
In my application i am using jasper report for generating reports. After the report is generated in UI the gap between the each column are not even and 2 column merge with each other.
Is there any ...
0
votes
2answers
68 views
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 ...
0
votes
1answer
203 views
Using HashMap object in Dynamic Jasper report
public void showApplicantCountVsJobBoardsSimpleReport(Collection<ApplicantCountVsJobBoardsDTO> applicantCountVsJobBoardsList,HttpServletRequest request) throws ...
0
votes
0answers
110 views
Dynamic jasper excel formatting issue
I am working on a reporting project, there we have to generate reports in pdf,excel and html formats. The amounts should be displayed based on the local. Here for one client, amounts should be ...
0
votes
0answers
14 views
Switch column in JasperReports report dynamically (User defined) [duplicate]
Possible Duplicate:
How to dynamically remove the columns in ireport
I want to design a JR report in such a way that the columns should be displayed in a order user wants.
Meaning while ...
0
votes
0answers
210 views
How to use group builder of dynamic jasper api to generate pdf report?
I have to develop a pdf report which has to display sub-totals based on a criteria. There's scenario that each group may have more than one sub-totals.
The requirement is as given in the following ...
0
votes
1answer
262 views
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 ...
0
votes
0answers
205 views
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 ...
0
votes
0answers
348 views
Change column names at runtime in DynamicJasper or Ireport
I have a big problem are some days.. Here is the thing: There is a Resultset very weird... Is something like this:
1 Place Animals Plants Bugs
0 USA 4 3 50
0 Canada ...
0
votes
0answers
475 views
Dynamic Jasper report on client side
I have to generate a dynamic JR report on client side. But currently it generates on server side only. I am using Apache Tomcat server. While trying to access this from other system using my ip ...
0
votes
1answer
236 views
No image in html report output generated with DynamicJasper API
I'm building a report with DynamicJasper API and I want to insert an image in a column.
I have:
FastReportBuilder drb = new FastReportBuilder();
drb.addImageColumn("Image", "image", ...
-3
votes
1answer
218 views
Dynamic Jasper crashes with huge data [closed]
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? ...
0
votes
1answer
550 views
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 ...
0
votes
0answers
46 views
Why DJchart show only series
I used DJChart but it is show only column name. When I create same chart in iReport it show column values as categorical.
Is there a way to make DJChart looks like in iReport or not? If not why?
...
0
votes
2answers
410 views
Generating both landscape and portrait in a single report using DynamicJasper API
I have different modules in my application. Each module can be exported in excel, word and pdf. The format of report are in either landscape or portrait. Now I need to compile all those reports and ...
1
vote
1answer
433 views
Create charts with DynamicJasper API
I'm try to create chart with JasperReports and DynamicJasper API looking at Bar3DChartBuilderTest site.
But my code throw exception :
java.lang.ClassNotFoundException: Integer.class.getName()
...
3
votes
2answers
215 views
display a report for collection of different beans
Suppose I have 2 beans:
Award
Employee
I add both of them in a collection. Based on this collection I want to generate a report using DynamicJasper using JRBeanCollectionDataSource.
I'm able to ...
1
vote
2answers
146 views
Class not found Error while integrating DynamicJasper with Struts 2.3.3
I am using DynamicJasper 4 and facing problem while integrating with Struts 2.3.3.
I've used the DynamicJasperStruts2-1.jar for displaying the generated report, but the problem is this jar imports ...
2
votes
0answers
146 views
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 ...
1
vote
1answer
284 views
How toIntegrate Dynamic Jasper 4.0 wiht Struts2
I am Facing problem while integrating dynamic jasper 4.0 with struts2.
i saw the example they gave on the dynamic jasper website
it stated that
<result-type name="dynamic-jasper" ...
0
votes
0answers
326 views
Dynamically add column at runtime using DynamicJasper [closed]
My scenario is as follows:
User select the column at run time
Then we create the report based on the selected column at runtime
I have a problem with adding column at runtime.
Searched on net and ...
2
votes
1answer
693 views
(Dynamic Jasper Reports) Importing parameters from a custom .jrxml fil
I'm developing a Java project with JasperReports(v.4.0.6) and DynamicJasperReports(v.4.0.1). I have generated a custom .jrxml with the most recent iReport plugin for Eclipse.
In my .jrxml report, I ...
1
vote
2answers
783 views
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 ...
1
vote
1answer
247 views
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 ...
1
vote
1answer
268 views
Which Jasper-Reports version to use to allow both Dynamic-Jasper and ireport (which uses jasper 4.1.1) to work together?
I have created a printing service I want to integrate in a couple applications that require printing. All printing is done by the Jasper Reports library - some by using a jdbc data source and jasper ...
0
votes
1answer
646 views
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)
...
2
votes
1answer
304 views
How to move field to the top when others field at top blank
I haved created 5 parameters field at page header.When the parameter key in nothing then it will appear blank. My problem is how to make the parameter P_2 move to the top when parameter P_1 key in ...
1
vote
1answer
2k views
DynamicJasper: How to fix java.lang.NoSuchMethodError error [closed]
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
...
0
votes
1answer
236 views
DynamicJasper Excel and HyperLinks
Has anyone managed to add a hyperlink to an excel cell using DynamicJasper?
There are test within the src that show how to do it.... but i fear they are only for html output not xls.
EG
DJHyperLink ...
0
votes
1answer
524 views
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 = ...
0
votes
2answers
507 views
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 ...
0
votes
1answer
215 views
Strikethrough in DynamicJasper
is there a way how to apply the strikethrough style on a table cell using DynamicJasper? I only managed to 'hack' it by overriding JRPdfExporter and its method exportText where I add the style to the ...
0
votes
0answers
266 views
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 ...
0
votes
1answer
560 views
How to you change the markup value for a text element using DynamicJasper?
I am using DynamicJasper to generate reports from some tables at run time. I have some fields that the data has been styled using basic html tags as the data was created. Very basic tags like bold and ...
0
votes
1answer
574 views
Dyanamic jasper : How to show/display percentage of each section in pie chart using dynamic jasper?
I had created the pie chart using dynamic jasper API 3.1.9. The output of the program is showing the sections with name only. I want to display the percentage of each section in pie chart.
What are ...
1
vote
3answers
1k views
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 ...
0
votes
0answers
179 views
Limit Report to a given ID with DynamicJasper grails plugin?
I'm new to grails. I need to generate reports in pdf or any other format.
I have used dynamic jasper for getting the output in pdf format.
I'm getting all the values from table(database) in report ...
2
votes
3answers
5k views
Exception in JasperPrint in JasperReport
JasperPrint is throwing a null pointer exception when i pass sql connection in its parameter but it runs fine when i pass JRResultSetDatasource.
java.lang.NullPointerException
at ...
1
vote
1answer
698 views
Add page number option in footer of Dynamic jasper report
I am creating report from
FastReportBuilder fr = new FastReportBuilder();
I want to add page number in footer of each page like.
page 1/3
page 2/3
0
votes
1answer
992 views
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 ...
7
votes
1answer
3k views
Is it possible to generate reports dynamically using Jasper Reports without generating a jasper for each report?
I have to generate reports based on various parameters which would be provided dynamically. In certain contexts, the parameters may be null.
For example, from the table Person with id, name, age, sex ...
1
vote
1answer
2k views
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:
...
1
vote
1answer
804 views
dynamic jasper report multi row header
using "Dynamic Jasper", how do you create table header(addColumn) that has multiple rows?
for example
HEADING1 | HEADING2 | HEADING3
HEADING4 | HEADING5 | HEADING6
HEADING7 | HEADING8 | HEADING9
...
1
vote
0answers
1k views
subreport in dynamic jasper
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 Dynamic jasper to ...
1
vote
1answer
262 views
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 ...
0
votes
2answers
727 views
Export to HTML using Jasper Report or Dynamic Jasper
How can we export HTML to a specific page. Suppose I want to display report in a page called 'viewreport.jsp' . How do I specify the page to which the export should be done?
2
votes
2answers
2k views
Display Full Text in Excel without truncation
How to display Full Text in Excel without truncation programatically?
Currently the data is getting truncated. Is it possible to automatically adjust the row height so as to display the enitre text?
1
vote
0answers
656 views
Set Different titles for global footer variables in Dynamic Jasper?
Can we set different titles for global footer variables?
I have a requirement to display footer variables as below:
Total Days : 120 Average Days : 20 Remaining Days : 5
Currently I am only ...
3
votes
3answers
2k views
Using a CustomExpression in a DynamicJasper chart
I have a project using DynamicJasper to create reports. It works fine so far, but when I wanted to add a chart to a previously functional report I run into issues.
I keep getting this:
...
