FastReport.Net WinForms + WebForms 2020.2.x

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 report in the Online Designer.
    • Fixed a bug with calls of WebReport.ExportPdf, WebReport.ExportCsv, WebReport.ExportRtf, etc.
    • Fixed a bug with resource loading in WebReport (OpenSource version).

2020.2

Updated Mar 12, 2020

Features

  • Engine
    • Added property Report.Tag.
    • Added "AutoEncode" property for DataMatrix Barcode. By default, if true, it encodes the &1; as a symbol of FNC1. If false, the character is encoded as is.
    • Added "OnScriptCompile" event that can be called when a report script compiles.
    • Added new TextQuality: SingleBitPerPixel and SingleBitPerPixelGridFit.
    • Added an ability to split table rows.
    • Added RUB, BYN and BBYN currencies to ToWordsRu function.
  • Designer
    • Added backlighting of the band that the selected element will be located on when dragging is completed.
    • Added an ability to open SubReport page by double-clicking on its object.
    • Added an ability to change fonts for Code Tab, Text Editor and Expression Editor.
    • Added an ability to replace pictures with drag & drop.
    • Added an ability to open report file by drag & dropping.
    • Added an ability to scroll the report horizontally while holding down the Shift key.
    • Improved: when changing the window, the context menu now closes.
    • Improved: now during autosave the selected item from the properties window is not reset.
  • Preview
    • Added "About" button in toolbar of preview window.
    • Added an ability to scroll the report horizontally while holding down the Shift key.
  • Exports
    • Added export to DXF.
    • Added support of PDF/A-1a standard in PDF export.

Fixes

  • Engine
    • Fixed a bug when shifting SubReport to a new page didn't work correctly.
    • Fixed a bug when the data footer breaks away from the data when the property "keep with data" is enabled.
    • Fixed generation of barcode GS1-128.
    • Fixed public API for editing exports menu in PreviewControl.
    • Fixed incorrect value of Total, if it refers to another Total.
    • Fixed a bug where the table was not transferred correctly.
    • Fixed a bug with parsing XML with hexidecimal values, e.g. "To create it:
".
  • Designer
    • Fixed a bug when changing parameters after adding a line caused exception.
    • Fixed a bug with creating the Intelligent Mail barcode.
    • Fixed a bug with JSON-connection in Connection Wizard.
    • Fixed a bug with incorrect drawing of horizontal guides.
    • Fixed a bug when the width of objects was reset after closing Preview with enabled right anchor.
  • Exports
    • Fixed a bug with printing of layered HTML export, when the report contains pages with landscape orientation.
    • Fixed a bug where exporting to EMF called an exception.
    • Fixed display of objects with negative height/width for layered HTML-export.