FastReport for DBA 2022.1

Released: Dec 8, 2021

2022.1 での更新項目

機能

  • Engine
    • Added a new AdvMatrixObject.
    • Added GS1 DataBar barcodes: Limited, Omnidirectional, Stacked and Stacked Omnidirectional.
    • Added new properties: Config.CompilerSetting.ExceptionBehaviour and Config.CompilerSetting.Placeholder. These properties give the ability to customize the behavior when exceptions are thrown with incorrect names of database tables and fields.
    • Added translation of RichObject inside TableCell.
    • Reworked translation of RichObject into report objects.
  • Microsoft .NET Core
    • Added support for Microsoft .NET 6.
  • Designer
    • Added verification of entered data in editing window of the QR code of SberBank.
  • Exports
    • Added the ability to export watermark to Microsoft Word.
    • Added the ability to export watermark to RTF.
    • Added "Don't rotate landscape pages when printing" option in export to HTML.
    • Added the ability to change the name of the attached file when sending by Email.
    • Add zooming of SVG images in export matrix.
    • Added the ability to export a property that determines the size and position of the image when exporting to Microsoft Excel 2007.
    • Added ability to hide or show gridlines when exporting to Excel 97.
    • Added the ability to export groups on separate sheets to Excel.
    • Added the ability to export transparency level watermark images to Word.
    • Added the ability to export image size of watermark to RTF.
  • WebReport Core / Blazor Server
    • Added the ability to configure the properties of exporting a report from WebReport. When the webReport.Toolbar.Exports.EnableSettings property is activated, the settings icon will appear next to the required export button.
    • Added property webReport.SplitReportPagesInTabs, which allows you to split different ReportPage-s in different tabs of WebReport.
    • Added static class names for the ability to override the standard styles of toolbar, outline and other elements.
  • Demos
    • Added demo for using WebReport Core for .NET 5.
    • Added demo for using WebReport Core for Angular.
    • Added demo for using WebReport Blazor for Blazor Server.

不具合の修正

  • Engine
    • Fixed ShiftMode of translated RTF object.
    • Fixed a bug with two parameters with the same name in report leading to System.ArgumentException.
    • Fixed a bug with subreport containing multicolumn Databand.
    • Fixed a bug with wrong band height calculation.
    • Fixed a bug with displaying of hyperlinks when converting RTF to report objects.
    • Fixed translation of RichObject if it set from a report script.
    • Fixed a bug with private fonts added to Config.PrivateFontCollection.
  • Microsoft .NET Core
    • Fixed incorrect search for Bold-Italic fonts.
  • Designer
    • Fixed a bug with line break in text object editor.
    • Fixed a bug when converting rdl reports containing matrices inside table cells.
    • Fixed a bug with guide lines in the designer.
    • Fixed a bug with Report tree window.
    • Fixed a bug leading to System.NullReferenceException and crash of the designer during its launch when the Auto Guides option is enabled.
  • Preview
    • Fixed a bug with shifting the position of objects when switching the view of bands while editing a prepared page.
  • Exports
    • Fixed a bug leading to System.NullReferenceException when exporting to text, tables with rows count less then one.
    • Fixed incorrect left padding of tables in export to Word.
    • Fixed a bug with Wingdings font in HTML tags when exporting to HTML.
    • Fixed a bug with export Wingdings and Webdings fonts to HTML.
    • Fixed a bug with width of frame in export to PowerPoint.
    • Fixed a bug with exporting objects with transparent fill to RTF.
    • Fixed a bug with exporting objects with transparent fill to Word.
    • Fixed a bug leading to System.OutOfMemoryException when exporting to PDF.
    • Fixed incorrect line break display when exporting to HTML.
    • Fix out of memory when export to PDF.
    • Fixed bugs in export to PDF in non-Windows systems.
    • Fixed a bug with exporting tables with more than 63 columns to Word 2007.
    • Fixed a bug leading to a memory leak and System.OutOfMemoryException in PDF-export when the "Text in curves" option is enabled.
    • Fixed a bug with line break in HTML-export.
  • WebReport
    • Fixed a bug with new line character when using Wingdings font.
  • WebReport Core / Blazor Server
    • Fixed updating WebReport when entering a value from the keyboard in the DateTimePicker field.
    • Fixed the width of tabs with non-standard sizes of the report page.