DynamicJasper Changelog

What's new in DynamicJasper 4.0.3

Dec 7, 2012
  • Fixed Bugs:
  • custom variables and parameters cannot be reached inside custom expression due to new naming strategy.

New in DynamicJasper 4.0.2 (Dec 7, 2012)

  • New features: o you can now set report language to java, groovy or javascript o We can now specify columns data and header markup.
  • Fixed Bugs:
  • Applied this fix to group footer height calculation
  • fix duplicated parameter name when: Two Subreports with Hyperlink columns. See SubReportRecursive2Test Issue: 3548312.
  • Expression Columns in charts. Now adding a test: ExpressionColumnInChartTest

New in DynamicJasper 3.2.2 (Mar 13, 2012)

  • Just a fix on a typo in a property in the DJVariable class

New in DynamicJasper 3.2.1 (Mar 13, 2012)

  • Introducing the DjBaseMMValueFormatter which adds better support to access to measures in crosstabs. See CrosstabReportWithMMValueFormatterTest and CrosstabReportWithInvisibleMeasure

New in DynamicJasper 3.2.0 (Mar 13, 2012)

  • Introducing column span in regular column reports. See tests located at src/test/java/ar/com/fdvs/dj/test/colspan

New in DynamicJasper 3.1.8 (Jan 8, 2011)

  • Fixed Bugs:
  • borders for totals in crosstab were missing.
  • A bug on the internal styles naming was preventing totals on crosstabs to use their own style.

New in DynamicJasper 3.1.6 (Nov 24, 2010)

  • added method setHeaderVariablesHeight() to DynamicReportBuilder
  • ImageColumn and BarcodeColumn stretch type was not correctly applied. See BarcodeColumnReportTest2 and see how the large row gets the bottom border properly applied. Fixes 3116544. Thanks to Rutger Jönåker.
  • ColumnBuilder failed to pass image scale mode properly to the column being built.

New in DynamicJasper 3.1.0 (Mar 15, 2010)

  • DJ Supports JasperReport 3.5.2+ (up to 3.7.1)
  • Added documentation about new Chart API, see the web