FastReport .NET Releases

Released: Mar 12, 2020

Updates in 2020.2.x

2020.2.13

Updated Apr 27, 2020

Fixes

  • Designer
    • Fixed a bug "Count cannot be less than zero." when opening repx-files.
  • Preview
    • Fixed a bug where the report could only be saved in the Box, regardless of the cloud storage selected in the menu.
  • Exports
    • Fixed a bug with page breaks in export to OpenOffice Writer.
    • Fixed a bug with text justify in exports to OpenOffice Writer and OpenOffice Spreadsheet.
    • Fixed a bug in Excel export (BIFF8).
  • WebReport
    • Fixed a bug with timeout exception while saving a...

Released: Dec 2, 2019

Updates in 2020.1

2020.1.28

Updated Mar 2, 2020

Fixes

  • Engine
    • Fixed a bug with parsing xml with hexidecimal values, e.g. "To create it:
"

2020.1.27

Updated Feb 28, 2020

Features

  • .Net Core
    • Added a new way for saving reports in online-designer: DesignerSaveCallBack is obsolete, please use DesignerSaveMethod instead.

2020.1.26

Updated Feb 27, 2020

Features

  • Engine
    • Added property Report.Tag.
    • Added "AutoEncode" property for DataMatrix Barcode.
  • .Net Core
    • Added version of FastReport for Core 3/3.1 for...

Released: Sep 10, 2019

Updates in 2019.4.x

2019.4.9

Updated Oct 15, 2019

Features

  • Engine
    • Added events to TrueTypeCollection object. New demo programm shows how to use them - .\Demos\C#\FontHandlersExportToPDF.
    • Added an ability to change decimal digits for Number, Currency and Percent formats when UseLocale property is true.
  • Designer
    • Added ability to create new report page using: "+" button on the pages panel, double-click on empty space on the pages panel, "Ctrl+N" shortcut.
  • Exports
    • Added property Split pages for export to XML.
    • Added...

Released: May 15, 2019

Updates in 2019.3.1

Funktionen

  • Engine
    • Added ImageAlign property for image alignment inside PictureObject; by default, alignment is disabled.
    • Added a new property Config.ProcessEvents for cancel button in progress form.
  • Designer
    • Added an ability to change font in query editor.
    • Added Digital Signature object for adding empty signature field in PDF documents.
  • Exports
    • Added ability to export empty signature fields for PDF documents.
    • Added links for images to HTML-export.
  • .Net Core
    • Added a CoreCompat.System.Drawing...

Released: Mar 5, 2019

Updates in 2019.2.1

Funktionen

  • Engine
    • Added texture fill.
    • Now in the new reports the default font will always be serialized.
  • Designer
    • Added "Hide Zeros" item to context menu for text objects.
    • Added ability to select a style from the context menu.
    • Added dialogs for text editor closing; now pressing "X" button will be showed dialog for text changes confirmation.
    • Added an ability to sort Data Sources in Data window.
    • Added an ability to sort Data Fields in Data window.
  • Exports
    • Added an ability to escape quotes in CSV...

Released: Dec 19, 2018

Updates in 2019.1

Funktionen

  • [Engine]
    • Added property FastReport.Utils.Config.PreparedCompressed (default value: true) to enable or disable the compression in files with prepared reports (fpx).
    • Added the ability to disable hotkeys in designer and preview.
    • Added property ReportPage.Printable (default value: true) to enable or disable printing of the page.
    • SVG object is optimized, removed inheritance SVGObject from PictureObject, SVG object is now not drawn in memory for its display in vector exports.
      * Pay...

Released: Sep 13, 2018

Updates in 2018.4

Funktionen

  • Engine
    • Added possibility to access totals, parameters and variables without case sensitivity.
    • Added a new experimental feature to improve the work with memory.
    • New RTF parser - if "ConvertRichText" option is enabled, then an embedded RTF document is splitting to report objects - TextObject, TableObject, and PictureObject.
    • Now division by zero does not lead to generator crashing, instead of that expression containing error will be exchanged to text "DIVISION BY ZERO!".
    • Optimized QR...

Released: May 16, 2018

Updates in 2018.3

Funktionen

  • Engine
    • The Barcode Object is now converted to vector graphics for PDF, HTML and SVG exports.
    • Added print of unlimited pages on roll printers (ReportPage.PrintOnRollPaper property).
    • Added a new logic for converting objects before exporting, the process is automatic, this is necessary to convert some objects into vector graphics.
    • Added a new property ParagraphFormat for formatting paragraphs in a text object only when the HtmlParagraph value is set in the TextRenderType property.
      This...

Released: Mar 6, 2018

Updates in 2018.2

Funktionen

  • Engine
    • Added SVGObject into main library FastReport.dll (for .Net 4 and higher, currently without Core compatibility).
    • Added compatibility with Fips Algorithm Policy (with limitations: encryption of PDF export, encryption of report).
  • .Net Core
    • Added Demo packages in Nuget repository.
  • Designer
    • Added an event indicator for objects and bands, a small triangle in the upper left corner; this feature is able to be enabled or disabled in the designer settings (disabled by default).
    • Added a...

Released: Dec 12, 2017

Updates in 2018.1

Funktionen

  • Added WebReport for ASP .Net Core. This allows you to easily create reports in .Net Core applications.
  • Added support for the Online Designer in .Net Core applications.
  • You can now edit text objects and checkboxes. This allows you to create blanks and forms which can be edited in PDF.
  • Export to ZPL format. You can now make labels with a Zebra label printer.
  • Added new gauge objects.