FastReport .NET のリリース

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

Released: Mar 12, 2020

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

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

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

2019.3.1 での更新項目

機能

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

Released: Mar 5, 2019

2019.2.1 での更新項目

機能

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

Released: Dec 19, 2018

2019.1 での更新項目

機能

  • [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 attention when...

Released: Sep 13, 2018

2018.4 での更新項目

機能

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

Released: May 16, 2018

2018.3 での更新項目

機能

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

Released: Mar 6, 2018

2018.2 での更新項目

機能

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