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
13
votes
2 answers

Jasper Reports Components not rendering properly in JavaFX Swing Node

For creating Jasper Report in JavaFX 11 I am using dynamic reports. I am loading report inside Swing Node but Jasper report appears only if I will click on the stack pane area and and all other components visible only if I hover over all those…
Satish Pahuja
  • 185
  • 5
  • 17
9
votes
1 answer

Create docx word document web api .net core 2.0

I am developing a Web API project in Asp.net core 2.0. I am in need of a library or way to create Word document. I have searched an tried NPOI and DocX. Both are not as good as expected. Can anyone suggest me a tool?
6
votes
1 answer

Getting Error retrieving field value from bean Exception with JasperReports API

I am trying to get a sample report generated by JasperReports but it is throwing some exception that I can not understand. I have a bean: class DataBean { public String country; public String name; public String getCountry() { …
Sachin Verma
  • 3,334
  • 9
  • 31
  • 66
5
votes
3 answers

What does java.awt.FontFormatException: bad table, tag=1196445523 indicating?

I have followed this link to add fonts to my jasper report project, but i get this exception when trying to build the report, what does this exception mean any way? i can't find any solution on how to solve it. note that i am trying to add …
MoienGK
  • 4,180
  • 9
  • 49
  • 89
5
votes
0 answers

Hindi fonts not appearing properly in pdf when using Dynamic reports

Text is having some ? characters. When generating the pdf the PDF generation succeeds but the Hindi characters are the not coming problem. we are using dynamic reports. The fonts used are Arial Unicode MS and PDF encoding is "Identity-H". Below is…
4
votes
1 answer

extract R code from template using knit_expand()

I have produced a dynamic document using knitr. The document makes extensive use of the package's knit_expand() function for templates. This is illustrated by the MWE (based on Yihui Xie's own example for the function). Main document…
4
votes
1 answer

DynamicReports crosstab report column grouping breaks after calling setDataPreSorted(true)

I'm using crosstab report and after applying row and column sorting, it breaks column grouping. I call setDataPreSorted(true) on crosstab and SortBuilder for row and column: SortBuilder rowSortBuilder = asc(field("rowOrder",…
digz6666
  • 1,718
  • 1
  • 26
  • 37
4
votes
2 answers

Why are compiled dynamic reports (.jasper) not reflecting the changes?

I'm creating a Jasper Report using Dynamic Reports library. I'm trying to compile the dynamic reports, to use compiled version later. But the compiled version of my report is not reflecting the changes that are made dynamic reports This is my…
4
votes
1 answer

Why doesn't Conditional Style work in subreport when adding it from java?

I load main report and sub report from *.jrxml and add conditional style to main report and sub report. In main report conditional style work but in subreport it doesn't. Code public static JasperDesign getJasperDesign(InputStream isReport) throws…
4
votes
3 answers

Python Reporting Frameworks

Does anyone have/know of a Python Reporting Framework along the lines of what something like DynamicReports does?
Rizwan Kassim
  • 7,421
  • 3
  • 22
  • 33
4
votes
2 answers

Use FileOutputStream to Create a UTF-8 PDF File

I am using JasperReports and DynamicReports with this piece of java code to create a report in pdf format which contains utf-8 characters, the problem is generated pdf file does not contain utf-8 characters at all, like if they have been replaced…
MoienGK
  • 4,180
  • 9
  • 49
  • 89
4
votes
2 answers

how to write UTF-8 (persian) characters in pdf export of dynamic reports?

I'm trying to export a report to pdf format using dynamic reports but the persian characters do not appear in pdf file. but I don't have this problem in xls files or jasper viewer. i have tried this method but it doesn't work. what should i…
4
votes
1 answer

Creating a dynamic report without data source and putting data in detail band along with page footer and page header

I am using JasperReportBuilder and exporting the report to PDF. The entire content of the report is generated by MultiPageListBuilder, HorizontalListBuilder and VerticalListBuilder and I don't want to pass the data source as data is coming from…
Abhaysinh Bhelke
  • 163
  • 3
  • 12
3
votes
1 answer

Has DynamicReports been deleted from the Internet?

While researching reporting tools for Java I saw a lot of good feedback on DynamicReports. The web site doesn't exist any longer, however. Does anyone know what happened to DynamicReports?
Dean Schulze
  • 7,882
  • 18
  • 77
  • 125
3
votes
1 answer

DynamicReports Eliminates Time Portion Of Date Fields

I am using dynamic-reports to create reports based on Jasper-reports. I have encountered this odd problem that When I am creating reports that contains columns with Timestamp values, the time portion of those values got eliminated and values of…
MoienGK
  • 4,180
  • 9
  • 49
  • 89
1
2 3
11 12