The "Business" license is designed for teams of developers from 5 to 12 people, which is a perfect fit when the "Team" license is too small and the "Site" is excessive.
In the new version we added ability to import RTF documents into report templates which makes work with FastReport easier for beginners. After converting add the data source and arrange fields in objects.
In ver. 2020.3 there is a new type of export which allows printing tags on printers that support ZPL
Template of ZPL tag (report)
Printed ZPL Tag
All changes:
Version 2020.3[Engine]
+ added import of RTF documents into report* merged codebase of FastReport.Net and FastReport.Mono
[Designer]
* slight UI improvements* Messages window now remembers its size/visibility+ added Polygon toolbar in the designer+ added description control in the Data Dictionary window- fixed bugs in GUI
[Exports]
+ added ZPL export- fixed size of PDF file with interactive forms+ fixed RTF image size+ added indent in ODT export* improved detection of font location in Linux
In the new version we’ve added support of Embarcadero RAD Studio 10.3 with latest updates and support of new platform MacOS x64. Export to PDF significantly improved in this version: we added block text align and improved work with fonts. Also, wrap and draw of text object was improved.
Full list of changes:
Version 2.7
---------------
+ Added support of Embarcadero RAD Studio 10.3
+ Added MacOS x64 support
+ Added support of block align in text object (HAlign=haBlock) in PDF Export
+ Added ability to move report pages tabs in the report designer
+ Added popup menu for pages Tab in the report Designer
- Improved text wrap realization
- Improvement text draw between different platforms
- Fixed preview content scaling for 150% scale or above
- Fixed HTML tag subscript printing
- Fixed inactive report designer when switching to dialog page(OSX).
- Fixed changing of page orientation
- Fixed draw of arial narrow font in D2D context for RAD Studio 10.2 and above
- Fixed text split for simple text render
- Fixed fsUnderline style in font GDIP canvas cache
- Fixed right align in PDF export
- Fixed space Width in PDF export
- Fixed font names in PDF export
- Fixed wrong result of CalclHeight function
- Fixed Hint callouts in the report preview and the report designer
- Fixed Modal dialogs order under OSX for Rad Studio 10.2.3
- Fixed bug in PDF export under OSX
- Fixed bug in TfrxMemoView with HAlign=haRight
- Fixed PDF export when font has multi byte name like "MS ゴシック"
- Fixed bugs with DBLookupComboBox DialogPage control
- Fixed error with PictureCache in file under MacOS
- Fixed "Object lock not owned" error message for Chart object
- Fixed DialogPage for RAD Studio 10.2 (Position, Font, BorderStyle)
- Fixed truncate of the last symbol in PDF export undex OSX
- Fixed error with combobox in object inspector
- Fixed preview lock during exports
- Fixed barcode lines
- Fixed AV in the TfrxCustomMemoView.DrawPart
+ Added TfrxPreview.PageSetupDialog for C++Builder compatibility
- Fixed infinite loop in the TfrxMemoView.WrapText
- Fixed IDE freeze when designer minimized
- Fixed AV in the PDF export
- Fixed export of fixed-width fonts to PDF
Added ASP.NET Core package
Starting with this version we add ASP.Net Core support. Two interactive web-controls are ready for use: WebSliceGrid and WebCubeGrid (SliceGrid and CubeGrid for web).
ONLINE DEMO
Highlight of measure cells
In this version we significantly improved FastCube .Net cell highlight abilities. We added new highlight classes, improved classes we had before and fixed errors.
* TopHighlight class - highligh most and least cells* AverageHighlight - highlight cells comparing with average* UniqueHighlight - highlight repeatable and unique cells* ExpressionHighlight - highlight cells matched expressions
* We also imporoved bar chart highlight (ContinuousHighlight class): now negative and positive values can be drawn using different style and on different sides of axis.
Please refer to our updated FastCube .Net documentation for more details and usage examples.
Saving to clouds
We added support for saving cube, slice and exports to Google Drive, DropBox and FTP
Other major changes
* Export menu is merged with Save menu in SliceGridToolBar and CubeGridToolBar* Moved Highlight classes to the FastReport.Olap.Highlight namespace* Major refactoring of the ContinousHighlight with breaking of the compatibility: Before: ContinuousHighlightValueType enum had BoundByRow, BoundByCol, PercentByRow, PercentByCol, PercentileByRow, PercentileByCol elements. Now: Those elements replaced by Bound, Percent and Percentile elements. Added new enum HighlightScanDirection and the approptiate property ScanDirection common for all Highlight types with the Auto, Rows and Columns elements. New saves wont correctly work in the old version and in the current version of FastCube VCL 2. Effect: Highlight setup simplification due to reduced combobox lists. Auto element suit for most cases and does not break highlight (as before) after "Measures" field move from the rows to the columns and vice versa.
Errors
* Fixed error with "copy to clipboard" operation of the SliceGrid data zone cells.* Fixed error with the chart building.* Fixed error with closing passed stream inside the Cube.Save(Stream) method.* Fixed error with export to XLS format
It's finally happened! By popular demand we've adjusted behaviour of our objects so that your data looks more realistic.
Attention! It's a beta version. Download demo and see your current reports come alive!
TRY DEMO
Share your new reports with #itsalive_fr
A lot of new things in FastReport VCL and FastReport for Lazarus
In this version we added filtration of Variables and Functions tabs in “Data Tree”.
It possible to hide all panels in “Data Tree” now.
It possible to use filter for fast search of the report objects in “Report Tree”.
Added new linear barcode type – Pharmacode.
2D Barcodes can now be tuned up with the new barcode editor
DataMatrix barcode now supports GS1 rules and can automatically generate barcode according to these rules (GS1Rule property), encodes strings like: (01)09501101020917.
New ShowCellBreak property in Cross table object allows to turn off hiding of frames on cell break.
And an improved search in preview window.
Also great news for FastReport for Lazarus!
- It's finally out from Beta
- Basic support of HiDPI on Windows;
- Fixed and improved export filters including Linux platform;
- Support of Dialog pages on Linux GTK;
- Improved support of LazCharts;
- Added printing for Linux GTK and fixed text output with align
All Changes:
----------------------------
+ Added filter to Report Tree for fast search of the report objects
+ Added ability to filter Variables and Function in DataTree
+ Added new search to preview control
+ Added GS1Rule property to DataMatrix barcode (automatic support of GS1 rules)
+ Added new Pharmacode barcode type
+ Added new frxBarcode2DEditor
+ Added TfrxCustomCrossView.ShowCellBreak (default True) when set to False cross tab doesn't hide frames of split cells.
+ Added new type for hyperlinks (hkNone - do nothing. Useful when we need to disable hyperlink from the script).
+ Added New TfrxPreview.HideScrolls property and OnScrollMaxChange/OnScrollPosChange events (custom scrollbars implementation)
+ Add TfrxChartView.ClearSeries method
+ Added label source for TOHLCSeries chart series
+ Added new ColorBar property for all barcode types (set color of barcode data)
* [Lazarus] Improved chart editor dialog for Lazarus charts
* HostControls/UnHostControls method are virtual now and moved to TfrxBaseForm
* Changes in synchronization mechanism for syntax memo. Now worker thread(TfrxCodeCompletionThread) synchronizes via SendMessages instead of TThread.Synchronize.
* CreateUniqueName with DefaultReport now copies objects from current object list.
- Fixed tab order in the PDF export dialog
- Fixed bug with report thread while terminating main server thread with clients
- Fixed TTabSet drag and drop in the report designer
- Fixed Insert field button (DataTree)
- [Lazarus] Fixed bad fills of buttons in the style editor dialog
- Fixed object edges in the report designer for dotMatrix Report
- [Lazarus] Fixed TfrxPageControl
- Fixed bug with TFIBBCDField calculation
- [Lazarus] Fixed DialogPage in the report designer for Lazarus Win/unix
- Fixed export of some TeeChart Pro series in PDF and SVG exports
- [Lazarus] First improvements for HiDPI under Lazarus
- Fixed Clouds Authentication from embedded browser(FEATURE_BROWSER_EMULATION)
- Fixed incorrect RichView split
- Fixed bug when ConfigFileName was ignored
- Fixed compilation with TeePro version greater than seven
- [Lazarus] Fixed memory leaks
- [Lazarus] Fixed printing from Linux(GTK)
- Fixed table split. In special scenarios row which doesn't fit on the page may disappear.
- Fixed chart Highlight for stacked series.
- Fixed export of Devanagari text in PDF export
- Fixed HABlock Align for Farsi language
- Fixed embedded map in Map object
- Fixed export of monospaced fonts in PDF Export
- [Lazarus] Fixed text output under GTK(Linux)
- Fixed Cross editor in HiDPI
- [Client/Server] Fixed CGI client and export from dialog reports
- Fixed export file names and extensions when exporting from web browser
- Fixed HTML tags case sensitivity in the HTML5div export
- Fixed TfrxEMFExport
- Fixed Data Tree Drag&Drop for variables and functions
- Fixed DataMatrix c40 and txt encodings for special symbols
- Fixed issue with loading RTF files in RichView control under Windows 10 (sometime loads as plain text)
- Fixed bug in PDF export when XObject list clears on every page which increase size of PDF file with pictures
- Fixed bug in big XLS (Excel 97 BIFF8) files
- Fixed exported file name in Client/Server components(from Web browser)
- Fixed PDF export with GapX, GapY < 0
- Fixed Client/Server components when export report with dialog page from web browser
- Fixed quick buttons in the MDI preview
- HiDPI fixes for frxSynMemo: Saving/Loading font size for different DPI, GutterWidth, line marks, breakpoints marks
- HiDPI fixes for RegEditorsDialog: CheckBox, ComboBox arrow, DropDown list width on first show
- Fixed draw of icons on StatusBar in the report designer for HiDPI
- Fixed TfrxTreePanel FileterMinWidth/FileterMaxWidth for HiDPI
- Fixed font size in font ComboBox preview (HiDPI)
- Fixed font preview position in font ComboBox(HiDPI)
- Fixed band caption in HiDPI mode when the primary monitor has scale greater than 150%
- Fixed TfrxComboBox.ListWidth in HiDPI (primary monitor with HiRes)
- Fixed system dialogs(Font/Color) in HiDPI Per-Monitor V2 mode
- Fixed ComboBox positions in the report designer for low custom scaling (less than 150%)
- Fixed frxProgress dialog in HiDPI mode
- Fixed Image Resources for low scaling values (less than 150%)
- Fixed wrong anchor in dataset editor
- Fixed flickering of the data tree for internal datasets after closing preview
Full list of changes.
We think this is the time for us to also step up.
No one noticed that for over a week our whole team has been working from their homes in order not to become a link in a chain of the disease spreading.
Although we can't help those who are on duty doing everything possible for people fighting with the disease, we want to make a contribution as well.
We create software for fast and powerful report creation, business analytics and creating documents in dozens of formats. And we know that many hospitals and clinics around the world are using us in their work.
So we would like to offer medical institutions and companies creating software for medical analytics free license of FastReport .NET and FastCube .NET
Email us at support@fast-report.com
In version 2020.1 charts and diagram components are now included with the product and available in Linux
Added ability of digital signature in exported PDF documents
All changes:
+ added System.Windows.Forms.DataVisualization (charts)+ added abitilty to sign PDF documents with Digital Signature
[Engine]
+ added new currencies and rules for conversion numbers to strings+ added ability to split long strings within table- fixed bug with splitting tables across pages- many small bufixes
[Exports]
+ added support of PDF/A-1a standaard- fixed bug of printing a layerered Html-export, in case of presence of landscape orientation of page- fix big with multi-threading PDF export- fixed a character space size in PDF export- fixed drawing of objects with negative width or height in layered Html export