Questions tagged [dynamic-reports]

DynamicReports allows to create dynamic report designs. You can very quickly create reports and produce documents that can be displayed, printed or exported into many popular formats such as PDF, Excel, Word and others.

DynamicReports is based on JasperReports. It allows to create dynamic report designs and it doesn't need a visual report designer. You can very quickly create reports and produce documents that can be displayed, printed or exported into many popular formats such as PDF, Excel, Word and others.

178 questions
0
votes
1 answer

Hide table information when using graphs in DynamicReports

I'm using DynamicReports. On their website http://dynamicreports.sourceforge.net/examples/examples.html I only see graph examples where both the table information and the graph appear. I only need the graph portion. I'm trying to figure out how to…
Marquinio
  • 3,993
  • 10
  • 41
  • 62
0
votes
1 answer

Image not displaying in DynamicReports

I have just downloaded the DynamicReports libraries from http://dynamicreports.sourceforge.net/index.html. I'm currently using a Servlet under Tomcat 5.5. I have taken two of their sample codes and everything works fine when report is generated…
Marquinio
  • 3,993
  • 10
  • 41
  • 62
0
votes
0 answers

Jasperreport NoSuchMethodError JasperDesign.setOrientation

In a project using DynamicReport and Jasperreports, with this code: JasperReportBuilder jasperReportBuilderSubreport = generateSubReport(...); ... JasperReport jasperReport = jasperReportBuilderSubreport.toJasperReport(); //Exception line the…
Javi Pedrera
  • 1,985
  • 4
  • 18
  • 29
0
votes
1 answer

JasperReport. Number of rows needed by a text

When I use a static band (columnFooter) I need to calculate the number of rows necessary to fit a text during the runtime. int rows = numberOfRows_Calculator((String) ContentText, (java.awt.Font) font, (Integer, in pixels)…
Javi Pedrera
  • 1,985
  • 4
  • 18
  • 29
-1
votes
0 answers

Dynamicreports Crosstab GrandTotal

I use dynamicreports to create a report with crosstab. I want to get a report like this: | Date | Sale 1 | Sale 2 | Sale 3 | Total | Grand Total | | | Amount | Disc.| Amount | Disc.| Amount | Disc.| Amount |…
Ndrik7
  • 101
  • 11
-1
votes
1 answer

Dynamic reports blurry font in exported chart

Exported data to excel in Dynamic reports, and noticed chart texts in labels looks kinda bad. Is there a way to increase picture size? Or font to look better? Option report.addProperty("net.sf.jasperreports.image.dpi", 200); seem to not have any…
Augustas
  • 934
  • 17
  • 26
-1
votes
2 answers

DynamicReports not producing report with where clause on date

I'm facing a very strange issue. I'm trying to generate report in DynamicReports API. The report is being generated without WHERE clause but is not being generated with WHERE clause. The database is MySQL. Any help is much appreciated. Here is the…
JoeZ
  • 79
  • 2
  • 11
-1
votes
1 answer

Single RDLC file to populate any type of custom object passed to it

I have a list of stored procedures which return different types of object (with varying column) to my business layer. Also, I created a single RDLC file named allreports.rdlc in my mvc application and put it in some .cshtml page. Now, I want to call…
OmGanesh
  • 632
  • 1
  • 9
  • 20
-1
votes
1 answer

Jasper/Dynamic reports multiply subtotal by number (dynamic-report, not JRXML)

Is it possible to multiply subtotal with specified number in Jasper/Dynamic reports? I have sum in subtotal and I would like to have a possibility to enter discount before start report and I would like to see it in my report. Is there any way to…
Dainius Java
  • 103
  • 1
  • 1
  • 11
-1
votes
1 answer

Tree / Group UNION SQL-Query for a Report

I have a query for a dynamicreport as a datasource. The result till now is: There are 3 queries connected with UNION. Line 1 all data accumulated for the company. Line 2 all Data for the location and line 3 the detail data. It is like a tree. But…
janor
  • 159
  • 1
  • 9
-2
votes
1 answer

Jasper Reports Dynamic Reports - DRException in HTTPServlets

I have a servlet that calls the Jasper report class. protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { // TODO Auto-generated method stub …
Vasanth
  • 60
  • 4
-2
votes
3 answers

how to remove Dynamic report logo from Dynamic Reports

the generated reports look like - http://www.dynamicreports.org/examples/examples-overview#miscellaneous The reports are good but it generates a logo of dynamicreports which i dont want, i searched on google but couldn't find any thing. thanks in…
Shailesh
  • 83
  • 8
-3
votes
1 answer

how to create a dynamic reports java/j2ee

I have a specific needs in reporting for my project, i wont to let the client choose the columns to be shown, and he can also choose a restriction for dates or integers ... (for example he wont to report customers where their ages between 18 and…
1 2 3
11
12