FastReport .NET WinForms のリリース

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).
    • Added compatibility with Fips Algorithm Policy (with limitations: encryption of PDF export, encryption of report).
  • 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 of the designer's settings: "Objects appearance".
  • Exports
    • Added property RichTextObject...

Released: Dec 12, 2017

2018.1 での更新項目

機能

  • You can now edit text objects and checkboxes. This allows you to create blanks and forms which can be edited in PDF.
  • Export reports to ZPL format. You can now make labels with a Zebra label printer.
  • Added new gauge objects.

Released: Sep 14, 2017

2017.4 での更新項目

機能

  • 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 all its tables.
    • Added possibility to access...

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

Released: Sep 1, 2016

2016.4 での更新項目

機能

Core

  • Added event Report.CustomCalc for custom data processing.

Designer

  • Added TextOutline editor.

Exports

  • Added compliance with PDF/X-3 in PDF export.
  • Added new property PDFExport.PDFCompliance.
  • Added property PDFExport.ColorProfile for using in PDF/X-3 compliance mode.
  • Added support of export pictures with lossless compression in PDF export.
  • Added property PDFExport.ImageLossless.
  • Added IsScrolled property in XAML export.

Extras

  • Added connector SharePoint/"Office 365" \Extras\Connections...