
Includes redesigned mechanism of preview pages for detailed reports and improved compatibility.
Features
- Added class references for main package classes.
- Added customization of SQL editor in the report designer.
- Added delayed command pool for actions of TfrxReport: PrepareReport, ShowReport, LoadFrom. It is now possible to call Report.ShowReport to rebuild the active report or load another one from the script.
- Added TfrxEngineOptions.ZeroPrecisionValue property which contains precision value for zero comparison operation in Text objects (used with HideZeros property).
- Added PNG export filter in registered export filter.
- All calls to refreshes of preview now only affects the active previewed report detail page.
- Reworked preview pages and preview Tabs mechanism. TfrxPreviewPagesList class now manages active preview pages instances.
- Added synchronization of creating printer context from non GUI thread.
- UpdateResource function moved temporarily to constructor for old behavior compatibility.
- Embedded Designer moved to HostControls.
- Chart object Highlight disabled when Hyperlink is empty.
- [Lazarus] Added font substitution of "Nimbus Sans L" to "FreeSans" under Linux.
- [Lazarus] Improved compatibility with FPC 3.2.0.