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

Released: Sep 10, 2019

Updates in 2019.4.x

2019.4.9

Updated Oct 15, 2019

Features

  • Engine
    • Added events to TrueTypeCollection object. New demo programm 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.
  • Designer
    • 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.
  • Exports
    • Added property Split pages for export to XML.
    • Added support for Padding property in Word2007 export.
    • Now in PDF export with InteractiveForms = true fonts won't be saved if there aren't editable elements in the report.
  • Preview
    • Added exports menu editor.
    • New editor available in user interface options; exports are now could be removed from exports menu.
    • Now data source menu in Text Editor is hidden in Preview.

Fixes

  • Engine
    • Fixed bug with trying to convert DBNull in empty string when ConvertNulls is disabled.
  • Designer
    • Fixed bug with dropping color, width and style in Border editor.
    • Fixed bug with resize PolyLineObject/PolygonObject, when copy with Ctrl+Button.
    • Fixed bug with inactive context menu "Size Mode" for SVG object.
  • Exports
    • Fixed bugs when exporting a multi-page report in XML.
  • .Net Core
    • Fixed bug with SQLite plugin if database include null-values.
    • Fixed critical bug on embedding fonts.

2019.4.2

Updated Sep 16, 2019

Features

  • Exports
    • Added property Split pages for export to XML.

Fixes

  • .Net Core
    • Fixed bug with SQLite plugin if database include null-values.
  • Exports
    • Fixed bugs when exporting a multi-page report in XML.

2019.4

Updated Sep 10, 2019

Features

  • Engine
    • Added Bezier curve for polygons.
    • Added new time format minutes:seconds [mm:ss].
    • Added a new JSON data connection integrated into the engine.
    • Added FontListFolder property in the Utils.Config.
    • Added RepeatBandNTimes property for bands.
    • Updated a polygon object: now the polygon toolbar is displayed not near to the object, but in the main toolbar and in Ribbon; polygon modes are changed, new modes allow editing and adding curves
      > because polygons have got strong changes, Fast Reports want to get more detail about the change, the polygon has 5 editing modes: the first allows you to work with the whole object, the second for selecting and moving points, the third allows you to add new points to the polygon, the fourth allows you to edit the curves, the fifth to delete the points of the polygon. For the 3rd and 4th mode, you must select a point.
  • Designer
    • Added feature to edit the SQL query for the QueryBuilder; if the QueryBuilder cannot process the query a warning will be showed.
    • Now when the name of data source changed, its name changes in expressions of TextObject.Text, PictureObject.DataColumn, DataBand.Filter and DataBand.Sort.
  • Preview
    • Added the ability to subscribe to the PreviewControl.OnPrint and PreviewControl.OnExport events, which are called when the corresponding buttons are clicked.
  • Exports
    • Added Hyperlinks to RTF-export.
    • Added an ability to split pages with data in different sheets when exporting to Microsoft Excel 2007.
    • Improved an example \Demos\C#\PrintZPL.
  • WebReport
    • Added PdfImagesOriginalResolution, PdfJpegCompression and PdfColorSpace properties.
    • Added rotation for pages with landscape orientation in printing from browser.
    • Added event CustomAuth.
  • .Net Core
    • Graphics dependency changed from CoreCompat.System.Drawing to System.Drawing.Common.

Fixes

  • Engine
    • Fixed image size calculation when AutoSize is enabled in the preparation stage.
    • Fixed RichText lists format.
    • Fixed a bug when font changed in parent report were not changed in inherited report.
    • Fixed a bug with changing the GroupHeaderBand hierarchy if it had a child GroupHeaderBand.
  • Designer
    • Fixed TypeConverter on the TextObject.ParagraphFormat property.
    • Fixed a bug with rising exception when double clicking on a TextObject.
    • Fixed a bug with shadow of report when designer is in Right-to-Left mode.
    • Fixed a bug when Query Builder adds extra comma.
    • Fixed a bug with adding extra spaces in QueryBuilder.
    • Fixed a bug with position of report shadow when zooming in Right-to-Left designer.
    • Fixed a bug with the inability to return and cancel actions when copying the format.
  • Preview
    • Fixed a bug with breaking ManualBuild table with CanBreak = false.
    • Fixed a bug with display on the penultimate page with PageFooter PrintOn = LastPage.
  • Exports
    • Fixed a bug with export of bitmaps in ZPL.
    • Fixed a bug with incorrect height of cells in Excel 2007.
    • Fixed a bug with exporting empty sheet in Excel 2007.
    • Fixed a bug with exporting the page with the wrong size in Excel 97.
    • Fixed a bug with exporting empty cells in Excel 2007.
    • Fixed a bug with strikethrough text in Excel 2007 export.
    • Fixed a bug with strikethrough text in Word 2007 export, when using html-tags and conditional formatting.
    • Fixed QR code position in ZPL export.
    • Fixed page init priority in ZPL export.
    • Fixed a bug with the same images duplication in the HtmlExport (properties: Layers, EmbeddedPictures).
    • Fixed a bug with the lack of hyperlinks in pictures, figures, QR-codes when exporting to PDF.
    • Fixed a bug with exporting empty text to RTF, when using CanShrink = true and TextRenderType = HtmlParagraph.
    • Fixed RichObject bugs - parsing RTF, enumerated lists, and text colors.
  • .Net Core
    • Fixed memory leak in PDF-export.
    • Fixed memory leak in font engine.
    • Fixed glyph widths in PDF-export.
    • Fixed errors of report building with complex expressions (""Requested operation is not available because the runtime library function '' is not defined."").
    • Fixed display of fonts in PDF-export, reduced accuracy to 2 decimal places.
    • Fixed bug with incorrect display of Arabic characters.
    • Fixed TrueType font name conversion for extended weights
      > font name conversion affected to FR.Core. The existing font.list file must be deleted manually, and will automatically rebuild on next export to PDF. Note that rebuilding of font.list takes long time.