navcan
Posts: 61
|
| Posted: 01/18/2007, 7:26 AM |
|
Hello all,
Just a quick questions, did anybody ever used JasperSoft's OpenSource JasperReport with CCS 3 (ASP with Templates)?
I need a good reporting solution and just want to see if JasperReport can be used with CCS.
Thank you.
Regards,
navcan
|
 |
 |
Benjamin Krajmalnik
|
| Posted: 01/19/2007, 12:27 PM |
|
There is another nice reporting engine - BIRT (part of Eclipse).
It is also a Java based reporting engine.
I have it interfaced with our PostgreSQL database.
Reports are stored as XML's. Only potential issue is that if you use the
dtandard method of passing parameters, an end user can hack them to ccess
other data.
The solutio is to store the XML definition in a table, retrieve the record,
performn substitutio on the XML such that the user defined filters are coded
into the XML and not passed as parameters on the URL, write out the XML
report definition to a temp file name, and invoke the report viewer passing
it the temp report definition.
"navcan" <navcan@forum.codecharge> wrote in message
news:645af918e3a042@news.codecharge.com...
> Hello all,
>
> Just a quick questions, did anybody ever used JasperSoft's OpenSource
> JasperReport with CCS 3 (ASP with Templates)?
>
> I need a good reporting solution and just want to see if JasperReport can
> be
> used with CCS.
>
> Thank you.
>
> Regards,
> navcan
>
>
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
|