new subtotal attributes were added - setLabelPosition, setLabelWidth, setLabelFixedWidth, setLabelMinWidth
added to pageYofY and pageXslashY attributes that allows to set pageX or pageY width
fixed problem with a wrong namespace that was used in the previous verion of dynamicreports-adhoc (3.1.1)
The wrong namespace caused problems with loading adhoc configurations from xml files and with saving xml configuration files
ability to add to a crosstab group or to a crosstab measure hyperlinks
new column attribute was added - setPrintInFirstWholeBand
loading the default font settings from the file fonts.xml can be disabled by setting 'loadSystemFonts' to false in the dynamicreports-defaults.xml configuration
new group attribute was added - setAddToTableOfContents, see TableOfContentsReport3 for an example
This attribute allows to remove group labels from the table of contents
ability to set a default report font, see DefaultFontReport for an example