Diese Seite wurde archiviert und wird nicht mehr aktualisiert.

Dieses Produkt wird nicht mehr von uns vertrieben.

FastReport .NET WinForms

Erstellen Sie anwendungsunabhängige Berichte.

Veröffentlicht von Fast Reports
Wird von ComponentSource seit 2009 vertrieben

Aktualisiert: wöchentlich?

i

Please note that FastReport .NET WinForms is no longer available. Please see one of the other editions:

FastReport.Net WinForms 2020.1

Released: Dec 2, 2019

Updates in 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.26

Updated Feb 27, 2020

Features

  • Engine
    • Added property Report.Tag.
    • Added "AutoEncode" property for DataMatrix Barcode.

2020.1.23

Updated Feb 14, 2020

Features

  • Engine
    • Added "OnScriptCompile" event that is called when a report's script compiles.
  • Designer
    • Added backlighting of the band that the selected element will be located on when dragging is completed.
    • When changing the window, the context menu now closes.
  • Preview
    • Added ability to scroll the report horizontally while holding down the Shift key.

2020.1.22

Updated Feb 7, 2020

Features

  • Engine
    • Added ability to split table rows.
    • Added RUB, BYN and BBYN currencies to ToWordsRu function.
  • Exports
    • Added export to DXF.

Fixes

  • Engine
    • Fixed incorrect value of Total, if it refers to another Total.
  • Designer
    • Fixed a bug with incorrect drawing of horizontal guides.

2020.1.21

Updated Feb 4, 2020

Features

  • Designer
    • Added RUB, BYN and BBYN currencies to ToWordsRu function.

2020.1.20

Updated Feb 3, 2020

Features

  • Designer
    • Added ability to replace pictures with drag and drop.

2020.1.19

Updated Jan 30, 2020

Features

  • Engine
    • Added new TextQuality: SingleBitPerPixel and SingleBitPerPixelGridFit.
  • Designer
    • Added ability to open report file by drag and dropping.

Fixes

  • Designer
    • Fixed a bug with creating the Intelligent Mail barcode.

2020.1.18

Updated Jan 27, 2020

Features

  • Designer
    • Added ability to open subreport page by double-clicking on its object.
    • Added ability to change fonts for Code Tab, Text Editor and Expression Editor.
  • Preview
    • Added "About" button in toolbar of preview window.

Fixes

  • Engine
    • Fixed generation of barcode GS1-128
    • Fixed public API for editing exports menu in PreviewControl
  • Exports
    • Fixed a bug where exporting to EMF called an exception
    • Fixed display of objects with negative height/width for layered Html-export

2020.1.17

Updated Jan 22, 2020

Features

  • .Net Core
    • Updated a nuget dependencies to release versions instead of previews.
    • Added a "Functions" in Online Designer.

Fixes

  • Engine
    • Fixed a bug when shifting SubReport to a new page didn't work correctly.
    • Fixed a bug when the data footer break away from the data when property "keep with data" is enabled.
    • Fixed public API for editing exports menu in PreviewControl.
  • Designer
    • Fixed a bug when changing parameters after adding a line caused exception.
    • Fixed bug with JSON-connection in Connection Wizard.
  • Exports
    • Fixed a bug with printing of layered Html export, when the report contains pages with landscape orientation.

2020.1.12

Updated Jan 9, 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..
  • Designer
    • Added ability to open subreport page by double-clicking on its object
    • Added ability to change fonts for Code Tab, Text Editor and Expression Editor.
  • Preview
    • Added "About" button in toolbar of preview window.

Fixes

  • Engine
    • Fixed a bug when shifting SubReport to a new page didn't work correctly.
    • Fixed a bug when the data footer break away from the data when property "keep with data" is enabled.
  • Designer
    • Fixed a bug when changing parameters after adding a line caused exception.
  • Exports
    • Fixed a bug with printing of layered Html export, when the report contains pages with landscape orientation.
  • .Net Core
    • Updated a nuget dependencies to release versions instead of previews.

2020.1

Updated Dec 2, 2019

Features

  • Engine
    • Added events to TrueTypeCollection object. New demo program 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.
    • Added property "SplitRows" for MatrixObject. By default, its value is False and in this case rows with the same values are joined. If True - rows are split (like TableObject).
  • Designer
    • Added ability to drag & drop pictures in png, jpeg, jpg, gif, ico, bmp, tif, tiff, emf, wmf formats and text files in .txt and .rtf format.
    • Added ability to paste picture and text on page from clipboard.
    • 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.
  • Preview
    • Added exports menu editor.
    • New editor is available in user interface options; exports can now be removed from exports menu.
    • Data source menu in Text Editor is now hidden in Preview.
    • "Delete Page" button now disabled in Preview when only one page generated.
  • Exports
    • Added ability to split pages in export to XML.
    • Added support for Padding property in Microsoft Word2007 export.
    • Now when PDF export with InteractiveForms = true: fonts won't be saved if there aren't editable elements in the report.

Fixes

  • Engine
    • Fixed bug with trying to convert DBNull in empty string when ConvertNulls is disabled.
    • Fixed a bug when PageFooter with PrintOn=LastPage causes to print it on penultimate page.
  • Designer
    • Fixed a bug when trying to set an incorrect RowSpan value to a MatrixObject cell.
    • Fixed a bug with dropping color, width and style in Border editor.
    • Fixed a bug with resizing PolyLineObject/PolygonObject, when it's copied with Ctrl+Drag.
    • Fixed a bug with inactive context menu "Size Mode" for SVG object.
    • Fixed a bug when subreport cannot be deleted when page linked to it was deleted before.
    • Fixed a bug when the buttons in the "Panel" in the "View" tab did not match the "Visible" property of the corresponding windows.
  • Exports
    • Fixed bugs when exporting a multi-page report in XML.
    • Fixed a bug when PDF export generated incorrect file when EmbeddingFonts and InteraciveForms properties equal True.
    • Fixed view of background on BarcodeObject at Pdf and Html export.
    • Fixed bugs when displaying Shape, Barcode, Polygon etc. with fill (or background) in all exports with table layout.