Built by Maven


The best Java IDE

Support This Project

Changes Report

Release History

Version Date Description
2.0.9 2008-05-31 Subreport parameters release
2.0.8 2008-04-14 Subreport parameters release
2.0.7 2008-03-04 when no data section release
2.0.6 2008-02-22 Minor bug fixes and features
2.0.5 2008-02-04 Minor users requests
2.0.4 2008-01-10 Report query release
2.0.3 2008-01-04 urgent fix
2.0.2 2007-12-28 Image column release
2.0.1 2007-12-19 Crosstab release
2.0.0 2007-12-13 Crosstab release
1.4.2 2007-11-05 Minor release
1.4.0 2007-10-31 Styles release
1.3.3 2007-10-18 minor styles fix
1.3.2 2007-09-24 minor styles fix
1.3.1 2007-09-17 minor XLS improvements
1.3.0 2007-08-21 Subreports beta 2
1.3.0-beta1 2007-07-20 Subreports early release
1.2.2 2007-08-15 JasperReports 2.0 (internal)
1.2.1 2007-08-15 bugfix release
1.2.0 2007-07-20 Autotext release
1.1.3 2007-06-29 minor release
1.1.2 2007-05-13 minor release
1.1.1 2007-04-21 minor release
1.1.0 2007-03-22 Charting release
1.0.2 2007-02-27 Minor Release
1.0.1 2007-02-08 Minor Release
1.0 2007-02-01 Initial Release

Get the RSS feed of the last changes

Release 2.0.9 - 2008-05-31

Type Changes By
Dynamic Subreport fits automatically to parent report printable area :: Use Subreport.fitToParentPrintableArea flag. Juan Manuel Alvarez
New Exception ar.com.fdvs.dj.core.DJExpection for generics problems inside the API Juan Manuel Alvarez
Tests: path to output file was not being created Juan Manuel Alvarez
Report Locale: made some fixes to ensure that at least the default locale is loaded. Juan Manuel Alvarez

Release 2.0.8 - 2008-04-14

Type Changes By
Subreport parameters :: You can pass parameters to subreports using values from current row. Thanks Marcos Reyes! Juan Manuel Alvarez
WebWork integration :: Added "exportParams" feature, so you can pass custom parameters to the exporter used. Juan Manuel Alvarez
Crosstabs NPE :: 1xX and Xx1 crosstabs thorws NPE, thanks Marcos Reyes Juan Manuel Alvarez
Allow control over detail band split :: thanks balazsborbely. Juan Manuel Alvarez
Crosstab measure type peroblem :: Only java.lang.Float was working. Thanks my_aro! Juan Manuel Alvarez
Removed static dependency Eclipse JST compiler :: Thanks Tito (enjuto). Juan Manuel Alvarez
Java 1.2 is no longer supported :: This is from jasperReports 2.0.5 (they removed the class JRJdk12Compiler. Thanks mikea59. Juan Manuel Alvarez
Header Charts :: they where leaving a blank space before the column titles. Juan Manuel Alvarez
Sub reports can start in new page :: thanks jacklty! Juan Manuel Alvarez

Release 2.0.7 - 2008-03-04

Type Changes By
When no data section feature :: you can set up what to show when the data source is empty. See WhenNoDataTes t for a working example Juan Manuel Alvarez
javadoc jar generated always :: javadoc jar is generated when a new release is out (pom.xml configuration) Juan Manuel Alvarez

Release 2.0.6 - 2008-02-22

Type Changes By
Problem with dynamically added queries when using template files :: the query added dinamically got lost when using templates files, thanks gustav_b Juan Manuel Alvarez
More than one chart in a group :: You can now create more than one chart in the same group, thanks Sagara! Juan Manuel Alvarez
Define behaviour when datasource is empty :: just a passthough to the JasperReports options. Use DJConstants.WHEN_NO_DATA_TYPE_NO_PAGES, DJConstants.WHEN_NO_DATA_TYPE_BLANK_PAGE, DJConstants.WHEN_NO_DATA_TYPE_ALL_SECTIONS_NO_DETAIL, DJConstants.WHEN_NO_DATA_TYPE_NO_DATA_SECTION. Thanks Dorin Scutarasu!!! Juan Manuel Alvarez
Define behaviour when missing resource is found :: just a passthough to the JasperReports options. Use DJConstants.WHEN_RESOURCE_MISSING_TYPE_EMPTY, DJConstants.WHEN_RESOURCE_MISSING_TYPE_ERROR, DJConstants.WHEN_RESOURCE_MISSING_TYPE_KEY, DJConstants.WHEN_RESOURCE_MISSING_TYPE_NULL. Thanks Dorin Scutarasu!!! Juan Manuel Alvarez

Release 2.0.5 - 2008-02-04

Type Changes By
Field desctiption for XML datasources :: XML Data sources need that the fields had the property "description" defined. Though ColumBuilder and FastReport builder "description" can be defined, thanks gustav_b Juan Manuel Alvarez
Parameter registration :: Whatever is in the "params map" will be registered as a parameter, thanks Charles Abreu Juan Manuel Alvarez
Fonts handling :: The fonts now have the properties pdfFontName, pdfFontEmbedded and pdfFontEncodding. You can now export to PDF with any encoding. See FontReportTest. Thanks Sagara for asking! Juan Manuel Alvarez

Release 2.0.4 - 2008-01-10

Type Changes By
Report query :: Added report query to work the same as JasperReports Juan Manuel Alvarez
Export to jrxml file :: You can export your design to jrxml (for retouching in iReport) from the DynamicJasperHelper Juan Manuel Alvarez

Release 2.0.3 - 2008-01-04

Type Changes By
Error on 2.0.2 build :: was compiled in java 5, it is java 1.4 now Juan Manuel Alvarez

Release 2.0.2 - 2007-12-28

Type Changes By
pom.xml cleanup :: Unnecesary depenencies are optional now. Thanks danttran!!! Juan Manuel Alvarez
BarCode Column :: Hability to show bar codes in the detail band Juan Manuel Alvarez
Image Column :: Hability to show images in the detail band Juan Manuel Alvarez
Bug with group names: https://sourceforge.net/forum/message.php?msg_id=4684608 Thanks danidacila! Juan Manuel Alvarez

Release 2.0.1 - 2007-12-19

Type Changes By
FastReportBuilder: setGroupLayout(groupNumber, GroupLayout) Juan Manuel Alvarez
CrosstabRowBuilder: for easy crosstab row building Juan Manuel Alvarez
CrosstabcolumnBuilder: for easy crosstab column building Juan Manuel Alvarez
DynamicReportBuilder: addFooterCrosstab(DJCrosstab cross) Juan Manuel Alvarez
DynamicReportBuilder: addHeaderCrosstab(DJCrosstab cross) Juan Manuel Alvarez
FastReportBuilder: addFooterVariable(int groupNum, int colNumber, ColumnsGroupVariableOperation op, Style style) Juan Manuel Alvarez
FastReportBuilder: addHeaderVariable(int groupNum, int colNumber, ColumnsGroupVariableOperation op, Style style) Juan Manuel Alvarez

Release 2.0.0 - 2007-12-13

Type Changes By
Crosstabs support (still in developement) Juan Manuel Alvarez
StyleBuilder class: convinient when creating styles Juan Manuel Alvarez
MissingResourceException when locale is not EN or US. Thanks danidacila. https://sourceforge.net/forum/message.php?msg_id=4645638 Juan Manuel Alvarez
Problem with Chart and grouping. Thanks danidacila. https://sourceforge.net/forum/message.php?msg_id=4645263 Juan Manuel Alvarez

Release 1.4.2 - 2007-11-05

Type Changes By
Grand Total Legends positions calculation fixed Mariano Simone
Convinient methods in FastReportBuilder to add columns with more options Juan Manuel Alvarez
FastReportBuilder no guess in styles is the column already has a style Juan Manuel Alvarez
odd rows background border and foreground color was not working Juan Manuel Alvarez

Release 1.4.0 - 2007-10-31

Type Changes By
Groups can start in new page or in new column. Juan Manuel Alvarez
Existing styles in .jrxml files can be referenced from a DynamicReport Juan Manuel Alvarez
Anoying loggin information when using repeated styles Juan Manuel Alvarez
Support for inherited styles Juan Manuel Alvarez
Convinient method in the FastReportBuilder to pass a style whe adding a new column. Mariano Simone
Bug with autotext "page x / y" was showing "page 1null" Juan Manuel Alvarez
webwork result type: now you can specify a layout manager Juan Manuel Alvarez
refactor in DynamicReportBuilder: grand total legend is now: drb.setGrandTotalLegend("...") Juan Manuel Alvarez
small bug with "ignore pagination" Juan Manuel Alvarez
concatenated reports can be also DynamicReports Juan Manuel Alvarez

Release 1.3.3 - 2007-10-18

Type Changes By
DynamicReportBuilder supports subreports in and elegant way Juan Manuel Alvarez
You could have many subreports, but not recursive subreports Juan Manuel Alvarez
Deprecated methods in builders (DynamicReportBuilder, etc) and create new ones to give meaninfull names Juan Manuel Alvarez
DynamicJasperHelper methods now throws exceptions as they should always do Juan Manuel Alvarez
DynamicJasperHelper methods are not "final" anymore. Juan Manuel Alvarez
DynamicJasperHelper convinience methods changed from "private" to "protected" Juan Manuel Alvarez
Issue with file encoding is fixed for every compiler, not just eclipse jdt compiler. Alejandro Gomez

Release 1.3.2 - 2007-09-24

Type Changes By
The thin border is back, now the available border are: NO_BORDER, THIN, PEN_1_POINT, PEN_2_POINT, PEN_4_POINT and DOTTED Juan Manuel Alvarez
The Group Layouts behaviour changed, see HOW-TO hide a column Juan Manuel Alvarez

Release 1.3.1 - 2007-09-17

Type Changes By
Fixed some flags for XLS exporting that where lost during refactorings: ignore pagination and print column names Juan Manuel Alvarez
Example test for exporting to XLS Juan Manuel Alvarez

Release 1.3.0 - 2007-08-21

Type Changes By
Subreports support: Added SubReportBuilder class Juan Manuel Alvarez
Subreports support: Hability to the DynamicReportBuilder to concatenate subreports in a single report Juan Manuel Alvarez
Subreports support: Added 2 tests to be used as examples (SubReportBuilderTest and ConcatenatedReportTest) Juan Manuel Alvarez
Subreports support: HOW-TO documentation in the site Juan Manuel Alvarez

Release 1.3.0-beta1 - 2007-07-20

Type Changes By
Subreports support: see SubReportTest test case. Juan Manuel Alvarez

Release 1.2.2 - 2007-08-15

Type Changes By
Support for JasperReports 2.0 Juan Manuel Alvarez

Release 1.2.1 - 2007-08-15

Type Changes By
Minor issue with files not encoded in the system default encoding. Alejandro Gomez

Release 1.2.0 - 2007-07-20

Type Changes By
Autotext feature: Out of the box "Page x/y", "Created on {date}" and common autotexts in header and footer. Mariano Simone
i18N (Internationalization) - Autotext uses i18N (dj-messages.properties), you can also specify a custom resource bundle and a Locale to the report. Juan Manuel Alvarez
Title in new Page: Some how we lost this feature in a refactor, its back. Juan Manuel Alvarez
added 2 more convenient methods on DynamicJasperHelper class. DynamicJasperHelper.generateJasperPrint(...) can now receive as a datasource a Collection or a ResultSet besides the JRDataSource Juan Manuel Alvarez
Minor cosmetic issue with Image Banners, when usign different images for the first page and the rest of the report, there was a blank space betwen the image in the first page and the rest of the report. Juan Manuel Alvarez
Tons of documentation in the project website (how-to and getting started) Juan Manuel Alvarez

Release 1.1.3 - 2007-06-29

Type Changes By
Font has missing attribute for italic and underline, now there are setters ang getter for every property. Juan Manuel Alvarez
Padding: Now you can configure different padding for every side Juan Manuel Alvarez

Release 1.1.2 - 2007-05-13

Type Changes By
Now you can define styles for header and footer variables. (see StylesReport2Test) Thanks to gzfqh3 Juan Manuel Alvarez

Release 1.1.1 - 2007-04-21

Type Changes By
User-Defined colors can be used in charts usign Lists of colors Mariano Simone
Text elements can now be rotated left or right (through the Style class) Thanks to gzfqh3 Juan Manuel Alvarez

Release 1.1.0 - 2007-03-22

Type Changes By
Charting capabilities. Added builder to easily add charts to DynamicJasper. (See the examples) Mariano Simone
Template file. When using template file, first looks in the file system, then in the classpath Juan Manuel Alvarez
Example Report that uses a tempalte file Juan Manuel Alvarez
Fixed column width for columns that need to keep itīs original witdh Juan Manuel Alvarez
Documentation on the API and How-to guides Mariano Simone
Reflection Report Builder Alejandro Gomez
DynamicJasper result type for webwork integration Alejandro Gomez

Release 1.0.2 - 2007-02-27

Type Changes By
Playground. Example webapp made in GWT that s hows the DynamicJasper potential Juan Manuel Alvarez
Added utility class to sort the datasource using the column of the report as criteria Juan Manuel Alvarez
Added FastReportBuilder that simplifies even more the report creation process Juan Manuel Alvarez
Documentation and examples (see the test sources) Juan Manuel Alvarez
More control over the styles (borders) Juan Manuel Alvarez

Release 1.0.1 - 2007-02-08

Type Changes By
Added the capability to place images on the header of the first page and the rest of the report Juan Manuel Alvarez
The DynamicReportBuilder can set page size and orientation Juan Manuel Alvarez
Added Sreenshots and pdf examples of the reports Juan Manuel Alvarez
Documentation is updated with screen shots Juan Manuel Alvarez
Removed Unneded Cglib dependency. Juan Manuel Alvarez

Release 1.0 - 2007-02-01

Type Changes By
Initial version of DynamicJasper Juan Manuel Alvarez
Documentation with examples Juan Manuel Alvarez