FastReport for DBA 2022.2.x

Released: May 16, 2022

Atualizações na 2022.2.x

v2022.2

Updated May 16, 2022

Features

  • Engine
    • Added the ability to save a report with random data.
    • The ExportBand method now uses the 'BandBase' argument instead of 'Base'.
  • Designer
    • Added support for highlighting intersecting objects. When placing objects on the report page, overlapping objects and objects beyond the bounds of the bands are highlighted by color.
    • Added ruler with guides to RichObject editor. The new tool allows you to conveniently adjust indentation and tab positions when editing.
    • Replaced password symbols to be dots in object inspector.
    • Added warning about possible stack overflow when putting 'Matrix' or 'AdvMatrix' on repeated bands.
  • Exports
    • Added the ability to export to ZPL II.
    • Added 'High Quality SVG' option when exporting to HTML.
    • Added 'Pinned cells' option when exporting to Microsoft Excel 2007.
    • Added the ability to scale print when exporting to Excel 2007.
    • Added the ability to export bookmarks and inner hyperlinks to Microsoft Word.
    • Added the ability to export numbers and dates to Excel 97.
    • Added support for encrypting personal data during email export.
    • Added the ability to indent a 'RichObject' when exporting to RTF.
    • Added the ability to line break a 'RichObject' when exporting to RTF.
    • Added the ability to indent a 'TextObject' when exporting to Word.
    • Added the ability to export tab width to PDF, Word, HTML and RTF.
    • Added new PrefixStyle property for SVG exporting which allows you to set a prefix for all styles.
    • Improved exporting of 'RichObject' to Excel 2007.
    • Removed FastReport Cloud and XMPP exporting.

Fixes

  • Engine
    • Fixed bugs with double calling events AfterData, BeforePrint and AfterPrint of ContainerObject.
    • Fixed a bug leading to System.NullReferenceException when running reports with dialog forms.
    • Fixed a bug with not working VisibleExpression property of subreports and pages.
    • Fixed a bug with vertical shift of non-intersecting objects when converting RTF.
    • Fixed a bug with right anchor on pages with unlimited width and landscape orientation.
    • Fixed translation of lists when converting RTF.
    • Fixed a bug with not working RichObject.AllowExpressions property.
    • Fixed a bug leading to System.OverflowException when drawing unlimited page without preparing.
  • Designer
    • Fixed a bug with disable hot keys option.
    • Fixed dropdown menu when click on LineStyle and LineWidth button.
    • Fixed a bug with viewing data in designer.
    • Fixed bugs leading to System.NullReferenceException when dragging objects into AdvMatrix.
    • Fixed a bug with incorrect showing settings of shadow in border editor.
  • Preview
    • Fixed a bug leading to System.NullReferenceException when clicking on editable TextObject.
    • Fixed a bug with not working hyperlinks in report with multi-column databands.
    • Fixed a bug when exporting a report resulted to saving the prepared report.
    • Fixed a bug with setting lists of available exports and exports to clouds in PreviewControl.
  • Exports
    • Fixed incorrect rotation of landscape orientation of pages when printing HTML if they used styles from previous pages.
    • Fixed a bug with font scale when export to PDF.
    • Fixed a memory lose when export SVG objects to HTML with option "High Quality SVG".
    • Fixed a bug with embedding fonts for which packing is prohibited in PDF-export.
    • Fixed a bug with exporting tab symbols to Word.
    • Fixed fill background picture and property of line-height in export to HTML.
    • Fixed a bug with exporting custom dash line of SVGObject to PDF.
    • Fixed a bug with exporting borders of spanned cells to SVG.