In new version added interactive forms support in PDF export for objects: Text, CheckBox and Picture. With ability to include only required font glyphs into interactive form via InteractiveFormsFontSubset property. Learn more in our blog.
HTML exports now can export Outline tree.
Editing of dialog pages in the report becomes easier with guide lines support.
Added filtration support in preview window outline tree for fast search and navigation.
Added two new linear barcodes Deutsche Post Identcode and Deutsche Post Leitcode.
Also, added Beta version of Client-Server components for Lazarus (Enterprise version). Learn more in our blog.
Check full list of changes.
Version 6.9
----------------------------
+ Added support of interactive forms in PDF export for Text, CheckBox and Picture objects (Use Editable property with [ferAllowInExport] flag)
+ Added InteractiveFormsFontSubset property in PDF export which allows to set used glyph for interactive forms with embedded fonts via expression like : A-Z,a-z,0-9,#43-#47,!@#$
+ Added outline support to HTML export filters(frxExportHTML and frxExportHTML)
+ Added support of Client-Server components for Lazarus in Beta stage
+ Added support of Guide lines for dialog pages in the report designer workspace
+ Added filtration support in preview outline tree for fast search of nodes
+ Added support of save and load for SQL editor presets settings
+ Add ZUGFeRD minimum level to PDF export filter
+ Added CC and BCC fields support for E-mail export Indy and Outlook
+ Add preset helper class for SBER QR code
+ Added RTL support to DOCX Export filter
+ Added new linear Barcodes: Deutsche Post Identcode and Deutsche Post Leitcode
[!!!] Changed behavior of interactive objects. Restrictions -> [DontEditInPreview] is deprecated. Now all Text objects is disabled for editing in preview by default. To allow editing use Editable - [ferAllowInPreview, ferAllowInExport] for text objects (its impacts only text objects)
- Copy-paste bugs fixed when operation doesn't copy child objects of container (Dialog page containers)
- Fixed bug when copy-paste operation assigns child objects to container before it's getting pasted
- Fixed processing of FIB UTF8 blob field
- Fixed bug with merge of duplicates in multi-column report
- Fixed bug in 2D barcodes with long data
- Fixed object inspector for multy monitor configurations
- Fixed Integer Overflow error during draw operation for some objects
- Fixed bug with OnLoadTemplate event in inherited reports
- Fixed bug when calls NewPage inside OnBeforePrint event changes current band which affects aggregates calculation
- Fixed Dropbox transport processing of root folder
- Fixed bug in RTFexport with color table
- Fixed bug when report Engine forces Keeping mode for child bands sequence linked with a report title
- Fixed memory leaks with an empty detail reports
- Fixed Barcode draw on screen for 100% scale (incorrect stretch 1:1)
- Fixed removing of temporary folder after mail export
- Fixed bug with split big pages printing mode when additional page was added
- Multi byte input support for Syntax memo moved from define to the report designer settings
- Fixed Ctrl + backspace hotkey in Syntax memo
In the new version of FastReport .NET 2021.1 we implemented support of .NET 5.
Added new barcode - Deutsce Post Leitcode.
The algorithm of converting RTF to report objects has been significantly improved.
And also added new functions for converting numbers.
Version 2021.1
---------------
New barcode - Deutsce Post Leitcode
And barcode Sberbank
[Engine]
+ added support of .NET 5
+ added a new barcode - Deutsche Post Leitcode
+ added a new barcode - SberBank QR
+ added functions of converting numbers to letters
+ added functions of converting numbers to words for Indian language
+ added rupee symbol for Indian currency
+ added functions of converting numbers to words for Persian language
+ added functions of converting numbers to words for Ukranian language
+ added the Report.Prepare (int pagesLimit) method, which allows to prepare a limited number of pages* optimized work of VisibleExpression, PrintableExpression and ExportableExpression properties for bands
* optimized work of VisibleExpression, PrintableExpression and ExportableExpression properties for bands
* improved algorithm of converting RTF to report objects
- fixed a bug with web response stream reader when connecting to remote JSON
- fixed a bug while compiling the report with some expressions in the properties VisibleExpression, PrintableExpression and ExportableExpression
- fixed a bug with font.list file leading to exception "System.IO.FileNotFoundException".
- fixed a bug with incorrect checksum calculation in Deutsche Post Identcode barcode
- fixed ReCompile (adding assemblies after Compile with error)
[Designer]
- fixed a bug with empty database name after reloading the report
- fixed a bug when double click to arrow buttons on report tab creates a new report page
[Exports]
- fixed a bug with exporting strings containing only spaces in DXF export
- fixed a bug in PDF export, leading to disappearance of spaces when there are tabs in the report
- fixed a bug with exporting page footers when export to Excel 2007 in seamless table mode
- fixed a bug with exporting "\" character in Excel 2007 export
[WebReport]
+ added correct view of script errors in ScriptSecurity mode
- fixed a bug with PDF export in online designer
- fixed a bug with ParagraphOffset
[.Net Core]
+ added properties ShowDbfExport, ShowMhtExport, PrintInHtml, PrintInPdf for WebReport that allow you to enable/disable the display of buttons in the toolbar of the corresponding exports/print
* now in FR.Core we detect WebProcess and StubClasses aren't added to ConsoleApp\Library on FR.Core
- fixed a bug with RichObject expressions
- fixed a bug with exporting MSChartObject in Power Point 2007 export
- fixed a bug with exporting images in Excel 2007 export on Windows
[Resources]
* updated French resources
[Extras]
* changed dependency in project of Crystal Reports converter from System.Windows.Forms.DataVisualization to FastReport.DataVisualization
* updated MongoDB connection plugin in Core and OpenSource
New features are already expected in the update:
- Added Mono platform support.Starting with this version we add support of cross-platform Mono framework.
- Major changes:
* Before this release we shipped FastCube.Olap package with depency on FastReport library.Now we moved this dependency and therefore integration with FastReport into a separate package FastReport.Olap.Report for the .Net platform and FastReport.Olap.ReportMono for Mono platform.
Other changes:
* Expression editor now shows dimension/measure/field names instead of their captions.
Errors resolved:
* Expression errors does not raise Exceptions;* ExpressionHighlight errors does not raise Exceptions;* Fixed move to group error;* Fixed chart data representation in some locales;* Fixed "List of values" aggregate calculation;* Fixed "Median" aggregate calculation.
In the new version, we have updated help for classes and methods of components and added Class references for Code Completion. Added ability to customize SQL syntax in the SQL editor. Added a pool of deferred commands which allows a report to rebuild itself from the script code. Also we’ve redesigned mechanism of the preview pages for detailed reports and improved compatibility with the new Lazarus version.
Version 6.8
----------------------------
+ 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 possible to call Report.ShowReport to rebuild active report or load another one from the script.
+ Added TfrxEngineOptions.ZeroPrecisionValue property 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 affects only active previewed report for 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
* UpdateResorce function moved temporarily to constructor for old behavior compatibility
* Embedded Designer moved to HostControls
* Chart object Highlight disabled when Hyperlink is empty
- Fixed server log path
- [Lazarus] Fixed Unicode output in DOCX export filter
- Several fixes in QR converter module
- [Lazarus] Fixed SQL parameters editor
- Fixed attached files for MSOutlook option in e-mail export filter
- Fixed order of tabs creation in the report preview (should follows after Workspace creates)
* [Lazarus] Added font substitution of "Nimbus Sans L" to "FreeSans" under linux
* [Lazarus] Improved compatibility with FPC 3.2.0
- Fixed IIF function with nested functions
- Fixed memory leak in TfrxTreeView
- Fixed TfrxDataTreeForm.UpdateSize when it’s called before construction
- Fixed bug in font packing mechanism
- Fixed Arial font size in PDF export
- Fixed C++Builder compatibility
- Fixed exporting of the text with HTML tags to PDF
- Fixed building of string for Swiss QRCode
- Fixed formatting for duplicates values
- Fixed attach file name in the TfrxMailExport when DefaultPath <> ''
- Fixed logo position in the QR Code
In the new version of FastReport Mono -2020.4 added: barcodes(ITF-14, Deutsche Post Identcode) and the ability to align them, new types of export, checking the code for malware.
Version 2020.4
---------------
[Install]
+ added product installation package in DEB format
+ added product installation package in RPM format
[Engine]
* rewritten RichObject code for translation of RTF document to report objects
+ added new barcode ITF-14
+ added new barcode Deutsche Post Identcode
+ added ability to align barcodes
+ added property PictureObject.ImageSourceExpression that allows to set expression containing source of image
+ added possibility to use expression in brackets in VisibleExpression, PrintableExpression and ExportableExpression properties
+ added the PictureObject.ImageFormat property, which allows to select the image storage format
* now FastReport.DataVisualization added to the list of assemblies by default (FR .Net, FR.Core)
- fixed a bug where the designer crashed when the "Start new page" property is enabled for the page header child band
- fixed a bug where the value of an expression was displayed by the text of this expression
[Designer]
+ added possibility to load CSV files via URL
* updated plugin for connecting to MongoDB, to actual versions of MongoDB
- fixed a bug, when empty string in Datamatrix barcode causes exception
- fixed a bug where the gauge window had the wrong width
[Exports]
+ added PDF/A-2u export
+ added property ReportPage.ExportAlias, which allows to set the page name when exporting to Excel 2007
* now, in Excel 2007 export for sheets without pictures, files with a description of pictures and relations to them are not created
- fixed a bug when exporting to Excel 2007 in the "Seamless table" mode leading to table breaks
- fixed a bug when exporting to Excel 2007 in the "Seamless table" mode leading to incorrect merging cells
- fixed a bug when exporting to Excel 2007 in the "Seamless table" mode leading to incorrect exporting of images
- fixed a bug where links with national alphabets letters did not work in PDF export
- fixed a bug where the dates of creation and editing of the document did not match the equivalents in the metadata in PDF/A-1a export
- fixed a bug while exporting to Excel 97 causes exception "Huge SAT not implemented"
- fixed a bug with exporting texts containing ampersand '&' in Excel 2007 export
- fixed a bug while exporting MapObject to PowerPoint
- fixed a bug with exporting gradient fills with owner or user password in export to PDF
- fixed a bug with encryption of digital signature in PDF-export when protecting a document with a password
- fixed a bug with paragraph offset in export to OpenOffice Writer
[WebReport]
* added check of the report script for malicious code. This option is enabled by default for the Web.
- fixed figures absence on window print from browser
- fixed incorrect calculation of page sizes in FastReport.Core.Web, if at least one page was in landscape orientation
- fixed a bug where objects with Exportable = false were not visible in WebPreview
In new version of FastReport .NET 2020.4 added new barcodes: ITF-14 and Deutsce Post Identcode.
Now there is a possibility to choose the format for storing report images.
You can also change the number of rows and columns of the table by dragging the mouse. Added support of export to PDF/A-2u format.
In addition, the report script is now checked for the content of malicious code.
A new demo application has also been added. It looks better and is more convenient to use: in black
And in white:
Version 2020.4
---------------
[Engine]
+ added new barcode ITF-14
+ added new barcode Deutsche Post Identcode
+ added ability to align barcodes
+ added property PictureObject.ImageSourceExpression that allows to set expression containing source of image
+ added possibility to use expression in brackets in VisibleExpression, PrintableExpression and ExportableExpression properties
+ added the PictureObject.ImageFormat property, which allows to select the image storage format
* now FastReport.DataVisualization added to the list of assemblies by default (FR .Net, FR.Core)
- fixed a bug where the designer crashed when the "Start new page" property is enabled for the page header child band
- fixed a bug where the value of an expression was displayed by the text of this expression
- fixed incorrect drawing of ITF-14 barcode
- fixed a bug with transparency of RichObject
[Designer]
+ added the ability to edit the number of rows and columns of the table by dragging the mouse
+ added loading of RTF texts, tables and styles when converting DevExpress file
+ added possibility to load CSV files via URL
* updated plugin for connecting to MongoDB, to actual versions of MongoDB
* changed focus order of elements when clicking "tab" on a tab with creating swiss QR
- fixed a bug where switching properties to alphabetical order did not work
- fixed a bug with loading page size when converting DevExpress file
- fixed a bug, when empty string in Datamatrix barcode causes exception
- fixed a bug where the gauge window had the wrong width
[Exports]
+ added PDF/A-2u export
+ added property ReportPage.ExportAlias, which allows to set the page name when exporting to Excel 2007
* now, in Excel 2007 export for sheets without pictures, files with a description of pictures and relations to them are not created
- fixed a bug when exporting to Excel 2007 in the "Seamless table" mode leading to table breaks
- fixed a bug when exporting to Excel 2007 in the "Seamless table" mode leading to incorrect merging cells
- fixed a bug when exporting to Excel 2007 in the "Seamless table" mode leading to incorrect exporting of images
- fixed a bug where links with Russian letters did not work in PDF export
- fixed a bug where the dates of creation and editing of the document did not match the equivalents in the metadata in PDF/A-1a export
- fixed a bug while exporting to Excel 97 causes exception "Huge SAT not implemented"
- fixed a bug with exporting texts containing ampersand '&' in Excel 2007 export
- fixed a bug while exporting MapObject to PowerPoint
- fixed a bug with saving default theme in export to Excel 2007
- fixed a bug with exporting gradient fills with owner or user password in export to PDF
- fixed a bug with encryption of digital signature in PDF-export when protecting a document with a password
- fixed a bug with paragraph offset in export to OpenOffice Writer
[WebReport]
* added check of the report script for malicious code. This option is enabled by default for the Web.
- fixed figures absence on window print from browser
- fixed incorrect calculation of page sizes in FastReport.Core.Web, if at least one page was in landscape orientation
- fixed a bug where objects with Exportable = false were not visible in WebPreview
[.Net Core]
+ added Dialogs for WebPreview on FastReport.Core
* now you can only build FastReport.Core and FastReport.OpenSource for netstandard2.1 on supported versions of VisualStudio (MSBuild)
* now FastReport.DataVisualization does not need to be added to References in user application on .Net Core3
- fixed problem with user applications on the .Net Core3, referencing FastReport.Core. Now FastReport.Compat does not need to be added to References in the user application
[Demos]
+ added new demo application
* updated references to FastReport packages in demos to the latest versions