All Questions
4 questions
1
vote
0
answers
545
views
Trying to improve performance of generating xls reports using DynamicJasper. Any suggestions in this direction?
Current stats:
Generating a .xls file containing 3 tables, each of one containing 100K rows x 3 columns took ~24s with the following breakdown:
building the JRXlsExporter - ~6s
JRXlsExporter....
2
votes
0
answers
387
views
How to process matrix kind of jasper report
I'm using jasper reporting to display image in pdf.
Here's the template I'm using for this purpose.
<band height="130" splitType="Stretch">
<property name="com.jaspersoft.studio....
1
vote
3
answers
4k
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 ...
4
votes
1
answer
3k
views
How to generate PDF reports that spans multiple pages horizontally
I have to generate PDF reports with many (defined at runtime) columns. These reports may span multiple pages horizontally when user selects many fields to show. I'm using DynamicJasper and could ...