FastReport .NET Ultimate 2025.1
Released: Oct 15, 2024
2025.1 での更新項目
機能
- Engine
- Added PicturesInParagraph property to RichObject.
- Added method for asynchronous report preparation PrepareAsync().
- Added converting of strings to dbtype compatible.
- Added print scale.
- Added decimal conversion to words in ToWords functions.
- Added locale identifier for Spanish is 22538 (Spanish - Latin America) and 3082 (Spanish - Spain (Modern Sort)).
- Added a new IfNull function for working with expressions. It returns the result of the calculated expression if it is not null, otherwise the specified default value.
- Implemented calculation of horizontal position of pictures in RichObject.
- Added the ability to send a request in the virtual-host-style.
- Added support for text rotation with TextRenderType = HtmlParagraph.
- Added the ability to use header bands for the "PrintOn" property of the Totals.
- Upgraded Oracle.ManagedDataAccess.Core in FastReport.Data.OracleODPCore.
- Added null check for incoming value for Hyperlink.Value property.
- Improved: methods GetConnection, OpenConnection and Dispose marked as virtual.
- Improved: static verification methods TryParse has been introduced into classes of QRCodes.
- Designer
- Added ability to open page as link from another report.
- Added italic, bold, underline and strikethrough font styles to the span tag.
- Added a search in the TreeView by the character entered from the keyboard.
- Added a search function in the code editors in WPF and Mono.
- Added a check for duplicates of downloaded fonts.
- Replaced default property values in the constructors of CurrencyFormat, NumberFormat, and PercentFormat classes from fixed values to values from CultureInfo.CurrentCulture.
- Preview
- Added properties Outline.Expand and Outline.Width in PreviewControl.
- Exports
- Added the ability to combine all report pages into one when exporting to Excel.
- Added an option to use a custom format instead of general in Excel-export.
- Added strikethrough text formatting to Word-export.
- Added the MemoryOptimized option for Word-export, which enables the use of FileStream instead of MemoryStream.
- Added support for rotating text with TextRenderType = HtmlParagraph when exporting to PDF.
- Improved: format display adjustments - format 'D' and 'MMMM yyyy' are displayed as dates (format 'MM yyyy' if possible), numeric format with negative pattern '-n' is displayed in standard Excel numeric format.
- Changed the export of the PictureObject border as an image in Word.
- Optimized memory consumption when exporting to PDF.
- Changed layout of table export to fixed.
- WebReport
- Added the ability to display the report name instead of parameters in the tab.
- Added SetLocalization method for loading WebReport localization from a Stream.
- Added ability to export report to image format in WebReport.
- Online Designer
- Added a method for updating the table.
- .NET Core
- Added methods for MS SQL stored procedures in FR Core.
- Common
- Added a new method for setting an parameter expression via code.
- Added a timestamp when signing installs.
- Extras
- Added ability of connection to stored procedures in Oracle.
- Updated the Firebird.Client version to 10.0.0.
- Updated vulnerable packages Npgsql(Postgres) and System.Data.SqlClient.
- Changed the text of the error message when pressing the "Advanced" button in the connection to Linter.
不具合の修正
- Engine
- Fixed text break issues.
- Fixed page visibility change after PageStart event.
- Fixed conversion to parameter type.
- Fixed checking of the report script for stop-words if it was contained in the variable name.
- Fixed visibility of the bottom border of a text object with enabled GrowToBottom.
- Fixed border doubling when the grouped DataBand had the GrowToBottom option.
- Removed rendering of child clipPath tags in SVGPictureObject.
- Fixed a bug in FinishReport event.
- Removed ability to add SubreportObject to ContainerObject.
- Fixed changing the CommandType of the request if it was set in GetAdapter.
- Designer
- Fixed incorrect position of Amiri, Cambria Math, DejaVu Math TeX Gyre fonts in the font selection drop-down list.
- Fixed a bug leading to System.NullReferenceException when saving borders via Border Editor.
- Fixed incorrect display of SVG-images in the designer.
- Fixed the display of variables declared in one line on the Code tab in the tooltips.
- Fixed page margins length in "ExtraDesignWidth" mode.
- Fixed the length of the Guides in the designer for long reports.
- Fixed a bug where the selected font was not displayed in the drop-down list.
- Fixed incorrect application of data formats.
- Fixed an error leading to System.NullReferenceException when deleting a band with a Subreport object.
- Preview
- Fixed index out of range when previewing empty SvgObject.
- Fixed closing of PreviewSearchForm after clicking the "Next" button.
- Exports
- Fixed the issue with HTML tags rendering in HTML export.
- Fixed the export of negative PDF property values.
- Fixed the color of cell borders in the browser after exporting to Excel.
- Fixed border style of cell in Word and PowerPoint.
- Fixed export of pictures in header and footer to Word.
- Fixed bug with deleting temporary file.
- Fixed calculation of line-height when exporting to HTML.
- Fixed incorrect export of borders with double line style to PDF.
- Fixed a bug with transparency in HTML-Export.
- Fixed an issue where the <p> tag was incorrectly displayed during HTML-export.
- Fixed default value of "UseHeaderAndFooter" option in Word export.
- Fixed incorrect location of images in tabular export to Word.
- Fixed the row height of objects sets after TableObject when exporting to Excel.
- Fixed NullReferenceException when exporting font to PDF with alternative lookup of substitution.
- WebReport
- Fixed inheritance of "box-sizing" from custom application styles in WebReport.
- Fixed IndexOutOfRange exception when previewing a WebReport.
- Fixed a bug that caused the WebReport.Debug property to not display error information in the report when enabled.
- Fixed a bug where a NullReferenceException exception could occur when clicking a tab in WebReport.
- Fixed reset AdditionalFilter in WebReport.
- Fixed WebReport printing with pages in landscape orientation.
- Online Designer
- Fixed previewing of empty SVG object in Online Designer.
- Extras
- Fixed a bug with missing menu in the designer of forms for the Report object.
- Fixed a bug with "character varying" type of Postgres.
- Demos
- Fixed demo-report Barcode.frx.