FastReport Desktop 2019.1

Released: Jan 17, 2019

Updates in 2109.1

Funktionen

  • Engine
    • Added the ability to disable hotkeys in designer and preview.
    • Added property ReportPage.Printable (default value: true) for enable or disable printing of the page.
    • SVG object is optimized, removed inheritance SVGObject from PictureObject, the SVG object is now not drawn in memory for its display in vector exports
      (Note: The SVG object is now unlinked from the PictureObject, in consequence two properties are no longer available: Tile - which rendered the SVG image with vertical and horizontal repetition, and Image - which stored the image to be drawn. The denial of the last property allowed to draw an SVG object in vector exports without rendering the raster image in memory. You need to double-check your reports if you used the SVG object as an inheritance of a PictureObject).
  • Designer
    • Added saving last active tab of the designer options window.
    • Improved algorithm of SubreportObject and designer, now you can delete and copy the Subreport page.
  • Preview
    • Added feature to simply print from the console using the command `Viewer.exe / P`.
    • Duplex will now be changed in the Print window if it has been changed in printer settings.
  • Exports
    • Improved font packaging in pdf export, using simple ligatures (fi, tt).
    • Improved font style emulation in pdf.
  • Extras
    • Added connector MongoDB.
    • Added connector Couchbase.
    • Added connector Oracle.
    • Added connector RavenDB.
    • Added connector SQLite.
    • Updated Greek resources.
    • Updated Arabic resources.

Fehlerkorrekturen

  • Engine
    • Fixed bug with high engine loads with reports using guide lines
    • Fixed bug with "optional hyphen" in rich text parser
    • Fixed bug with System.ArgumentOutOfRangeException in MSChartObject.DeleteSeries(int index) method
    • Fixed bug with possible infinite recursion inside TextObject.ParagraphFormat property
    • Fixed bug with the size of the text offset when using TextObject.ParagraphOffset
    • Fixed bug with printing band when Printable property is disabled
    • Fixed bug with calculating the size of the SVG object, when negative values are used in the ViewBox
    • Fixed bug with drawing when a text object contained only tab characters
    • Fixed bug with indentation size when printing a report using TextObject[TextRendererType = TextRenderType.HtmlParagraph]
    • Fixed bug with report preparation when SubreportObject doesn't have a valid link to the report page
    • Fixed bug with generation method of barcode Supplement 5 (EAN-5)
    • Fixed bug with incorrect type cast in data fields (IMPORTANT! This hotfix may affect previously developed reports)
  • Designer
    • Fixed bug when format controls stay enabled after deleting object
    • Fixed bug with saving sql query by Finish button
    • Fixed bug with System.NullReferenceException when trying to copy DialogPage
    • Fixed bug with enabled buttons in group Report->Bands when active page is DialogPage
    • Fixed bug with enabled buttons "Grid", "Guides", "Automatic Guides", "Delete Horizontal Guides" and "Delete Vertical Guides" when active page is DialogPage
    • Fixed order of objects in toolbar
    • Fixed bug with incorrect position of not-maximized window (window is not visible) on turned off second monitor
    • Fixed memory leak in CSV connection
    • Fixed bug with blank condition in Group Header
    • Fixed bug with System.ArgumentException in Chart Editor when Width of Strip less than zero
    • Fixed bug with System.ArgumentException in Chart Editor when Step of Markers less than one
  • Preview
    • Fixed bug with display of grayscale SVG
  • Exports
    • Fixed missed "</html>" tag in HTML export with single page
    • Fixed bug with pdf export, when the default number format is symbolic, not digital
    • Fixed bug with an extra line break in the Word export