FastReport .NET Avalonia 2026.1.0

Released: Oct 13, 2025

2026.1.0 での更新項目

機能

  • Designer
    • Added support for the Russian Post barcode for the Interleaved 2 of 5 (EN 801) barcode.
    • Added a designer assembly with database connection plugins.
    • Added the RibbonDesignerControl and new Ribbon UI.
    • Added support for horizontal scrolling gesture in designer and report preview windows.
    • Added Ctrl key support for selecting multiple objects in the designer (previously the Shift key was used).
    • Added a build of the designer with database connection plugins.
    • Added display of the number of bytes in the RFID editor.
    • Added a setting to display extended information about the position of an object in the designer.
    • Added an alternative grid (Alt + mouse) in the designer.
    • Added scaling of objects relative to their own center (Shift + corner markers).
    • Added transfer of fields by dragging and double-clicking in the standard report wizard.
    • Added the PaperSizeEqual(...) method for comparing the sizes of the paper used.
    • Added support for change notifications in the Collection Editor.
    • Changed the OpenLink method in AboutForm.
    • Changed the sequence of calling the CheckDirectories method.
  • Extras
    • Added Apache Ignite plugin for other platforms.
  • Exports
    • Added the ability to improve image quality when exporting Word.
    • Added XPSExport.PrintOptimized property.
    • Added support for exporting the digital signature object name when exporting to PDF.
    • Added changing the text color and filling the text box in ZPL.
    • Added the ability to validate Excel formulas for MS Excel export.
    • Increased the export speed of a table with an opaque background.
    • Adjusted watermark brightness when exporting to MS Word.
  • Common
    • Added the ability to export landscape to ZPL.
    • Added a start/stop character property field to Codabar.
    • Updated the MySqlConnector dependency to version 2.4.0.
  • Engine
    • Added the ability to choose encoding when connecting to an XML database.
    • Added support for asynchronous requests in database connectors.
    • Supplemented the description of the IsNull function.
    • Changed behavior in the methods for setting the values of the RFIDLabel.UseAdjustForEPC and RFIDLabel.RewriteEPCbank properties.

不具合の修正

  • Designer
    • Fixed exception with latest AvaloniaUI version.
    • Dark theme fixes in Avalonia.
    • Fixed a bug with visibility of StartReport and FinishReport events.
    • Fixed an error with an empty database name when connecting to MongoDB.
    • Fixed an error with line spacing when exporting to Word.
    • Fixed an error with resizing small objects.
    • Fixed an error with displaying the position and size of an object in the designer.
    • Fixed an error with returning the result of an empty parameter expression.
    • Fixed an error with missing icons in the code editor.
    • Fixed an error in the code editor when using snippets.
    • Fixed an error with the line offset when resizing non-diagonal lines in the designer.
    • Fixed errors in the SVG object editor.
    • Fixed an error in the MDI mode of the report designer.
    • Fixed an error where Scale, Pointer, and Border were drawn twice for SimpleGauge.
    • Fixed the incorrect display of some windows in High DPI mode (target net60-windows).
    • Fixed drag-and-drop in the Avalonia and WPF designers.
  • Engine
    • Fixed bug in script editor when DesignerControl is hosted in Avalonia window.
    • Fixed an error with calculating the sizes of Polygon and Polyline objects.
    • Fixed an assembly loading error when compiling a report script.
    • Fixed an error with the clipping area in SVG.
    • Fixed a text display error in SVG if absolute character positioning is specified.
    • Fixed an error with resetting the parameter value when setting it using the SetParameterValue() method.
    • Fixed an error where table rows and columns with the Printable property disabled were printed.
    • Fixed an XXE vulnerability in the SVG object.
  • Exports
    • Fixed a bug with importing DOCX documents.
    • Fixed a bug with width of margins in export to Word.
    • Fixed a problem with opening some files when exporting to Excel.
    • Fixed the export of semi-transparent images to PDF.
    • Fixed an error with incorrect closing of the "div" tag during tabular export to HTML.
    • Fixed the export of different top and bottom headers on separate pages in all export options to Word (tabular, layered, paragraphs).
    • Fixed an error with the Cambria font in PDF export.
    • Fixed errors causing slow export of interactive forms to PDF.
    • Fixed an error with missing characters when exporting to PDF.
    • Fixed an issue with missing Padding when exporting to Word using TextRenderType = HtmlParagraph.
    • Fixed the export of transparent fill of shapes in Word.
    • Fixed incorrect navigation to a bookmark in a Word document after export.
    • Fixed text positioning when exporting to HTML with the HrAlgin.botom property enabled.
    • Fixed an error when exporting to PDF with some SVG files.
    • Fixed the export of LineObject to HTML.
    • Fixed an error with the whitespace width when exporting to PDF.
    • Fixed the appearance of a border around the image in a table after exporting to Word.
    • Fixed incorrect indents when using the top/bottom header option in Word export.
    • Fixed an error when opening a file after exporting to Word using headers and footers.
    • Fixed an error with double borders of an object in layered HTML export.
    • Fixed the export of RichObject to ODT format in paragraph mode.
    • Fixed the formation of text with the justification property when exporting to Word.
    • Fixed text styles and pagination during ODT export in paragraph mode.
    • Fixed an error when exporting to Word in paragraphs with an incorrect left indent of the object.
  • Preview
    • Fixed errors when selecting the paper type.
    • Fixed the behavior of the "Properties" button in the print window.
    • Fixed an error in the print dialog.
  • Common
    • Fixed database binding for a chart with a JSON data source.
    • Fixed a bug where the paper size would reset when changing the printer.
    • Fixed an error displaying extra coordinates when exporting to ZPL.
  • Demos
    • Fixed the "Deutsche Leitcode" barcode type in demo reports.
  • Extras
    • Fixed an error importing DOCX files.
    • Fixed an error connecting to the Linter database.