Lancements de FastReport WPF

Released: Apr 9, 2024

Mises à jour de 2024.2.0

Fonctionnalités

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

Released: Mar 19, 2024

Mises à jour de 2024.1.8

Fonctionnalités

  • 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

Mises à jour de 2024.1.0

Fonctionnalités

  • 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: Sep 12, 2023

Mises à jour de 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...