In the new version of FastReport Mono 2021.1 added a new barcode - Deutsche 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--------------- [Engine]+ 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 pagesLim ...
Thanks to everyone who was there with us during our webinar! Below we collected questions that you asked along with our answers:
Q: USPS bar code - can you briefly show it in a report? How do you format data for the barcode to meet the USA postal regulations? Show how to format data for the USPS bar code to meet standards for the US postal service???
A: It depends on your source data. The code should be 20 or 31 digits and you can use expressions to form barcode data, like <ID> + <ServiceID> + <MailerID> + <SerialNumber> + <Zip> in Expression property.
Q: Adding extra bands looks interesting. How about adding just one last row to occupy the rest of free space (but to leave jus ...
In the latest version of FastReport .Net 2019.1 we added ability to enable and disable printing of particular pages (ReportPage.Printable property), optimized work of SVG objects and fixed a number of bugs detected by PVS Studio. We also added a new example of using FastReport Core in Docker container in CentOS operating system as well as an example of using FastReport Core with Vue.js framework.
All changes:
Version 2019.1
---------------
[Engine]
+ added property FastReport.Utils.Config.PreparedCompressed (default value: true) for enable or disable the compression in files with prepared reports (fpx)+ added the ability to disable hotkeys in designer and preview+ added property ReportPage.Printable (default value: true) for enable or disable printing of the page* SVG object is optimized, removed inheritance SV ...