Java reporting tool with dynamic columns?

N

Niels Dybdahl

I am looking for a reporting tool for Java that allows me to control
from my Java application which columns should be shown in each table.

I have looked at a some tools (JasperReports, JFreeReport and
ReportMill). They all require a XML-template which defines which
columns should be shown in each table. They do have crosstabs, which
could be abused to let the Java application control the columns, but I
guess that would only work for columns with numbers and not for
strings.

So can you recommend a report package that is not template based ? I
would prefer if it could generate both PDF and Excel, but PDF alone is
also interesting.

Best regards
Niels Dybdahl
 
I

Ingo R. Homann

Hi,

what you are describing is exactly (one of) the reason why I do not like
JasperReports - it is not 'dynamic' enough.

I like iText very much (on which JasperReport is based), because you can
*program* a report instead of defining a (always somehow 'statical')
report-template.

Ciao,
Ingo
 
N

Niels Dybdahl

what you are describing is exactly (one of) the reason why I do not like
JasperReports - it is not 'dynamic' enough.
I like iText very much (on which JasperReport is based), because you can
*program* a report instead of defining a (always somehow 'statical')
report-template.

Thanks Ingo, I have looked at iText and it seems to be what I need for
PDF.

Best regards
Niels
 
E

emorcum

If you're looking for an enterprise solution, VRS by Vermilion Software
(http://www.vermilionsoftware.com) is a full on web server reporting
solution for end users but with a Java API that allows custom
developers to programmatic control of the data columns and rows on the
output.
Regards
Errol
 
L

Lew

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top