News

December 12, 2024

Now FastReport .NET supports .NET 9: what's new?

Timely adaptation of tools to new platform versions is crucial for the convenience of developers. Since version 2025.1.8, FastReport .NET now supports .NET 9.
November 27, 2024

Black Friday at Fast Reports

November 27, 28, and 29, report generators for VCL and .NET are on sale with 40% off! What products are participating?  FastReport .NET of Ultimate, WEB, Avalonia, WinForms, WPF, and Mono editions.  FastReport VCL of the following versions: Ultimate, Optimum, Reporting VCL, Reporting FMX, Lazarus, Analysis VCL.    Discounts apply to a new purchase only. The promotion does not apply to renewals and upgrades. You can ask questions in the chat on our website or email sales@fast-report.com.
November 26, 2024

Update of Cloud Services to Version 2025.1

For FastReport Cloud and FastReport Corporate Server, version 2025.1 has significantly improved work with data sources, tasks, and report templates. We also added API methods for retrieving user rights and new demo applications, and, of course, fixed numerous bugs.     Changes for FastReport Cloud and Corporate Server Custom SQL Tables Added to Data Sources The ability to add custom tables as SQL queries to data sources has been added. To do this, create or edit a data source on the corresponding page, click “Next,” and enter the SQL query. If the query contains parameters starting with the “@” symbol, a data source parameter will be created, allowing you to configure its data type and default value. After adding your own table and saving the data source, it will become available for use in Online Designer.     Stored Procedures Creation Included in the Data Source Structure Starting from the current version, stored procedures are available for use when creating data sources for layout templates. Data Source and Task Names Have Become Unique As with files, when creating data sources and tasks, they will be automatically renamed to avoid name duplication.     Template Engine for File Names Added  In the name of the template or report file, you can use the variables ${Date} and ${Time}. Then, in the final exports, the file name will contain the date or time of export (UTC) instead of these variables. For example, when exporting sales_report_${Date}.frx to PDF, the final file will be named sales_report_2024-07-08.pdf. The order of the day, month, and year depends on the localization chosen during export or the default localization.   These variables can also be specified in the output file name when creating tasks.       Report Parameters Are Now Available for Retrieval and Editing Via API The following API methods have been added: - GET /api/rp/v1/Templates/File/{id} - now this method returns a list of report parameters if they are set. - POST /api/rp/v1/Templates/File/{id}/parameters - with this method, you can set or edit report parameters. Report parameters also remain available for editing in Online Designer and when downloading report templates.       Added API Methods For Retrieving the Current User’s Permissions on Files, Groups, Tasks, and Data Sources Previously, there was only one method for retrieving user permissions, which makes the following request:   /api/manage/v1/Subscriptions/{subId}/mypermissions With this update, we have added 10 more requests:   /api/data/v1/DataSources/{id}/mypermissions/api/rp/v1/Exports/Folder/{folderId}/mypermissions/api/rp/v1/Exports/File/{id}/mypermissions/api/manage/v1/Groups/{id}/mypermissions/api/rp/v1/Reports/Folder/{folderId}/mypermissions/api/rp/v1/Reports/File/{id}/mypermissions/api/tasks/v1/Tasks/{id}/mypermissions/api/rp/v1/Templates/Folder/{folderId}/mypermissions/api/rp/v1/Templates/File/{id}/mypermissions With them, you can find out what permissions the user has and only perform corresponding actions if these permissions are available.     Added Current Product Version Display  Now, at the bottom of each page in the user panel, you can see the current product version.       Case Insensitivity in Sorting   Previously, when sorting documents by name, those whose names started with an uppercase letter were shown first. Now, the sorting works independently of letter case in file names.     New Demo Applications Added New console and Android applications in Kotlin and Angular have been added to GitHub. In addition, you can deploy demo applications in Java, PHP, Cpp, Haskell, JavaScript, Go, and Python in your projects. Try the demo     Additional Changes for FastReport Corporate Server   Added the Ability to Download Files and Folders from The Admin Panel  To download a template, report, export, or folder in the admin panel, simply click the corresponding button on the row displaying the item.       A Graph of Active Users and Workspaces Added to The Admin Panel With this, you can evaluate user activity for each month. To view the graph, go to the ‘Audit’ page and click the ‘Show Statistics‘ button at the bottom of the page.         Added Parameters for Scheduling Tasks in The Admin Panel  On the ‘Tasks’ page of the admin panel, a ‘Details’ button has appeared, which opens a page with a detailed description of the task.     Full list of changes --- [Backend]+ added a log for invalid license keys;  + added tests for upload size limits;  + added custom tables to data sources;  + added a template engine for file names;  + enabled the creation of stored procedures in the data source structure;  + added a new parameter to the license key;  + added a method for retrieving the current user’s rights on files;  + added retrieval of mypermissions for groups, tasks, and data sources;  * changed sorting for backend;  * changed data source names to be unique;  * changed the maximum number of users in the Corporate Server without a license key (5);  * added parsing of template parameters from metadata;  * changed case sensitivity in sorting;  * changed task names to be unique;  - fixed file uploads with identical names;  - fixed the path for the destination folder;  - fixed report parameters;  - fixed duplication of the jti claim in the JWT token;  - fixed task execution with files in the request body;  - fixed rights checking for moving to the trash;  - fixed an error returning an incorrect ID when creating nested tasks;  - fixed a bug where the UsersPerWorkspace parameter in the configuration was not considered if there were no user limits in the license key;  - fixed a bug where an anonymous user received errors in the controllers;  - fixed a bug where the administrator received a 403 error when retrieving the data structure;  - fixed delayed task execution in the scheduler;  - fixed the incorrect creation time for data sources;  - fixed an error when opening compressed templates in Online Designer. [Common]+ added an article on Webhook;  + added the ability to download folders and files to the admin panel;  + added a graph of active users and subscriptions in the admin panel;  + added documentation for custom queries in data sources;  + added current product version display;  + added documentation for export parameters;  + added a Name in the docker-compose installer;  * improved the task scheduler;  * changed the name in the docker-compose installer; it is now always the same by default;  - fixed the documentation;   [Demos]+ added console and Android demos in Kotlin;  + added Angular demo. [Frontend]+ added task scheduling parameters to the admin panel;  + added notifications for failed folder exports;  + added an interface for creating custom SQL queries;  + added a check for the user’s subscription limit;  + added localization for export parameters in the admin panel;  + added error texts in notifications within the admin panel;  + added a ‘Refresh’ button in the context menu on document pages;  + added localization for audit notifications;  * shortened links in the admin panel to delete the scrollbar;  * changed input for users and subscriptions on the audit page;  * changed sorting for the admin panel;  * changed notifications for deleting API keys;  * removed mutations from injection in Online Designer;  * the ‘Plus’ button on the document page will no longer appear if the current user does not have permission to create files in the folder;  * improved localization in the admin panel;  * all online libraries became local;  * displayed date and time have been converted to local time zones;  * new .fpx icon;  * connection testing on the ‘Data Sources’ page has become optional;  - fixed export and download buttons;  - fixed history on export and report information pages;  - fixed an error when creating a data source from the online designer;  - fixed the display of the user deletion button in the admin panel in corporate server mode;  - fixed a white stripe appearing after clicking on the checkbox and the disappearing title on hover;  - fixed localization of workspaces in the admin panel;  - fixed validation of the owner ID in the admin panel;  - added a default avatar for all user icons;  - fixed localization for starting a task;  - fixed an error regarding payment necessity on the expired subscription detail page;  - fixed notifications for downloading files without permissions;  - fixed the search field and the output file name field;  - fixed the ‘Select All’ button on the API keys page;  - fixed a bug with an incorrect default subscription when updating a user in the admin panel;  - fixed a bug where pages did not refresh after deletion in the admin panel.
November 18, 2024

New version of FastReport Online Designer 2025.1

We are pleased to announce the release of an update for the visual template and report designer in your browser. In the FastReport Online Designer 2025.1 release, we have added a new components menu, implemented new features in the context menu of the "Table" object, improved watermark settings, added the option of creating guidelines on the page, and much more.     New Features Implemented a New Components Menu   The new menu option has been designed with mobile device usability in mind, providing a compact and intuitive interaction experience. You can choose between the current menu and the new one based on your preferences and workflow requirements. This new components menu can be enabled or disabled through the designer's builder.     New Features Added to the Context Menu of the "Table" Object  New functions have been added to the context menu of the "Table" object for more flexible and convenient editing. You can now add new columns and rows directly from the context menu: it provides the option to add a column to the right or left of the current cell, as well as a row above or below. Additionally, there is now a quick option to delete the selected column or row, simplifying the process of configuring the table. The ability to change the styles of multiple cells at once using the main toolbar has also been added. You can select several cells and apply styling to them, such as changing the font, text color, background color, and other formatting options through the toolbar.     Implemented Fields in the Properties Panel that Change Values Depending on Measurement Units Now, you can set parameters such as object dimensions in convenient measurement units: centimeters, millimeters, inches, or hundredths of an inch. When a specific unit is selected, all values are automatically recalculated and displayed in that unit, allowing you to edit parameters directly in the chosen unit without additional conversions. This feature ensures accuracy and ease of object configuration, adapting the interface to various work requirements.     Changing the Rotation Angle of Components with Hotkeys With this update, any component with an Angle property can be rotated using convenient keyboard shortcuts:   Shift + → — rotate right by 1 degree   Shift + ← — rotate left by 1 degree   Ctrl + Shift + → — rotate right by 90 degrees   Ctrl + Shift + ← — rotate left by 90 degrees   When using hotkeys with Ctrl, the component will snap to the nearest right angle. For example, if the current angle is 20 degrees, rotating right using Ctrl + Shift + → will change the angle to 90 degrees. Likewise, if the angle is 95 degrees, rotating to the right will set the angle to 180 degrees. This feature allows for quick management of the rotation angle, providing flexibility and convenience when working with components.     Styling Multiple Components via the Main Toolbar The main toolbar now offers the ability to style multiple components at once by setting unified font settings, text alignment, background fill, and other parameters. You can select fonts from available styles, customize their size and style, and set colors for highlighting text in components. Text alignment can be adjusted horizontally (left, right, center) and vertically (top, bottom, center).     Added Search Function in the Data Tree When Editing Expressions When editing expressions, a search function is now available within the data tree. A search field has been added, allowing users to quickly find the necessary elements within the hierarchical data structure, avoiding lengthy manual searches. This feature significantly speeds up the workflow, especially with large volumes of data, making the editing process more convenient and efficient.     Creating Guide Lines on the Page You can now place guidelines and use them as anchors for object boundaries. If a component touches a guideline, it will automatically snap to it. When the guideline is moved, all components attached to it will shift along with it, maintaining their position relative to the guideline. If a component is anchored to two guidelines on different sides, moving the guidelines will change its size, adjusting it to the new boundaries. This feature ensures more precise alignment and flexibility when working with the layout of elements on the page.     Editing Data Sources Due to numerous customer requests, we have added the ability to edit data sources. To do this, right-click on the desired table and select "Edit." A window will open where you can enter a custom SQL query and create parameters for that query.   Attention! Please ensure that your database is set to READ-ONLY.     Added Ability to Edit Watermark FastReport Online Designer now includes the ability to customize the watermark. To open the editing window, click the corresponding button in the properties panel. The watermark will be displayed on the page layout.     Improvements New Design for the "Properties" Panel   A new design has been implemented for the "Properties" panel, making the interface more user-friendly and intuitive. The updated panel enhances information perception through an optimized structure and modern visual style. It is now easier to find the necessary parameters and adjust object properties, leading to increased productivity when using the designer.     Added Localization of the Designer in Japanese   All interface elements, including menus and toolbars, are now translated into Japanese, eliminating the need to navigate terminology in other languages.     New Components for Resizing Objects   New components for resizing objects have been added, ensuring accuracy and ease of use at any zoom level. Unlike previous versions, these components do not change size with the workspace, allowing for easy interaction regardless of the scale. Now, even at a reduced zoom level, managing object size remains precise and intuitive, improving control over editing.     Improved Display of Values in the "Format" Dialog   With the 2025.1 update, if an empty value is entered in the input field, it is displayed as "None." This change makes the interface more informative and eliminates potential misunderstandings on the part of users.     Display of Component Name without Content   Now, components that do not have a value assigned or contain no content will display their name.     Full list of changes   ---- + Implemented a new component menu;  + Added new functions to the context menu of the "Table" object;  + Implemented fields in the properties panel that change values based on measurement units;  + Added the ability to change the rotation angle using hotkeys;  + Added the ability to style multiple components through the main toolbar;  + Added a search feature in the data tree when editing expressions;  + Added the ability to create guidelines on the page. * Implemented a new design for the "Properties" panel;  * Added localization of the designer into Japanese;  * Implemented new components for resizing objects;  * Improved display of values in the "Format" dialog;  * Added display of component names for components without content;   - Fixed an issue where grid settings were not saved when exiting the designer;  - Fixed the display of the "Band Settings" dialog;  - Fixed the display of the "Fill" dialog;  - Fixed localization of the "Unlimited Height" field;  - Fixed an issue when connecting nested JSON;  - Fixed a display issue with nested "Container" objects;  - Fixed an issue with image re-encoding in the SVG component;  - Fixed an issue with the SVG component where images from DataColumn did not display when using square brackets;  - Fixed an issue with Cyrillic encoding in MSChart;  - Fixed an issue where selecting items in the report tree reset the scroll position;  - Fixed a display issue with long names in data sources;  - Fixed an issue with line breaks in text upon re-saving the report;  - Fixed an issue with RichText when the Dock="Fill" property was enabled;  - Fixed an issue in the "Conditional Formatting" dialog with the color picker field;  - Fixed a bug where a nested report could not select a page;  - Fixed a bug when opening a report with a RichObject with the Dock="Fill" property enabled;  - Fixed a bug where the page fill did not display.
November 12, 2024

Our Halloween "Guess How Many?" Game - Results

For Halloween, we offered you to guess how many jelly beans are in the jar to win a discount on a product of your choice. We took a little time to make sure that all our players placed their guesses correctly and are ready to announce the results: 337 jelly beans! We've contacted our winners and invite you to participate next year!  
October 28, 2024

Update of Delphi and Lazarus Products to Version 2025.1

Our products are constantly evolving, with new features continuously added and the quality of the code improving. This update includes enhancements and fixes for the entire line of Delphi and Lazarus products. Version 2025.1 introduces a new application to demonstrate the capabilities of FastReport VCL, expands the component library, and improves the report designer and export filters.     New App for Demonstrating FastReport VCL Capabilities We have updated our main demo application for FastReport VCL to ensure that the product not only delights you with its rich functionality but also with its appearance.     Expansion of the Component Library for Delphi and Lazarus We introduce the new visual component TfrShellTreeView for developing applications in Delphi or Lazarus. This is a fully functional file system navigation component that works on Windows and Linux (Lazarus). Key Features:•    Native rendering (icons and themes from the operating system)•    Subscription to file system changes and automatic updates•    Fast rendering (utilizes a virtual tree)•    Customization and overriding options allow you to extend the component to suit your needs.     Improvements in the FastReport VCL Designer The FastReport VCL designer offers extensive functionality for designing your reports. In version 2025.1, we have added the ability to customize the highlighting of expressions, which you can find in the designer settings. A search feature has been introduced in built-in editors such as Memo and SQL. Improved working with hiDPI modes in Embarcadero RAD Studio 12 and fixed issues affecting the user experience of creating templates. A new interactive editor for the "Table" object has been added. Edit the table in a familiar way, just like in Microsoft Word.     FastReport VCL Reporting Engine A new feature in the reporting engine allows you to create chains of Subreports with printing on the parent (Subreport.PrintOnParent). This approach enables printing structures similar to tree-like structures and stretching elements located on the parent band. This method is based on the height of the structure printed in the Subreport.     Export Filters The ability to edit the CellularText object in interactive PDF forms has been added. You can now use CellularText as an element of an interactive form. In table export filters, a new feature has been added to select the quality of objects exported as images. This setting allows you to set the scale for all images in table export filters. Fixes and quality improvements have been made to export filters: PDF, DOCX, PPTX, XLSX, SVG.     Preview The ability to copy the contents of the RichView object in the preview has been added, including group selection of objects via Shift + Right Mouse Button.     FastReport FMX A new export to PPTX has been added for Windows, macOS, and Linux platforms.     Delphi and Lazarus Version 2025.1 also supports Embarcadero RAD Studio 12.2 (including the new Windows 64 Modern platform for C++ Builder) and Lazarus 3.6.     Version 2025.1  ---------------   [Designer]+ Added expression highlighting settings in the report designer;+ Added basic search in editors with Memo;* Improved mouse functionality in SimpleMemo;- Improved scrolling in the Memo editor;- Fixed the issue when opening the report designer;- Fixed a potential AV error after deleting a StyleSheet element in the report designer;- Fixed name duplication when dragging from DataTree;- Fixed stretching of the object toolbar when the height is insufficient in the designer;- Fixed calling the text editor through the object inspector;- Fixed an issue with the Auto Update Fields option enabled;- Fixed navigation issues in the Report Tree of the designer;- Fixed SmartMemo (code editor) for HiDPI;   [Engine]+ Added TfrShellTreeView control for shell management in VCL and Lazarus with Linux support;+ Added nested handling for Subreport.PrintOnParent in the reporting engine;+ Added support for the Win64x compiler during development;+ Implemented native rendering of controls for VCL and Lazarus in Linux;+ Added WideString type in FastScript;- Fixed compatibility with C++ Builder and JVCL;- Fixed updating DBX parameters when extracting field definitions;- Fixed an issue when using a multi-column page along with PrintOnPreviousPage and KeepTogether options;- Fixed a problem in automatically generated headers for C++ Builder;- Fixed the HTML editor;- Fixed RTL output with tags in TfrxHTMLView;- Changed data field updates to clear automatically defined fields when DataSet is modified;- Fixed incorrect rendering of SliceGrid when loading a scheme at high DPI;- Fixed icon caching during scaling for HiDPI;- Fixed an issue when changing the DBDataSet.DataSet property did not clear field definitions;- Fixed TfrxComboBoxView and TfrxListBoxView;- Fixed the field type definition for ftFixedChar;- Fixed memory leak when displaying SVG;- Fixed an issue where DataLink did not clear previous data;- Fixed the error 'Resource FCXBUTTONS not found' in FMX RS12 Builder when calling the formula editor;- Fixed the state of the old XML format flag after clearing;- Fixed initialization of the interactive parameters structure;- Fixed warning in frxGetCertificate.   [Exports]+ Added the ability to edit the CellularText object in interactive PDF forms;+ Added the FromName field in TfrxMailExport when using Indy SMTP;- Fixed EMF export to SVG;- Fixed font substitution in PDF export;- Fixed line break issue when exporting to .rtf format from Lazarus on Linux;- Fixed export of katakana, hiragana, and geometric symbols in PDF export;- Fixed line selection and bottom field line during DOCX export;- Fixed EMF export to PDF;- Fixed hyperlinks in RTF export;- Eliminated GDI object leaks;- Fixed customizable PDF signature;- Fixed alignment issues in TfrxMemoView and reduced sizes of images with alpha channels in PDF export;- Fixed date formatting in XLSX export;- Fixed compiler warnings;- Fixed XLS export for empty pages;- Fixed date format in XLSX export;- Fixed "Unexpected variant error" in XLS export;   [Lazarus]- Fixed ODF export when AllowHTMLTags is enabled;- Fixed RTF export when AllowHTMLTags is enabled;- Fixed TfrxDateEditControl in Linux under Lazarus;- Removed unnecessary ScrollBar rendering in the designer;- Fixed selection reset in the Linux Lazarus Rich editor;- Fixed infinite loading when using Linux Lazarus Rich;   [Other]+ Added VarIsNull function;- Fixed issue with displaying the Data Highlighting dialog in FastCube;- Fixed converters for QuickReport, ReportBuilder, and Rave Reports;   [Preview]+ Added the ability to copy RichView content in preview;- Fixed issues with active preview tabs when exporting all open preview tabs;- Fixed toolbar issues in HiDPI mode in version 10.4, when some toolbar buttons were disabled;- Fixed AV when calling preview in XE2;- Fixed display of double tooltips in the preview window;   [Report object]+ Added property TfrxFIBDatabase.LibraryName;* Added Tab key handling in TfrxRichView editor;- Fixed serialization of TfrxPictureView.Stretched property;- Fixed barcode positioning after changing BarType when Align is set to [baCenter, baRight];- Fixed Swiss preset in QR barcode;   [Resources]* Updated Polish resources;* Updated German resources for FastCube;- Fixed FCXBUTTONS resources for applications with run-time packages;   [FastReport FMX]- Added export to PPTX for Windows, macOS, and Linux platforms;- Fixed export dialog display in macOS;- Export dialogs have been separated from export filter modules (ability to override export dialogs with custom ones).
October 15, 2024

Updating .NET products to version 2025.1

In this release, we have focused on implementing long-awaited features that greatly simplify the process of developing templates for reports. Now you can add a report page with a link, asynchronous report preparation with undo support, text rotation with TextRenderType.HtmlParagraph, text search in code editors, export to images for WebReport and much more.     New Opportunities Adding a report page with a link In previous releases it was possible to add a page of another report to a report. This option can be found in the "File->Open Page..". By default, a copy of the page is added to the report. You can now enable the "Add as link" option, which will add a link to the page to the report rather than a copy of the page. This means that when you change a page in the original report, the changes will be reflected in all reports to which the page is added as a link. And vice versa, if a page is changed in one of the reports that has a link to it, it will be changed in the original report as well.     Asynchronous report preparation Added the report.PrepareAsync() method, enabling asynchronous report preparation in addition to the existing synchronous report.Prepare() method. This method also supports CancellationToken, allowing users to cancel the report preparation process if needed, improving control and performance for large reports in non-blocking environments. This functionality may be further enhanced in the future, with new methods providing additional asynchronous access.     IfNull function object IfNull(object expression, object defaultValue) There is a new function allows to avoid System.NullReferenceException when evaluating expressions. The function has two parameters: the first is the expression to be evaluated, the second is the default value. If the expression can be evaluated, the function returns its result. If not, it returns the default value.     Rotate text with TextRenderType.HtmlParagraph Added support for rotating text with TextRenderType.HtmlParagraph. Previously, text rotation was only available with other text renderer types. You can see examples of text rotation below. In addition, such texts are now correctly exported to PDF.     Text search in FastReport WPF and FastReport Mono code editors Now you can search for text not only in FastReport .NET code editor, but also in FastReport WPF and FastReport Mono editors. An example of searching for text in FastReport WPF code: And in the FastReport Mono code editor:     Changes in WebReport Localization support for Blazor WASM WebReport Introduced localization support for the WebReport interface in FastReport Blazor WebAssembly. Previously, localization was managed through file-based methods, which were incompatible with the WASM environment. A new method, webReport.SetLocalization(Stream) allows loading localization from a Stream, making it compatible with Blazor WASM applications.   Image Export to WebReport Added export of the report to images. To display it in the list of exports, add the following code: WebReport.Toolbar.Exports.ShowImageExport = true; If necessary, you must enable the WebReport option to configure the export to images WebReport.Toolbar.Exports.EnableSettings. After enabling it, you can click on the "gear" and change the settings in the modal window that appears.     Full list of changes [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));+ a new IfNull function has been added 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;* methods GetConnection, OpenConnection and Dispose marked as virtual;* added null check for incoming value for Hyperlink.Value property;* static verification methods TryParse has been introduced into classes of QRCodes;- 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 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 has the GrowToBottom option;- removed rendering of child clipPath tags in SVGPictureObject;- fixed a bug in FinishReport event;- removed invalid ability to add SubreportObject to ContainerObject;- fixed changing the CommandType of the request if it was set in GetAdapter; [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;+ add 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;- 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]+ added properties Outline.Expand and Outline.Width in PreviewControl;- fixed index out of range when previewing empty SvgObject;- fixed closing of PreviewSearchForm after clicking the "Next" button; [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;* 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;- 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]+ 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;- 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]+ added a method for updating the table;- fixed previewing of empty SVG object in Online Designer; [.NET Core]+ added methods for MS SQL stored procedures in FastReport 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;- 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.
Fast Reports
  • 800-985-8986 (English, US)
  • +4930568373928 (German)
  • +55 19 98147-8148 (Portuguese)
  • info@fast-report.com
  • 66 Canal Center Plaza, Ste 505, Alexandria, VA 22314

© 1998-2024 Fast Reports Inc.