FastReport .NET Releases

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.

Released: Sep 14, 2017

Updates in 2017.4

Funktionen

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

Released: May 31, 2017

Updates in 2017.3

Funktionen

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

Released: Feb 15, 2017

Updates in 2017.2

Funktionen

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

Released: Dec 5, 2016

Updates in 2017.1

Funktionen

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

Released: Sep 1, 2016

Updates in 2016.4

Funktionen

Core

  • Added new HtmlObject for using in the WebReport or HTML export.
  • 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...

Released: Jun 1, 2016

Updates in 2016.3

Funktionen

Core

  • Added new objects PolyLineObject, PolygonObject
  • Added properties Page.UnlimitedPaperHeight, Page.UnlimitedPaperWidth
  • Updated rotation drawing for angle of images

Designer

  • Added welcome window displayed on the designer startup
  • Added splash screen showing during loading designer
  • Added new toolbar for editing of PolyLineObject, PolygonObject
  • Added unsaved report indication in window title
  • Added unlimited page width and height options to PageSetup window

Exports

  • Added Bold, Italic...

Released: Apr 8, 2016

Updates in this release

Updates in 2016.2

Core

  • Added property Config.ReportSettings.ImageLocationRoot for setting the local root path of PictureObject.ImageLocation.
  • Added possibility to download maps from OpenStreetMap files (*.osm).
  • Fixed bug with System.NullReferenceException after ShowPrepared method.

Designer

  • Added support to select and drag-n-drop multiple items in the data window.
  • Fixed bug with drag-n-drop operation of parameter variables in the data window.

Exports

  • Added support of TextObject.TextOutline in...

Released: Dec 29, 2015

Updates in this release

Updates in 2016.1

Core

  • Added text outline with the possibility to set color, width and style of line (property TextObject.TextOutline).
  • Added property TextObject.TextOutline.DrawBehind.
  • Fixed bug with ResetPageNumber with multiple nested GroupHeaderBand.
  • Fixed bug with pointing of objects in Preview when Classic View of bands is enabled in Designer.
  • Fixed bug with exception on printing to disconnected printer.

Exports

  • Fixed CRLF in ODT Export.
  • Fixed bug with out of range exception in...

Released: Oct 23, 2015

Updates in this release

Updates in 2015.4

FastReport Online Designer is now a standalone application, previously its beta version was available as a part of the Professional Edition.
The online designer can now be purchased separately or as a part of FastReport.NET Enterprise edition

All Changes:

  • New install
  • Modified Main demo and report examples (\Demos\C#\Main)

Core

  • Improved speed of report prepare
  • Reduced memory consumption
  • Explained exception on invocation the events in script

Designer

  • Added import from DevExpress...