|
|
|
|
|
1. Text rotation | top |
|
| There is a new attribute called rotation available for text elements. It allows introducing vertical heading text in the reports by rotating the text content 90 degrees clockwise or counterclockwise. This new feature is not available when exporting to HTML. |
|
2. Stretch type for all elements | top |
|
| Initially, only the graphic elements like rectangles, lines or images had the ability to adapt their height depending of the runtime height of other elements that stretched. Now, the stretchType has moved from the <graphicElement> tag to the <reportElement> tag so that text elements could also have this feature. |
|
3. Custom report design properties | top |
|
| A new tag called <property> has been introduced in the XML structure to allow storing name-value pair properties inside the report design file. This functionality can have various uses, including the possibility to add a description to the report template for displaying in the user interface before launching the report. |
|