FastReport .NET のリリース

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

Released: Dec 12, 2017

2018.1 での更新項目

機能

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

Released: Sep 14, 2017

2017.4 での更新項目

機能

  • Core
    • Added initial support for .Net Core.
  • Engine
    • Trim property has been added for linear barcodes.
    • Tag property has been added for all components.
    • Added saving of meta data (ReportInfo.Name, ReportInfo.Author, ReportInfo.Description, ReportInfo.Created, ReportInfo.Modified, ReportInfo.CreatorVersion) in prepared report file.
    • Added RegisterData(DataSet data, bool enableAllTables) and RegisterData(DataSet data, string name, bool enableAllTables) functions for registering DataSet and enabling...

Released: May 31, 2017

2017.3 での更新項目

機能

  • Core
    • Added Intelligent Mail (USPS) barcode.
    • Added MaxiCode barcode.
    • Added property Report.ReportInfo.Tag.
    • Added property Report.ReportInfo.SaveMode.
    • Added support functions with optional parameters.
    • Added thread-safe collections support for .net 4.
  • Designer
    • Added ability of multi-line editing of Report.ReportInfo.Description and Report.ReportInfo.Tag.
  • Exports
    • Added ability to embed any file in PDF export with methods: PDFExport.AddEmbeddedXML, PDFExport.AddEmbeddedFile.
  • Extras
    • Added new...

Released: Feb 15, 2017

2017.2 での更新項目

機能

  • Core
    • Added new barcode: Pharmacode.
    • Added new option for images: Grayscale display mode.
    • Added ability to change the color of barcodes.
    • Added caching of compiled report script.
  • Designer
    • Added support of Right-to-Left Interface (RTL).
    • Added a new property to MSChartObject, that allows the use of several series with automatic creation.
  • Preview
    • Added Right-to-Left Interface (RTL) support.
    • Added mouse-relative zoom.
  • Exports
    • Added export to binar format Excel 97-2003 (BIFF8).
    • Added the ability to...

Released: Dec 5, 2016

2017.1 での更新項目

機能

  • Optimized code for report building and exporting to different formats makes FastReport.NET faster and lighter.
  • Immediately access CSV text files. Includes convenient parameter setting for loading CSV files allows using any data from Excel tables and other applications that support CSV export.
  • Added MongoDB connector to the bundled plugins for connecting to a number of DataBase Management Systems.
  • PDF export now supports graphic standard PDF/X-4. Ability to add color profiles to the PDF file...