The DynamicJasper team is pleased to announce the DynamicJasper 3.0.4 release! DynamicJasper (DJ) is an API that hides the complexity of Jasper Reports, it helps developers to save time when designing simple/medium complexity reports generating the layout of the report elements automatically. It creates reports dynamically, defining at runtime the columns, column width (auto width), groups, variables, fonts, charts, crosstabs, sub reports (that can also be dynamic), page size and everything else that you can define at design time. DJ keeps full compatibility with Jasper Reports since it's a tool that helps create reports programmatically in a easy way (it only interferes with the creation of the report design doing the layout of the elements). You can use the classic .jrxml files as templates while the content and layout of the report elements are handled by the DJ API. Changes in this version include: New features: o DynamicJasper Grails plugin :: see http://dynamicjasper.sourceforge.net/docs/grails dj plugin.html o CustomExpression for Calculation in groups :: When grouping a column, you can specify a CustomExpression to be used for variable calacularion. see http://dynamicjasper.sourceforge.net/docs/HOWTO Create variables and define specific behavior.html o Ability to format variables in groups :: When grouping a column, you can specify a DJValueFormatter to be used for variable formatting in group header and/or footer. see http://dynamicjasper.sourceforge.net/docs/HOWTO Create variables and define specific behavior.html Fixed Bugs: o Struts 2 (version 2.1.6) was not working due to change in method signature of xwork library. see tracker: https://sourceforge.net/tracker2/?func=detail&aid=2562199&group_id=188060&atid=923808 o Exception on certain cross-tab scenario :: see https://sourceforge.net/forum/message.php?msg_id=6013486 Thanks to Jeremy Goupil. o Ensure order in crosstabs :: see https://sourceforge.net/forum/message.php?msg_id=5950390 Thanks to tanmay0208. Have fun! -DynamicJasper team