FastReport VCL Releases
Released: Dec 11, 2022
Updates in 2023.x
v2023.2
Updated May 16, 2022
Features
- Engine
- Added support for style tables.
- Improved working with styles in the report designer.
- Added the option for simultaneous multi-threaded printing.
- Exports
- Added new CustomExportDialogClass property for export filters, which allows you to override the export dialog for standard export filters.
- Improved translucent SVG export in PDF export via EMF.
- Lazarus
- Added support for variable portability in templates (Delphi <--> Lazarus).
- Report object
Released: Dec 12, 2021
Updates in 2022.x
v2022.3
Updated Sep 21, 2022
Features
- Added support for Embarcadero RAD Studio 11.2.
- Transports
- Added new Microsoft Outlook Web mail transport.
- Added new Gmail Web mail transport.
- Client-server
- Added GCI example for Lazarus.
- Added support of '*' mask in server IP lists.
- Designer
- Added new hints to the reports designer which shows the full text of the Memo object.
- Added fast comments in syntax memo editor for selected text (Default hotkey is Ctrl + /).
- Added new hints to Syntax Memo editor.
- Added...
Released: Mar 21, 2021
Updates in 2021.x
v2021.3
Updated Sep 13, 2021
Features
- Added support for Embarcadero RAD Studio 11.
- Added new object TfrxPDFView which allows you to view PDFs inside reports via the Pdfium library.
- Added protocol support for loading object data from external sources (http, https and transports) for PDFView, HTMLView, MemoView, PictureView and Maps.
- Added new transport authorization for OAuth 2.0 with default system browser.
- Added split mechanism for dynamic table cells (data and internal objects).
- Added support...
Released: Dec 14, 2020
Updates in v6.9.x
Features
- Added support for interactive forms in PDF export for Text, CheckBox and Picture objects.
- Added InteractiveFormsFontSubset property in PDF export which allows you to set the glyph for interactive forms with embedded fonts via expressions.
- Added outline support to HTML export filters (frxExportHTML and frxExportHTML).
- Added Guide Lines support for dialog pages in the report designer.
- Added preview filtering to the outline tree node search.
- Added support for saving and loading SQL editor...
Released: Sep 22, 2020
Updates in v6.8.x
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...
Released: May 28, 2020
Updates in v6.7.x
Features
- Added support of Embarcadero RAD Studio 10.4.
- Added InPlaceEditor for TfrxRichView to edit RichView in the preview window.
- Added Swiss Payment Standard presets for QRCode barcode.
- Added Logo property for QRCode barcode.
- Added extended support of TeeChart pro series:
- TPolarContourSeries, TEquiVolumeSeries, TCircularGauge,
- TClockGauge, TNumericGauge, TBigCandleSeries,
- TDeltaPointSeries, TImageBarSeries, TImagePointSeries,
- TWindRoseSeries, TErrorPoint3DSeries, TErrorPointSeries...
Released: Mar 25, 2020
Updates in v6.6.x
v6.6.12
Updated Apr 24, 2020
Features
- Added Processing for TfrxSysMemoView.
- [Lazarus] Added LazChart RTTI modules.
- Added arrows left - right keys for filtration during Code completion.
- Code completion now replaces whole ident, not just insert new in cursor position.
- Code completion window can now be resized.
- Added helper for Fill casting AsBrushFill/AsGradientFill/AsGlassFill (TfrxCustomFill).
- Added TfrxPostProcessor.ResetDuplicates - can reset duplicated from script.
- Added DrillState property...
Released: Nov 29, 2019
Updates in v6.5.x
v6.5.14
Updated Mar 10, 2020
Features
- Added TfrxChartView.ClearSeries method.
- 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 label source for TOHLCSeries chart series.
- Added new search to preview control.
- Added new type for hyperlinks (hkNone - do nothing. Useful when we need to disable hyperlink from the script).
- Improved chart editor dialog for Lazarus...
Released: Jun 16, 2019
Updates in v6.4.x
v6.4.13
Updated Oct 15, 2019
- Fixed cross-tab changing when AutoWidth = False.
v6.4.10
Updated Aug 2, 2019
- Fixed TfrxDMPMemoView bounds in the PDF export.
- Fixed exporting of fsAltDot frame line style in the PDF export.
- Fixed C++ Builder compatibility.
v6.4.7 - 6.4.9
Updated Jul 16, 2019
- Fixed division by zero in the PDF export.
v6.4.4 - 6.4.6
Updated Jul 5, 2019
- Fixed wrong behavior of Table object with vertical bands.
- Fixed FIB connection form.
v6.4.3
Updated Jul 1, 2019
Released: Mar 1, 2019
Updates in v6.3
Features
- Added new text underlining modes - the text object now allows you to customize the behavior of the underlined text.
- New PDF/A-1, PDF/A-3 export formats have been added to PDF export and the overall PDF export quality is improved.
- Added ability to reflect all objects on the page automatically when building a report - creating RTL reports is now easier.
- Improved work in multi-threaded applications.
- You can now send data to clouds storage without using dialog via application code.
- Added...