News

December 01, 2025

Service Solutions Update to Version 2026.1

In the 2026.1 release of our service solutions lineup, we focused on improving usability, security, and expanding capabilities.
August 22, 2018

Autumn events with Fast Reports

  Fall brings us another exciting series of events in Europe. Join us there!      Date Name Location For .Net Developers For Delphi Developers Link September 18 – 19 .Net Developer Days Warsaw, Poland +   https://net.developerdays.pl/ September 25 – 27 Basta! Mainz, Germany +   https://basta.net/ October 23 Embarcadero Conference São Paulo, Brazil    + https://embarcaderoconference.com.br/ November 5 -7 EKON 22 Dusseldorf, Germany   + https://www.developer-week.de/
August 13, 2018

Fast Reports will be in Warsaw on .NET Developers Days

Fast Reports will be in Warsaw on .Net Developers Days again! Here's how it was in 2016 and we are excited to be a part of this event again! Thousands of developers, speakers and exhibitor: a must attend event! Learn more about .Net Developers Days here
July 23, 2018

FastReport VCL and FMX in Embarcadero Community edition

For the first time embarcadero is releasing their community edition and Fast Report VCL and FMX are already an essential part of it! Get the best reporting even if your business is just starting to grow! Learn about the conditions here. Community Edition is a full-featured and free IDE to build applications for iOS, Android, Windows and macOS from a single codebase using the robust and easy-to-learn Delphi language. It's the perfect way to get started learning a new programming language or explore multi-device app development. Embarcadero's Community Edition is available for Delphi and C++Builder. It includes a streamlined IDE, code editor, integrated debugger, two-way visual designers to speed development, hundreds of visual components, and a limited commercial use license.
May 25, 2018

Summer events with Fast Reports

    We are having a busy-busy summer and invite you to meet us at the following events in Europe that we organized together with our partners:      Date Name Location For .Net Developers For Delphi Developers Link June 6 – 7 Delphi Day Italy Piacenza, Italy   +   June 15 SDN (Free!) Zeist, Netherlands + +   June 25-28 DWX Nuremberg, Germany +     June 29 Workshop (Free!) Nuremberg, Germany + +   July 2 Workshop (Free!)  Barcelona + +  
May 10, 2018

New FastReport FMX - 2.6

This new technical release we add support of last Embarcadero RAD Studio 10.2 IDE and fix bugs reported by our customers. Version 2.6---------------+ Added support of Embarcadero RAD Studio 10.2 with compatibility fixes: - Added modal dialog OSX workaround (fixed when dialog appears behind non-modal form) - Fixed wrong barcode text size when printing under OSX - Fixed HTML tags on OSX - Fixed variables editor - Fixed general printers errors under OSX - Fixed printing of HTML text General fixes:+ Added text split for simple text render- Changed text alignment in PDF export- Fixed calcheight function for simple text render under OSX- Fixed Align grid in the report designer- Fixed text search for OSX(frxCompareText)- Fixed several multi-thread problems- Double buffered preview fix for shapes objects- Fixed printing from GDIP context- Fixed parameters editor for RAD Studio 10.1- Fixed TfrxDBLookupComboBox filling- Fixed formatting in PDF export- Fixed text vertical align on windows- Fixed scrollbars in the XE3- Fixed Financial series for TeeChart Pro- Fixed OpenAfterExport in the CSV export  
May 10, 2018

New Version of FastReport .NET - 2018.3

In the new version of FastReport .Net 2018.3 we added various database connectors to the Nuget repository. These connectors can be used in both .Net Core and Windows Forms applications We also made our .Net Core library compatible with MacOS System Barcodes are now exported to PDF and HTML as vector images We also added plugin for working with popular SQL editor Active Query Builder   --------------- [Engine] + now for exporting the Barcode Object is converted to vector graphics for PDF, HTML and SVG exports+ added a new logic for converting objects before exporting, the process is automatic, this is necessary to convert some objects into vector graphics.+ added a new property ParagraphFormat for formatting paragraphs in a text object only when the HtmlParagraph value is set in the TextRenderType property. This property allows you to adjust the line spacing and the first line indent.+ added print of unlimited pages on roll printers (ReportPage.PrintOnRollPaper property)* rewritten code of expressions substitution in RichObject* the HtmlTags property of the TextObject was marked as obsolete, a new property TextRenderType was added.> developer note: the HtmlTags property allowed some HTML tags to be used in the TextObject text, one of the available tags is the FONT tag, this tag is deprecated, and not all browsers adequately support it, so we added a new renderer that allows you to use some CSS styles, in the style attribute and the tag SPAN.* The new text render supports the following tags: b, i, u, strike, br, sub, sup, img, span.> developer note: we do not aim to make a copy of the browser in a text object, but we try to make the logic as similar as possible with limitations, the img tag only supports the src (http, https, base64), the width and the height attributes (values in pixels), tags b, i, u, strike, sub, sup and span support only the style attribute, with a minimum set of styles.- fixed image size calculation for rotating SVG object- fixed the rendering of the subscript and superscript for the new type of the text renderer HtmlParagraph, when in some cases the size and layout of the text was incorrectly calculated.- fixed bug with svg objects, that contains "DOCTYPE svg PUBLIC"- fixed bug with [COPYNAME#] in page watermark- fixed TextObject property name where the word Multiply was used instead of Multiple [Designer] + added possibility to set default script language- fixed bug with default script language when standalone designer run first time- fixed rare bug when table is not shown in View Data window- fixed bug in View Data window when columns more that 655 [Preview] + added SaveInitialDirectory property (Config.PreviewSettings.SaveInitialDirectory = @"C:\user\initial_directory";)+ added possibility to disable saving prepared report in Preview (PreviewExports.Prepared element)* improved image caching method for SVG object- fixed bug when all exports should be disabled in Preview (PreviewControl.PreviewExports == PreviewExports.None) but Excel 97, ZPL and LaTeX exports are enabled [Exports] + added the TextObject with TextRenderType = HtmlParagraph to pdf, html, word2007 exports+ added properties Word2007Export.PrintOptimized and Excel2007Export.PrintOptimized+ added checkboxes "Print optimized" in dialogs Word 2007 and Excel 2007+ SVGObject exports as vector graphics into PDF now+ added a new tab "Vector Graphics" to export pdf, you able to set the quality of gradients, gradients interpolation and curves interpolation for SVG object and fonts in curves* improved paragraph based export in Word 2007* reduced size of output file in Word 2007 (duplicate images are not saved)* export in Word 2007 in paragraph based mode saves the document without pagination* added converting to Number format for Excel2007 export- SVGObject exports as SVG into HTML now- fixed bug with screen resolution in Word 2007 export- fixed bug with paragraph formatting in Word 2007 export- fixed bug with wrong size of "unlimited" page in Word 2007- fixed bug with field names in DBF export- fixed bug with overlapping of text labels in SVG export dialog [WebReport] + added properties WebReport.DocxPrintOptimized and WebReport.XlsxPrintOptimized+ added SVGObject to WebReport as svg image- fixed bug with third and more drill-downs with detailed pages- fixed bug with wrong URL's in drill-downs [.Net Core] + added SVGObject+ added FastReport.Data.MsSql package to Nuget repository (https://www.nuget.org/profiles/FastReports)+ added FastReport.Data.MySql package to Nuget repository (https://www.nuget.org/profiles/FastReports)+ added FastReport.Data.Postgres package to Nuget repository (https://www.nuget.org/profiles/FastReports)+ added FastReport.Data.SQLite package to Nuget repository (https://www.nuget.org/profiles/FastReports)+ added FastReport.Data.Json package to Nuget repository (https://www.nuget.org/profiles/FastReports)+ added FastReport.Data.MongoDB package to Nuget repository (https://www.nuget.org/profiles/FastReports)+ added FastReport.Data.RavenDB package to Nuget repository (https://www.nuget.org/profiles/FastReports)* added compatibility with macOS- fixed bug with export in Word 2007 in some cases- fixed bug with blank images in Excel 2007- fixed bug with drill-downs in WebReport Core [Extras] + added new plugin for work with Active Query Builder \Extras\Misc\ActiveQueryBuilder (https://www.activequerybuilder.com/)+ added Steema TeeChart object editor (double click on TeeChart object)- fixed bug with some string values when connecting data source to TeeChart object- removed the ability to select for properties LabelField, XValuesField and YValuesField fields from data sources to which the TeeChart object is not connected [Demos] * in the polygons demo report the stars were replaced by beautiful ones [Resources] * updated French resources [Online Designer] + added the ability to change the language in the tab view+ all requests are sent from the same-origin- fixed abbreviations of some languages
May 10, 2018

New version of FastReport VCL - 6.1.

In new version : - Extended abilities of "Table" object; - Reworked and improved PDF export; - Added ability to use anchors for report objects; - New ability to fill empty space of page with child band - Optimization of report engine with a lot of report objects in the report designer.     Version 6.1----------------------------- Improved ODT export filter to use different styles for different report pages- Improved ODT export filter to use max page sizes for Continues sheet- Fixed table(objects) width in ODT export filter (doesn't stretch to page width);- Fixed text processing with AllowHTML in ODT export filter- Fixed TfrxDateEditControl with WeekNumbers = True for Windows XP [6.0.10]----------------------------- Fixed bug when OnPreviewClick does not refresh modified object- Fixed performance drop with objects "Shift" mechanism- Fixed C++ Builder issue with TfrxReportPage- Fixed saving of processing property in DFM [6.0.9]----------------------------+ Added support of PDF/A-2 format [6.0.8]----------------------------- Improved rotated text in PDF, SVG and HTML-Div export filters- Fixed bug with expressions processing and Drill-Down groups [6.0.7]----------------------------- Fixed EMF export- Fixed export of table object in graphics export filters- Added Arabic numbers substitution in PDF export (with RTLReading) [6.0.6]----------------------------- Fixed calculating of table cell with vertical Font rotation- Fixed Hindy and Thai ligatures in PDF export- Fixed Char spacing with HAlign in PDF export- Fixed Copy/Paste of internal DB component- Fixed vertical barcodes borders- Fixed ADO parameters in the designer [6.0.5]----------------------------+ Added Anchors for report objects and Dialog controls+ Added Table rtti helpers for TableWidth and TableHeight properties- Fixed bug in IO transports with network path (in DefaultPath)- Improved multi-threading support in PDF export- Fixed bug with bad position of images in PDF export [6.0.4]----------------------------+ Added AutoSize property for barcodes (default true), set it to false prevent component from size changing (changes zoom instead)+ Added MinWidth and MaxWidth for table column can be set ti limit auto size (0 unlimited)+ Added MinHeight and MaxHeight for table row can be set ti limit auto size (0 unlimited)- Fixed bug when using detail report with inheritance and OnLoadTemplate event [6.0.3]----------------------------+ Added new report variables TableRow and TableColumn can be used inside table objects+ Added ability to set path for "Indy" library in Recompile+ Added new align mode baHidden objects with this mode don't collide with others- Fixed line spacing in PDF and SVG exports- Fixed ADO parameters- Fixed highlight editor for group of objects- Fixed issues with band Fill/Frame and aligned objects - Fixed bug in column header with band Frame/Fill- Fixed exporting of report properties in OXML exports- Fixed FNC1 processing in Datamatrix barcode- Fixed PadLeft/PadRight functions under with unicode environment- Fixed issue when used RangeEnd = reCount to limit records of the dataset- Fixed error which can appear after deleting table column [6.0.2]----------------------------+ Added TfrxChild.ToNRows and ToNRowsMode properties allows to fill empty page space (see 15.fr3 report in FRMain demo)- Fixed aggregate functions for table object- Fixed issues when paste data component to report page- Fixed SlaveExport property for export filters [6.0.1]----------------------------+ Added TfrxPreviewOptions.AllowPreviewEdit property - Set it to False to disable any interactive editors in the report preview- Fixed export of images embedded in RichView- Optimization for big tables and big reports (Designer can handle tables with 10000 cells and more)- Fixed vertical band behavior in the report designer- Objects containers like table can be used on vertical bands- Fixed SaveDialog when FileName is empty- Fixed OpenAfterExport behavior- Fixed HTML Tags in RTF export

© 1998-2025 Fast Reports Inc.