v2.2.0
Release date: 19.dec.2008
New features:
- "Zone" feature for sections
- Dynamic (automatic) height option of Texts, Fields and Labels
- Automatic height option of both report sections
- "Remove if blank" feature of report sections
- printWhen expression for sections
- In designer the Text/Html item edit now enables using pure html.
- There are some new and updated dialogs in designer
Remark to Zones:
All items can have a specified Zone ID. Items with the same zone id, just like a group,
represent a zone as a ribbon inside the section. When the section's automatic height option is enabled,
the report engine will process the rendering of zones in order by zone id, one after another.
If a content of a zone is empty in case the "print when" expression of all items in the zone returns false,
the zone won't be printed and the section is 'shrunken'. The rendering order of zones match to the order
of zone IDs.
Bugfixes:
- Dynamically expanded HTML/Text items might have zero height now. It is important for text items who have a datasource in detail section for to realize an empty line when no data are fetched from datasource
- Designer: fixed the unrefreshed detail section title bug
- Designer: Section property dialog introduced.
- In designer the HTML/Text property dialog now saves the printWhen option and the template text
- Invalid parameters and variables now don't shown as '#data#' in report, but as empty string instead.
- Test data editor / Designer: Fixed the crash occured when the last test data table was removed
- Many small fixes and optimalizations