FastReport .NET WinForms Releases

Released: Mar 28, 2025

Updates in 2025.1.22

Fehlerkorrekturen

  • Preview
    • Fixed a bug when searching in the report preview, it does not switch to the next word.

Released: Mar 25, 2025

Updates in 2025.1.21

Funktionen

  • Exports
    • Optimized PDF export for FastReport.Core.Skia.

Fehlerkorrekturen

  • FastReport .NET WinForms
    • Exports
      • Fixed export cells of TableObject to HTML.

Released: Mar 14, 2025

Updates in 2025.1.19

Funktionen

  • Engine
    • Added the ability to hide password in ConnectionString in the designer.

Released: Feb 28, 2025

Updates in 2025.1.15

Funktionen

  • .NET Core
    • Added methods for MS SQL stored procedures in FR Core.
  • Common
    • Added a new method for setting an parameter expression via code.
    • Added a timestamp when signing installs.
    • Changed width of "About..." window.
    • Added a new icon.
  • Designer
    • Added ability open page as link from another report.
    • Added a check for duplicates of downloaded fonts.
    • Added italic, bold, underline and strikethrough font styles to the span tag.
    • Added text rotation with TextRenderType=HtmlParagraph to the...

Released: Nov 21, 2024

Updates in 2025.1.0

Funktionen

  • Microsoft .NET versions have been updated with .NET 8 now considered the main version and supported targets including .NET 6, .NET 8, and .NET 9.
  • Added necessary attributes for components for compatibility with .NET 9.

Released: Oct 15, 2024

Updates in 2025.1

Funktionen

  • Engine
    • Added PicturesInParagraph property to RichObject.
    • Added method for asynchronous report preparation PrepareAsync().
    • Added converting of strings to dbtype compatible.
    • Added print scale.
    • Added decimal conversion to words in ToWords functions.
    • Added locale identifier for Spanish is 22538 (Spanish - Latin America) and 3082 (Spanish - Spain (Modern Sort)).
    • Added a new IfNull function for working with expressions. It returns the result of the calculated expression if it is not null...

Released: Apr 9, 2024

Updates in 2024.2.0

Funktionen

  • Engine
    • Added a new 'CreatePage' event to the 'ReportPage' object.
    • When converting RTF, insignificant spaces after tabs are now discarded.
  • Designer
    • Added the 'Contains (string , string)' function, which determines whether a string contains a substring.
    • Changed the text of the warning message about duplicate parameter names in the query wizard.
    • Swiss QR updates:
      • Processing of the 'Amount' field has been changed.
      • The 'Currency' field is now a text field.
      • Added processing of 'Recipient'...

Released: Mar 5, 2024

Updates in 2024.1.8

Funktionen

  • 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...

Released: Nov 27, 2023

Updates in 2024.1.0

Funktionen

  • 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'...

Released: May 17, 2021

Updates in 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.

Fixes

  • Engine
    • Fixed a bug where page sizes could reset after preview.
    • Fixed a bug where printing a RichText object on large Windows scaling was happening incorrectly.
    • Fixed a bug leading to System.ArgumentOutOfRangeException in Substring functions.
    • Fixed a bug leading to System.ArgumentException when...