FastReport .NET のリリース

Released: Mar 5, 2024

2024.1.8 での更新項目

機能

  • No longer supports .NET Core 2.0, 2.1, 2.2, 3.0, 3.1, .NET 5. This will speed up the development of new features and highly improve the performance of projects.
  • The following packages have changed:
    • FastReport.Core - The minimum version now is .NET Framework 4.6.2 and .NET 6. (Removed support for .NET Core 2.0, 2.1, 2.2, 3.0, 3.1, .NET 5).
    • FastReport.Core.Skia - The minimum version now is .NET 6. (Removed support for .NET Core 2.0, 2.1, 2.2, 3.0, 3.1, .NET 5).
    • FastReport.NET (previously...

Released: Nov 27, 2023

2024.1.0 での更新項目

機能

  • Improved working with Table object
    • Quickly add columns and rows.
    • Change the height of rows and the width of columns.
    • Added new menu: 'Insert' new column or row.
    • Copy and paste text into cells using the hotkeys Ctrl+C and Ctrl+V.
  • Merge text objects
    • Added mechanism for merging text objects with the same text.
  • Custom line styles
    • A new property has been added which allows you to create line styles.
  • Changing the shape of the 'Picture' object
    • 'Picture' objects now have a new 'Shape' property that...

Released: Nov 28, 2022

2023.x での更新項目

v2023.3

Updated Sep 12, 2023

Features

  • Engine
    • Added new RFIDLabel object.
    • Added GS1 automatic formatting for GS1-128 barcode.
    • Added support for loading tables in cells of other tables when converting RDL templates.
    • Added Config.CompilerSettings.ReflectionEmitCompiler property, which, when enabled, speeds up report preparation if the script has not been changed (works only in Microsoft .NET Core/.NET).
    • Added the ability to configure barcode font using the new "Font" property.
    • Improved working with...

Released: Dec 6, 2021

2022.x での更新項目

v2022.3.12

Updated Nov 7, 2022

Features

  • Convert documents and reports from JasperReports to FastReport .NET

v2022.3

Updated Sep 5, 2022

Features

  • Engine
    • Added the ability to convert reports from Stimulsoft.
    • Added the ability to change the name of the JSON data source in an expression when it's renamed.
    • Added support for converting PaperSize property when converting reports from Stimulsoft.
    • Added support for checking the existence of referenced assemblies when converting reports from StimulSoft...

Released: Sep 6, 2021

2021.4.x での更新項目

v2021.4.14

Updated Nov 9, 2021

Features

  • Added support for Microsoft .NET 6.
  • Added support for Microsoft Visual Studio 2022.

v2021.4.1

Updated Sep 6, 2021

Features

  • Engine
    • Added the ability to connect to Elasticsearch.
    • Added support for a new barcode - Japanese PostNet.
    • Added Res.LoadLocale (CultureInfo) method, which changes the selected locale.
    • Optimized and unified RichText to report object converter.
  • Designer
    • Improved display of DB field names in designer.
    • Added collapse all/expand all button...

Released: May 17, 2021

2021.3.x での更新項目

v2021.3.1

Updated May 17, 2021

Features

  • Engine
    • Added HiDPI support to new demo application.
  • Designer
    • Improved the behavior of the page panel.
  • Exports
    • Added the ability to export to XODT and XODS.
  • WebReport
    • Added Razor components for embedding into a Blazor Server application.
  • Microsoft .NET Core
    • Updated package reference Microsoft.CodeAnalysis to 3.3.1 version.
    • Updated FastReport.Compat dependency to 2021.1.4 version.

Fixes

  • Engine
    • Fixed a bug where page sizes could reset after preview.
    • Fixed a...

Released: Mar 9, 2021

2021.2.x での更新項目

v2021.2.1

Updated Mar 9, 2021

Features

  • Engine
    • Added HiDPI support.
    • Added CountDistinct aggregate function (report totals and matrix object totals).
    • Added support for TLS 1.2.
    • Added two new types of UncheckedSymbol to CheckBox.
    • Added the ability to disable loading of XML and CSV data locally.
    • Added ability to load XML data via URL.
    • Added the ability to change the font for East-Asian languages in Microsoft Word export.
    • Added functions for converting numbers to words in Polish language.
    • Added...

Released: Dec 7, 2020

2021.1.x での更新項目

v2021.1.6

Updated Jan 8, 2021

Features

  • Microsoft .NET Core
    • Added new properties ShowDbfExport, ShowMhtExport, PrintInHtml and PrintInPdf for WebReport that allow you to enable/disable the display of buttons in the toolbar of the corresponding exports/print.

Fixes

  • Microsoft .NET Core
    • You can now detect WebProcess and StubClasses aren't added to ConsoleApp\Library in FR.Core.
    • Fixed a bug with RichObject expressions.
    • Fixed a bug with exporting MSChartObject in PowerPoint 2007 export.
    • Fixed a bug...

Released: Sep 9, 2020

2020.4.x での更新項目

v2020.4

Updated Sep 9, 2020

Features

  • Engine
    • Added ITF-14 barcode.
    • Added Deutsche Post Identcode barcode.
    • Added ability to align barcodes.
    • Added property PictureObject.ImageSourceExpression that allows an expression containing the source of image to be set.
    • Added the possibility to use expression in brackets in VisibleExpression, PrintableExpression and ExportableExpression properties.
    • Added the PictureObject.ImageFormat property, which allows the image storage format to be selected.
    • FastReport...

Released: May 20, 2020

2020.3.x での更新項目

v2020.3

Updated May 20, 2020

Features

  • Engine
    • Added new type of QR code, Swiss QR Code.
    • Added property MatrixObject.PrintIfEmpty, which allows displaying the matrix even if it is empty.
    • Added property Page.LastPageSource, which allows to configure the printer tray for printing the last page of the report.
    • Added VisibleExpression, PrintableExpression, and ExportableExpression properties. These properties allow to set the value of the Visible, Printable, and Exportable properties, depending on the...