what does a tool like Jasper Reports give me?
Posted
by Itay Moav
on Stack Overflow
See other posts from Stack Overflow
or by Itay Moav
Published on 2010-03-12T14:10:31Z
Indexed on
2010/03/12
14:17 UTC
Read the original article
Hit count: 209
Ok, So I have to generate very complex reports from my DB.
If I am to do it with SQL the query themselves will be complex, and I will have to do some more manipulation on the results later, code level.
How do libraries like Jasper Reports/ Crystal Reports and friends save me time when developing such reports?
What will they give me?
© Stack Overflow or respective owner