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
Ingo R. Homann - 19 Dec 2006 08:57 GMT
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
Niels Dybdahl - 19 Dec 2006 09:26 GMT
> 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
Pacholee - 20 Dec 2006 08:00 GMT
Hi Niels
IntelliVIEW SDK may be what you're looking for, have a look at
http://www.synaptris.com/products/reporting-analytics/intelliview-sdk/index.html
for more info.
it allows you to control which columns are displayed, moreover it can
export to both Excel and PDF.
Pranav
> > what you are describing is exactly (one of) the reason why I do not like
> > JasperReports - it is not 'dynamic' enough.
[quoted text clipped - 7 lines]
> Best regards
> Niels
emorcum@yahoo.co.uk - 06 Jan 2007 10:58 GMT
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
> 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.
[quoted text clipped - 12 lines]
> Best regards
> Niels Dybdahl
Richard - 06 Jan 2007 17:32 GMT
iText? http://www.informit.com/articles/printerfriendly.asp?p=420686&rl=1
Richard
emorcum@yahoo.co.uk a écrit :
> If you're looking for an enterprise solution, VRS by Vermilion Software
> (http://www.vermilionsoftware.com) is a full on web server reporting
[quoted text clipped - 20 lines]
>> Best regards
>> Niels Dybdahl
Lew - 06 Jan 2007 18:30 GMT
> iText? http://www.informit.com/articles/printerfriendly.asp?p=420686&rl=1
I was on a Web-app project that used iText <http://www.lowagie.com/iText/> and
it was hugely useful. The programmer who was in charge of that part had never
used iText before, and had what we needed up in about two days. When
management asked for changes in the layout, different headers, footers,
columns or whatever, he adjusted in minutes to an hour of effort each time.
- Lew