News

September 02, 2024

Changes to the FastCube .NET License Agreement and Terms of Use

New license agreement for FastCube .NET will come into effect at September 30, 2024
October 21, 2021

The new version of FastCube FMX - 2021.1

New features Now FastCube OLAP decision cube for FireMonkey supports the new RAD Studio 11 Alexandria. On top of that, we have improved the interface - there are new items in the context menus, improved the ability to search for values. We also fixed bugs.   New licensing model Starting version 2021.1 all FastCube FMX editions are subscription-based. It means that you will always have an up-to-date version as long as your subscription is valid. Full list of changes + Add support for RAD Studio 11 Alexandria. + Axis position changes on DblClick in the axis field popup. + Added search in the popup list of unique values by pasting from the clipboard. + Added "Copy" menu item to the axis menu. Item copies dimension value to the clipboard. * Fixed keyboard handling in the popup grid list (grid must have CanFocus = True). * DataZone gets the focus and therefore keyboard handling on the grid focus (grid must have CanFocus = True).  
October 04, 2021

FastCube VCL 2021.1 release

New Features Include support for the new Rad Studio 11 Alexandria. In addition, we have improved the interface - there are new items in the context menus, improved the ability to search for values. We also updated the language resources and fixed bugs. New licensing model Starting version 2021.1 all FastCube VCL editions are subscription-based. It means that you will always have an up-to-date version as long as your subscription is valid. Added Rad Studio 11 support Starting with this version we add Rad Studio 11 support. SliceGrid changes Axis position changes on DblClick in the axis field popup.Added search in the popup list of unique values by pasting from the clipboard.Added "Copy" menu item to the axis menu. Item copies dimension value to clipboard. Report changes Added PreviewOptions, ReportOptions, PrintOptions properties to the TfcxpSliceGridReport class. Other changes Changed font of several forms from "MS Sans Serif" to "Tahoma".Updated Czech locale resources.Updated Greek locale resources. Errors Fix header drawing (D10.4 bug).Access violation with double click on the script edit in the dimension editor.Fix stack overflow error on long list popup.
September 27, 2021

FastReport Desktop 2021.1

In the new version of FastReport Desktop we have added support for high-resolution screens in the designer and preview of the prepared reports. We also added new exports DXF, XODT, XODS, PDF/A-1a, PDF/A-2u. Added new Visual Studio-styled icons. You may switch between icon packs in the "View/Options/User Interface" window (or, "File/Options/User Interface" if you use ribbon UI): The new icons are well suited for hiDPI screens.  There are also new barcodes: Swiss QR Code, ITF-14, Deutsche Post Identcode, Deutsche Post Leitcode, Japanese PostNet: Added ability for the Text object to display DB filed names in a simplified form when designing a report. You can activate this option in the "View/Options/Objects appearance" window. This option is off by default. When you turn it on the Text object with a single DB field will display the field name part only, with no datasource name: Added ability to set up each cell in the Matrix object's corner area. To do this use the cell's context menu and its commands "Split cell", "Merge cells": Added ability to connect to ElasticSearch. Connection is available in data wizard and from code. Significantly improved and redesigned connection to the CSV data source. VisibleExpression, PrintableExpression and ExportableExpression properties appeared. You can use them to adjust the values of the Visible, Printable and Exportable properties depending on some condition: Full list of changes:   [Engine] + added connection to ElasticSearch + added new barcodes: Japanese PostNet, ITF-14, Deutsche Post Leitcode, SberBank QR, Swiss QR Code + added CountDistinct aggregate function (report totals and Matrix object totals) + added support of TLS 1.2 + added new 2 types of UncheckedSymbol for CheckBox + added ability to load XML data source by URL + added functions of converting numbers to words for Polish, Indian, Persian, Ukranian language + added rupee symbol for Indian currency + added the Report.Prepare (int pagesLimit) method, which allows to prepare a limited number of pages + added ability to align barcodes + added property PictureObject.ImageSourceExpression that allows to set expression containing source of image + added possibility to use expression in brackets in VisibleExpression, PrintableExpression and ExportableExpression properties + added the PictureObject.ImageFormat property, which allows to select the image storage format + added property MatrixObject.PrintIfEmpty, which allows displaying the matrix even if it is empty + added property Page.LastPageSource, which allows to configure the printer tray for printing the last page of the report + added VisibleExpression, PrintableExpression, and ExportableExpression properties + added property Report.Tag + added "AutoEncode" property for DataMatrix Barcode. By default, if true, it encodes the &1; as a symbol of FNC1. If false, the character is encoded as is. + added "OnScriptCompile" event that called when report's script compiles + added new TextQuality: SingleBitPerPixel and SingleBitPerPixelGridFit + added an ability to split table rows + added RUB, BYN and BBYN currencies to ToWordsRu function + added an ability to change decimal digits for Number, Currency and Percent formats when UseLocale property is true + added property "SplitRows" for MatrixObject. By default, its value is False and in this case rows with the same vaues are joined. If True - rows are split (like TableObject) * optimized copying streams in some cases * optimized and unified converter RichText to report objects * optimized work of VisibleExpression, PrintableExpression and ExportableExpression properties for bands * improved algorithm of converting RTF to report objects > these properties allow to set the value of the Visible, Printable, and Exportable properties, depending on the fulfillment of the specified condition - fixed a bug with incorrect tab width when TextObject.TextRenderType = TextRenderType.HtmlTextRenderer - fixed a bug with SubreportObject on a page footer band which caused StackOverflow exception - fixed a bug with Dock and Anchor properties of objects inside table/matrix cells - fixed a bug leading to System.ArgumentException when drawing PictureObject located outside the band - fixed a bug with incorrect work of right anchor (Anchor = AnchorStyles.Right) when page has unlimited width - fixed a bug with replacing a custom font with a default font when preparing a report - fixed a bug with vertical alignment when converting RTF (by default, now Top instead of Center) - fixed a bug with converting RTF tables to report objects - fixed a bug with page sizes could reset after preview - fixed a bug with printing a RichText object on large Windows scaling was happening incorrectly - fixed a bug leading to System.ArgumentOutOfRangeException in Substring functions - fixed a bug leading to System.ArgumentException when drawing PictureObject with some images - fixed a bug when tables were not displayed when connecting to Advantage Database via ODBC - fixed a bug where RichText went outside the page - fixed a bug with recompiling the report script that interacted with ChildBand - fixed a bug with incomplete copying of the matrix when copying the report page - fixed bugs when importing DevExpress reports - fixed bugs when importing RDL reports - fixed a bug when a band with the FillUnusedSpace property enabled was not displayed again, although there is enough free space - fixed bugs when importing List and Labels reports - fixed a bug where the AutoSize property for SvgObject did not work correctly - fixed a bug with TextObject.AutoShirnk=FontSize when TextObject's size is very small - fixed a bug with incorrect TotalPages variable value when it used in VisibleExpression - fixed a bug with converting RichText when RichObject.Text is null - fixed a bug with web response stream reader when connecting to remote JSON - fixed a bug while compiling the report with some expressions in the properties VisibleExpression, PrintableExpression and ExportableExpression - fixed a bug with incorrect checksum calculation in Deutsche Post Identcode barcode - fixed a bug where the designer crashed when the "Start new page" property is enabled for the page header child band - fixed a bug where the value of an expression was displayed by the text of this expression - fixed incorrect drawing of ITF-14 barcode - fixed a bug with transparency of RichObject - fixed a bug with text object visibility when Highlight.Visible parameter is enabled - fixed a bug with work of property PrintableExpression - fixed a bug with connection to PostgreSQL 12 and newer - fixed a bug when shifting SubReport to a new page didn't work correctly - fixed a bug when the data footer break away from the data when property "keep with data" is enabled - fixed generation of barcode GS1-128 - fixed incorrect value of Total, if it refers to another Total - fixed a bug where the table was not transferred correctly - fixed a bug with parsing xml with hexidecimal values, e.g. "To create it:
" - fixed bug with trying to convert DBNull in empty string when ConvertNulls is disabled - fixed a bug when PageFooter with PrintOn=LastPage causes to print it on penultimate page     [Designer] + added HiDPI support + new icons added. Use the designer's "View|Options|User interface" dialog to switch between icon packs. + added simplified display of DB field names in the designer + added collapse all/expand all button and search field for Report tree and Data tree + improved the behavior of the page panel + added ability to copy data source + added import of DevExpress reports saved in XML format + added the ability to add text and pictures by dragging and dropping them from the browser + added the ability to edit the number of rows and columns of the table by dragging the mouse + added loading of RTF texts, tables and styles when converting DevExpress file + added possibility to load CSV files via URL + added backlighting of the band that the selected element will located on when dragging is completed + added an ability to open subreport page by double-clicking on its object + added an ability to change fonts for Code Tab, Text Editor and Expression Editor + added an ability to replace pictures with drag & drop + added an ability to open report file by drag & dropping + added an ability to scroll the report horizontally while holding down the Shift key + added ability to drag & drop picture in format png, jpeg, jpg, gif, ico, bmp, tif, tiff, emf, wmf and text files in format txt, rtf + added ability to paste picture and text on page from clipboard + added ability to create new report page using: "+" button on the pages panel, double-click on empty space on the pages panel, "Ctrl+N" shortcut * when changing the window, the context menu now closes * now during autosave the selected item from the properties window is not reset * changed focus order of elements when clicking "tab" on a tab with creating swiss QR - fixed a bug leading to the crash of the report designer with an incorrect table in the data source. - fixed a bug with index of bounds in SQLBuilder in Designer - fixed a bug where the dialog page did not open if it had a GridControl  - fixed bugs in Right to Left mode - fixed a bug when rescaling the dialog form - fixed a bug with adding a barcode, leading to creation of a barcode with the wrong type - fixed a bug when dragging from functions created a NUD and an empty TextObject - fixed a bug when the RichTextBoxControl was not rendered correctly in the dialog workspace - fixed scaling issues in the WelcomeForm and Wizard windows - fixed a bug with copying an object, when an object with the same name was created - fixed a bug with empty database name after reloading the report - fixed a bug when double click to arrow buttons on report tab creates a new report page - fixed a bug where switching properties to alphabetical order did not work - fixed a bug with loading page size when converting DevExpress file - fixed a bug, when empty string in Datamatrix barcode causes exception - fixed a bug where the gauge window had the wrong width - fixed a bug where drag&drop to the matrix didn't work - fixed a bug leading to System.FormatException when opening DevExpress files - fixed a bug "Count cannot be less than zero." when opening DevExpress files - fixed a bug with moving objects in the report tree while holding down the Ctrl key - fixed a bug with drop down menu of select color button - fixed a bug when changing parameters after adding a line caused exception - fixed a bug with creating the Intelligent Mail barcode - fixed a bug with JSON-connection in Connection Wizard - fixed a bug with incorrect drawing of horizontal guides - fixed a bug when the width of objects was reset after closing Preview with enabled right anchor - fixed a bug when trying to set an incorrect RowSpan value to a MatrixObject cell - fixed a bug with dropping color, width and style in Border editor - fixed a bug with resizing PolyLineObject/PolygonObject, when it's copied with Ctrl+Drag - fixed a bug with inactive context menu "Size Mode" for SVG object - fixed a bug when subreport cannot be deleted when page linked to it was deleted before - fixed a bug when the buttons in the "Panel" in the "View" tab did not match the "Visible" property of the corresponding windows    [Preview] + added "About" button in toolbar of preview window + added an ability to scroll the report horizontally while holding down the Shift key + added exports menu editor > new editor is available in user interface options; exports can now be removed from exports menu * data source menu in Text Editor is now hidden in Preview * "Delete Page" button now disabled in Preview when only one page generated - fixed a bug with saving prepared reports containing converted RichObject - fixed a bug where the percentage of scale in Preview could be displayed incorrectly - fixed a bug leading to System.ObjectDisposedException when re-preparing the report - fixed a bug where the report could only be saved in the Box, regardless of the cloud storage selected in the menu     [Exports] + added exports to DXF, XODT, XODS, PDF/A-1a, PDF/A-2u + added support of ODF 1.2 in export to ODT/ODS + added option when export to Word 2007 "Do not add section breaks on page breaks". By default, both page breaks and section breaks are added. + added property ReportPage.ExportAlias, which allows to set the page name when exporting to Excel 2007 + added ability to split pages in export to XML + added support for Padding property in Word2007 export * now, in Excel 2007 export for sheets without pictures, files with a description of pictures and relations to them are not created * optimized saving of embedded fonts in PDF-export. File size has decreased significantly. - fixed page-break in Html export (PageBreaks property) - fixed SVG export with "Multiply export" parameter - fixed SVG export bug on hidpi monitor - fixed the names of files saved in the zip archive - fixed tab symbols width when export RichObject - fixed XPS export bug where documents exported on Linux would not open on Windows - fixed bugs with incorrect work of Anchor and Dock properties when exporting pages with unlimited width - fixed a bug in Excel 2007 export of text objects with enabled HtmlParagraph render type. Disable WYSIWYG export option to  export text instead of images. - fixed a bug of export to ODF when the document did not open in MyOffice - fixed a bug with closing cell with RichText when exporting to RTF - fixed a bug when exporting objects with rendering mode HtmlParagraph  - fixed a bug with exporting line with arrow cap in layered export to Word 2007 - fixed a bug with exporting line with arrow cap in export to PowerPoint 2007 - fixed saving report to Box - fixed saving report to OneDrive - fixed saving report to Google Drive - fixed a bug leading to System.OutOfMemoryException when exporting to PDF - fixed a bug with creation of incorrect file when exporting to Excel 2007 with big amount of pages and page breaks option - fixed a bug where export to image did not take into account the transparent background of the report - fixed a bug leading to System.NullReferenceException when exporting to Excel 2007 - fixed validation errors in export to ODT/ODS - fixed a bug in ODT-export when the file did not open correctly in Word 2019 - fixed a bug with incorrect line position when exporting to Word 2007 - fixed a bug when exporting to Excel 2007 in the "Seamless table" mode leading to table breaks, incorrect merging cells and incorrect exporting of images - fixed a bug where links with Russian letters did not work in PDF export - fixed a bug where the dates of creation and editing of the document did not match the equivalents in the metadata in PDF/A-1a export - fixed a bug while exporting to Excel 97 causes exception "Huge SAT not implemented" - fixed a bug with exporting texts containing ampersand '&' in Excel 2007 export - fixed a bug while exporting MapObject to PowerPoint - fixed a bug with saving default theme in export to Excel 2007 - fixed a bug with exporting gradient fills with owner or user password in export to PDF - fixed a bug with encryption of digital signature in PDF-export when protecting a document with a password - fixed a bug with paragraph offset in export to OpenOffice Writer - fixed a bug with exporting strings containing only spaces in DXF export - fixed a bug in PDF export, leading to disappearance of spaces when there are tabs in the report - fixed a bug with exporting page footers when export to Excel 2007 in seamless table mode - fixed a bug with exporting "\" character in Excel 2007 export - fixed a bug with incorrect indents in export to OpenOffice Writer - fixed a bug with incorrect size of picture in export to RTF - fixed a bug with page breaks in export to OpenOffice Writer - fixed a bug with paragraph offset in export to OpenOffice Writer - fixed a bug with text justify in exports to OpenOffice Writer and OpenOffice Spreadsheet - fixed a bug in Excel export (BIFF8) - fixed a bug with printing of layered Html export, when the report contains pages with landscape orientation - fixed a bug where exporting to EMF called an exception - fixed display of objects with negative height/width for layered Html-export - fixed bugs when exporting a multi-page report in XML - fixed a bug when PDF export generated incorrect file when EmbeddingFonts and InteraciveForms properties equal True - fixed view of background on BarcodeObject at Pdf and Html export - fixed bugs when displaying Shape, Barcode, Polygon etc. with fill (or background) in all exports with table layout
September 27, 2021

FastReport for DBA 2021.1

In the new version of FastReport for DBA we have added support for high-resolution screens in the designer and preview of the prepared reports. We also added new exports DXF, XODT, XODS, PDF/A-1a, PDF/A-2u. Added new Visual Studio-styled icons. You may switch between icon packs in the "View/Options/User Interface" window (or, "File/Options/User Interface" if you use ribbon UI): The new icons are well suited for hiDPI screens.  There are also new barcodes: Swiss QR Code, ITF-14, Deutsche Post Identcode, Deutsche Post Leitcode, Japanese PostNet: Added ability for the Text object to display DB filed names in a simplified form when designing a report. You can activate this option in the "View/Options/Objects appearance" window. This option is off by default. When you turn it on the Text object with a single DB field will display the field name part only, with no datasource name: Added ability to set up each cell in the Matrix object's corner area. To do this use the cell's context menu and its commands "Split cell", "Merge cells": Added ability to connect to ElasticSearch. Connection is available in data wizard and from code. Significantly improved and redesigned connection to the CSV data source. VisibleExpression, PrintableExpression and ExportableExpression properties appeared. You can use them to adjust the values of the Visible, Printable and Exportable properties depending on some condition: Full list of changes:   [Engine] + added connection to ElasticSearch + added new barcodes: Japanese PostNet, ITF-14, Deutsche Post Leitcode, Swiss QR Code + added CountDistinct aggregate function (report totals and Matrix object totals) + added support of TLS 1.2 + added new 2 types of UncheckedSymbol for CheckBox + added ability to load XML data source by URL + added functions of converting numbers to words for Polish, Indian, Persian, Ukranian language + added rupee symbol for Indian currency + added the Report.Prepare (int pagesLimit) method, which allows to prepare a limited number of pages + added ability to align barcodes + added property PictureObject.ImageSourceExpression that allows to set expression containing source of image + added possibility to use expression in brackets in VisibleExpression, PrintableExpression and ExportableExpression properties + added the PictureObject.ImageFormat property, which allows to select the image storage format + added property MatrixObject.PrintIfEmpty, which allows displaying the matrix even if it is empty + added property Page.LastPageSource, which allows to configure the printer tray for printing the last page of the report + added VisibleExpression, PrintableExpression, and ExportableExpression properties + added property Report.Tag + added "AutoEncode" property for DataMatrix Barcode. By default, if true, it encodes the &1; as a symbol of FNC1. If false, the character is encoded as is. + added "OnScriptCompile" event that called when report's script compiles + added new TextQuality: SingleBitPerPixel and SingleBitPerPixelGridFit + added an ability to split table rows + added RUB, BYN and BBYN currencies to ToWordsRu function + added an ability to change decimal digits for Number, Currency and Percent formats when UseLocale property is true + added property "SplitRows" for MatrixObject. By default, its value is False and in this case rows with the same vaues are joined. If True - rows are split (like TableObject) * optimized copying streams in some cases * optimized and unified converter RichText to report objects * optimized work of VisibleExpression, PrintableExpression and ExportableExpression properties for bands * improved algorithm of converting RTF to report objects > these properties allow to set the value of the Visible, Printable, and Exportable properties, depending on the fulfillment of the specified condition - fixed a bug with incorrect tab width when TextObject.TextRenderType = TextRenderType.HtmlTextRenderer - fixed a bug with SubreportObject on a page footer band which caused StackOverflow exception - fixed a bug with Dock and Anchor properties of objects inside table/matrix cells - fixed a bug leading to System.ArgumentException when drawing PictureObject located outside the band - fixed a bug with incorrect work of right anchor (Anchor = AnchorStyles.Right) when page has unlimited width - fixed a bug with replacing a custom font with a default font when preparing a report - fixed a bug with vertical alignment when converting RTF (by default, now Top instead of Center) - fixed a bug with converting RTF tables to report objects - fixed a bug with page sizes could reset after preview - fixed a bug with printing a RichText object on large Windows scaling was happening incorrectly - fixed a bug leading to System.ArgumentOutOfRangeException in Substring functions - fixed a bug leading to System.ArgumentException when drawing PictureObject with some images - fixed a bug when tables were not displayed when connecting to Advantage Database via ODBC - fixed a bug where RichText went outside the page - fixed a bug with recompiling the report script that interacted with ChildBand - fixed a bug with incomplete copying of the matrix when copying the report page - fixed bugs when importing DevExpress reports - fixed bugs when importing RDL reports - fixed a bug when a band with the FillUnusedSpace property enabled was not displayed again, although there is enough free space - fixed bugs when importing List and Labels reports - fixed a bug where the AutoSize property for SvgObject did not work correctly - fixed a bug with TextObject.AutoShirnk=FontSize when TextObject's size is very small - fixed a bug with incorrect TotalPages variable value when it used in VisibleExpression - fixed a bug with converting RichText when RichObject.Text is null - fixed a bug with web response stream reader when connecting to remote JSON - fixed a bug while compiling the report with some expressions in the properties VisibleExpression, PrintableExpression and ExportableExpression - fixed a bug with incorrect checksum calculation in Deutsche Post Identcode barcode - fixed a bug where the designer crashed when the "Start new page" property is enabled for the page header child band - fixed a bug where the value of an expression was displayed by the text of this expression - fixed incorrect drawing of ITF-14 barcode - fixed a bug with transparency of RichObject - fixed a bug with text object visibility when Highlight.Visible parameter is enabled - fixed a bug with work of property PrintableExpression - fixed a bug with connection to PostgreSQL 12 and newer - fixed a bug when shifting SubReport to a new page didn't work correctly - fixed a bug when the data footer break away from the data when property "keep with data" is enabled - fixed generation of barcode GS1-128 - fixed incorrect value of Total, if it refers to another Total - fixed a bug where the table was not transferred correctly - fixed a bug with parsing xml with hexidecimal values, e.g. "To create it:
" - fixed bug with trying to convert DBNull in empty string when ConvertNulls is disabled - fixed a bug when PageFooter with PrintOn=LastPage causes to print it on penultimate page   [Designer] + added HiDPI support + new icons added. Use the designer's "View|Options|User interface" dialog to switch between icon packs. + added simplified display of DB field names in the designer + added collapse all/expand all button and search field for Report tree and Data tree + improved the behavior of the page panel + added ability to copy data source + added import of DevExpress reports saved in XML format + added the ability to add text and pictures by dragging and dropping them from the browser + added the ability to edit the number of rows and columns of the table by dragging the mouse + added loading of RTF texts, tables and styles when converting DevExpress file + added possibility to load CSV files via URL + added backlighting of the band that the selected element will located on when dragging is completed + added an ability to open subreport page by double-clicking on its object + added an ability to change fonts for Code Tab, Text Editor and Expression Editor + added an ability to replace pictures with drag & drop + added an ability to open report file by drag & dropping + added an ability to scroll the report horizontally while holding down the Shift key + added ability to drag & drop picture in format png, jpeg, jpg, gif, ico, bmp, tif, tiff, emf, wmf and text files in format txt, rtf + added ability to paste picture and text on page from clipboard + added ability to create new report page using: "+" button on the pages panel, double-click on empty space on the pages panel, "Ctrl+N" shortcut * when changing the window, the context menu now closes * now during autosave the selected item from the properties window is not reset * changed focus order of elements when clicking "tab" on a tab with creating swiss QR - fixed a bug leading to the crash of the report designer with an incorrect table in the data source. - fixed a bug with index of bounds in SQLBuilder in Designer - fixed a bug where the dialog page did not open if it had a GridControl  - fixed bugs in Right to Left mode - fixed a bug when rescaling the dialog form - fixed a bug with adding a barcode, leading to creation of a barcode with the wrong type - fixed a bug when dragging from functions created a NUD and an empty TextObject - fixed a bug when the RichTextBoxControl was not rendered correctly in the dialog workspace - fixed scaling issues in the WelcomeForm and Wizard windows - fixed a bug with copying an object, when an object with the same name was created - fixed a bug with empty database name after reloading the report - fixed a bug when double click to arrow buttons on report tab creates a new report page - fixed a bug where switching properties to alphabetical order did not work - fixed a bug with loading page size when converting DevExpress file - fixed a bug, when empty string in Datamatrix barcode causes exception - fixed a bug where the gauge window had the wrong width - fixed a bug where drag&drop to the matrix didn't work - fixed a bug leading to System.FormatException when opening DevExpress files - fixed a bug "Count cannot be less than zero." when opening DevExpress files - fixed a bug with moving objects in the report tree while holding down the Ctrl key - fixed a bug with drop down menu of select color button - fixed a bug when changing parameters after adding a line caused exception - fixed a bug with creating the Intelligent Mail barcode - fixed a bug with JSON-connection in Connection Wizard - fixed a bug with incorrect drawing of horizontal guides - fixed a bug when the width of objects was reset after closing Preview with enabled right anchor - fixed a bug when trying to set an incorrect RowSpan value to a MatrixObject cell - fixed a bug with dropping color, width and style in Border editor - fixed a bug with resizing PolyLineObject/PolygonObject, when it's copied with Ctrl+Drag - fixed a bug with inactive context menu "Size Mode" for SVG object - fixed a bug when subreport cannot be deleted when page linked to it was deleted before - fixed a bug when the buttons in the "Panel" in the "View" tab did not match the "Visible" property of the corresponding windows  [Preview] + added "About" button in toolbar of preview window + added an ability to scroll the report horizontally while holding down the Shift key + added exports menu editor > new editor is available in user interface options; exports can now be removed from exports menu * data source menu in Text Editor is now hidden in Preview * "Delete Page" button now disabled in Preview when only one page generated - fixed a bug with saving prepared reports containing converted RichObject - fixed a bug where the percentage of scale in Preview could be displayed incorrectly - fixed a bug leading to System.ObjectDisposedException when re-preparing the report - fixed a bug where the report could only be saved in the Box, regardless of the cloud storage selected in the menu   [Exports] + added exports to DXF, XODT, XODS, PDF/A-1a, PDF/A-2u + added support of ODF 1.2 in export to ODT/ODS + added option when export to Word 2007 "Do not add section breaks on page breaks". By default, both page breaks and section breaks are added. + added property ReportPage.ExportAlias, which allows to set the page name when exporting to Excel 2007 + added ability to split pages in export to XML + added support for Padding property in Word2007 export * now, in Excel 2007 export for sheets without pictures, files with a description of pictures and relations to them are not created * optimized saving of embedded fonts in PDF-export. File size has decreased significantly. - fixed page-break in Html export (PageBreaks property) - fixed SVG export with "Multiply export" parameter - fixed SVG export bug on hidpi monitor - fixed the names of files saved in the zip archive - fixed tab symbols width when export RichObject - fixed XPS export bug where documents exported on Linux would not open on Windows - fixed bugs with incorrect work of Anchor and Dock properties when exporting pages with unlimited width - fixed a bug in Excel 2007 export of text objects with enabled HtmlParagraph render type. Disable WYSIWYG export option to  export text instead of images. - fixed a bug of export to ODF when the document did not open in MyOffice - fixed a bug with closing cell with RichText when exporting to RTF - fixed a bug when exporting objects with rendering mode HtmlParagraph  - fixed a bug with exporting line with arrow cap in layered export to Word 2007 - fixed a bug with exporting line with arrow cap in export to PowerPoint 2007 - fixed saving report to Box - fixed saving report to OneDrive - fixed saving report to Google Drive - fixed a bug leading to System.OutOfMemoryException when exporting to PDF - fixed a bug with creation of incorrect file when exporting to Excel 2007 with big amount of pages and page breaks option - fixed a bug where export to image did not take into account the transparent background of the report - fixed a bug leading to System.NullReferenceException when exporting to Excel 2007 - fixed validation errors in export to ODT/ODS - fixed a bug in ODT-export when the file did not open correctly in Word 2019 - fixed a bug with incorrect line position when exporting to Word 2007 - fixed a bug when exporting to Excel 2007 in the "Seamless table" mode leading to table breaks, incorrect merging cells and incorrect exporting of images - fixed a bug where links with Russian letters did not work in PDF export - fixed a bug where the dates of creation and editing of the document did not match the equivalents in the metadata in PDF/A-1a export - fixed a bug while exporting to Excel 97 causes exception "Huge SAT not implemented" - fixed a bug with exporting texts containing ampersand '&' in Excel 2007 export - fixed a bug while exporting MapObject to PowerPoint - fixed a bug with saving default theme in export to Excel 2007 - fixed a bug with exporting gradient fills with owner or user password in export to PDF - fixed a bug with encryption of digital signature in PDF-export when protecting a document with a password - fixed a bug with paragraph offset in export to OpenOffice Writer - fixed a bug with exporting strings containing only spaces in DXF export - fixed a bug in PDF export, leading to disappearance of spaces when there are tabs in the report - fixed a bug with exporting page footers when export to Excel 2007 in seamless table mode - fixed a bug with exporting "\" character in Excel 2007 export - fixed a bug with incorrect indents in export to OpenOffice Writer - fixed a bug with incorrect size of picture in export to RTF - fixed a bug with page breaks in export to OpenOffice Writer - fixed a bug with paragraph offset in export to OpenOffice Writer - fixed a bug with text justify in exports to OpenOffice Writer and OpenOffice Spreadsheet - fixed a bug in Excel export (BIFF8) - fixed a bug with printing of layered Html export, when the report contains pages with landscape orientation - fixed a bug where exporting to EMF called an exception - fixed display of objects with negative height/width for layered Html-export - fixed bugs when exporting a multi-page report in XML - fixed a bug when PDF export generated incorrect file when EmbeddingFonts and InteraciveForms properties equal True - fixed view of background on BarcodeObject at Pdf and Html export - fixed bugs when displaying Shape, Barcode, Polygon etc. with fill (or background) in all exports with table layout
September 13, 2021

New version of FastReport VCL 2021.3 with Embarcadero RAD Studio 11 support is here!

  FastReport VCL 2021.3 brings support of the new Embarcadero RAD Studio 11 Alexandria!  New object to display PDF in a report – simply embed PDF documents into a report (with the use of Pdfium open-source library)! How to add PDF into a report. New ability to load data into report objects by hyperlink for Map, Text, PDF, and Picture objects. Use hyperlinks to access API and load data into report objects! More than just hyperlinks – ability to add own protocols and transports! Configure Box, Google Drive, Dropbox and OneDrive transports for private access to the cloud storage by hyperlinks. Loading data into report objects by hyperlink. New authorization system for Box, Google Drive, Dropbox, and OneDrive transports – now through default browser. Improved transports authorization dialog. Saving of authorization data with encryption, show or hide authorization fields, fast access to the configuration page of cloud storage. How to make a connection find in this article. Support of rows splitting in dynamic table – use split mechanism to build a complicate report with a lot of objects and text. The split mechanism works in all three pagination modes of dynamic table! With new enhancements of the report designer, the speed and convenience of report template development go to the next level. Improved search and replace in the report designer allow to search and replace text in string properties, object names, objects content, and in the script code. With new search tree navigation between searched objects become more comfortable. Simple and clear replacement by searched elements. New Favorites tab in object inspector – add most used properties for fast access. Highlights of properties with values different from “by default” in the object inspector for better control of the changes in a report. Client-Server components now support detail reports. Added new linear barcode Plessey. And much more. Check the full list of changes. + Added support of RAD Studio 11 + Added new object TfrxPDFView which allows viewing PDF inside report via Pdfium library + Added protocols support to load objects data from external sources(http, https and transports) for PDFView, HTMLView, MemoView, PictureView, Maps + Added new transport authorization for OAuth2.0 with default system browser + Added split mechanism for dynamic table cells (data and internal objects) + Added support of Detail report to Client-Server components + Added Highlights of non-default properties in the report designer object inspector + Added new search and replace in the report designer (Search in the script, object names, string properties, and content) + Added Favorites tab in the report designer object inspector + Added logging for digital signature process in PDF export + Added new Plessey linear barcode + Added Gif support in TfrxPictureView (animation not supported) + Added event to build a dynamic table from code(see DynamicTable example) + Added processing of DataSet.OnGetText event for TWideStringField - to use set dsoStringAsDisplayText flag in TfrxDBDataset.DataSetOptions + Added script RTTI to load data into TfrxHTMLView + Added script RTTI for frxDigitalSignatureView + [Lazarus] Added support of HTML tags in PDF export * Added ability to control spans from the script when building dynamic table * Improved Client-Server demos for CGI and ISAPI + [Lazarus] Added EmbedDesigner demo - [Lazarus] Fixed bug with Unicode printer names - Fixed bug with table position in DOCX export - Fixed bug with ITF-14 barcode text output - Fixed restoring of span break for fixed column/row in a dynamic table - [Lazarus] Fixed bug with restoring left panel in the report designer - Fixed XLS export dialog scaling - Fixed intercharacter spacing in PDF export for some fonts - [Lazarus] Fixed bug with expressions inside Richview - Fixed bug with aggregates and invisible bands - Fixed pictures in the XLS export - Fixed generation of hpp header for CBuilder 2007-XE (link with gdip lib) - Fixed GDI descriptors leak in EMF parser for regions - Fixed bug with Gif transparency
September 08, 2021

New version of FastReport Mono 2021.4 is released

New features Added new Visual Studio-styled icons. You may switch between icon packs in the "View/Options/User Interface" window (or, "File/Options/User Interface" if you use ribbon UI): The new icons are well suited for hiDPI screens. Added ability to reset the FastReport configuration stored in the FastReport.Config file in the user's profile. It can be done in the "View/Options/User Interface" window, the "Reset config" button. Restart of the designer is required in order to apply changes. Added ability for the Text object to display DB filed names in a simplified form when designing a report. You can activate this option in the "View/Options/Objects appearance" window. This option is off by default. When you turn it on the Text object with a single DB field will display the field name part only, with no datasource name: It makes the report look cleaner especially when it contains a lot of small objects. You still can see a full text of object in the status bar. Added ability to set up each cell in the Matrix object's corner area. To do this use the cell's context menu and its commands "Split cell", "Merge cells": Added ability to connect to ElasticSearch. Connection available in data wizard and from code. Added barcode Japanese Post 4 - State Code. Added the collapse all/expand all buttons and, a search field for the report tree and data tree in the designer. When clicking on + tree will expand. On - tree will collapse. These changes should simplify working with reports containing many objects and/or data sources. The RichText to report objects converter has been significantly improved and optimized. Added FastReport Business Graphics integration objects (\Extras\Objects\FastReportBGObjects). Universal plugins FastReport.Data Packages with FastReport.Data plugins have been updated. Now they include plugins for different FastReport editions (.NET, Core, CoreWin, Open Source) and automatically connect the necessary library, depending on the product you use. The FastReport edition 2021.3.0 or higher is required for correct work. The FastReport.Core.Data, FastReport.CoreWin.Data, and FastReport.OpenSource.Data plugins are declared obsolete and are no longer supported. Localizations In the logic of the localization change small changes were made. 1. Added package FastReport.Localization. This package contains localization files for FastReport.NET, FastReport.Core, FastReport.CoreWin, FastReport.Mono, FastReport.OpenSource products and creates the Localization directory in the output directory of the user project when adding this package. 2. Added new API for changing the localization using the CultureInfo type - FastReport.Utils.Res.LoadLocale(CultureInfo culture).  When this method is called, FastReport searches for the appropriate localization for the selected culture. Loaded locales are cached. For this method to work correctly, you must install the FastReport.Localization package from step 1 in your project or set the path to the folder with the localization files in the FastReport.Utils.Res.LocaleFolder property. Fixes - Fixed bug with Dock and Anchor properties of the objects that are inside the Table/Matrix cell. - Fixed stack overflow bug when you add Subreport object to the page footer band. - Fixed bug with SVG export if the system's DPI setting is greater than 96DPI. Complete list of FastReport Mono 2021.4 changes [Engine] + Added connection to ElasticSearch. + Added a new barcode - Japanese PostNet. + Added the Res.LoadLocale (CultureInfo) method, which changes the selected locale by the CultureInfo argument. Loaded locales are cached. For correct operation, the added FastReport.Localization package is required. * Optimized and unified converter RichText to report objects. - Fixed a bug with incorrect tab width when TextObject.TextRenderType = TextRenderType.HtmlTextRenderer. - Fixed a bug with SubreportObject on a page footer band which caused StackOverflow exception. - Fixed a bug with Dock and Anchor properties of objects inside table/matrix cells. - Fixed a bug leading to System.ArgumentException when drawing PictureObject located outside the band. - Fixed a bug with incorrect work of right anchor (Anchor = AnchorStyles.Right) when page has unlimited width. - Fixed a bug with replacing a custom font with a default font when preparing a report. - Fixed a bug with vertical alignment when converting RTF (by default, now Top instead of Center). - Fixed a bug with converting RTF tables to report objects.   [Designer] + Added simplified display of DB field names in the designer. + Added collapse all/expand all button and search field for Report tree and Data tree. + New icons added. Use the designer's "View|Options|User interface" dialog to switch between icon packs. - Fixed a bug leading to the crash of the report designer with an incorrect table in the data source. [Preview] - Fixed a bug with saving prepared reports containing converted RichObject.   [Exports] + Added option when export to Word 2007 "Do not add section breaks on page breaks". By default, both page breaks and section breaks are added. - Fixed page-break in Html export (PageBreaks property). - Fixed SVG export with "Multiply export" parameter. - Fixed SVG export bug on hidpi monitor. - Fixed the names of files saved in the zip archive. - Fixed tab symbols width when export RichObject. - Fixed XPS export bug where documents exported on Linux would not open on Windows. - Fixed bugs with incorrect work of Anchor and Dock properties when exporting pages with unlimited width. - Fixed a bug in Excel 2007 export of text objects with enabled HtmlParagraph render type. Disable WYSIWYG export option to export text instead of images.   [Extras] + Added package 'FastReport.Localization', which includes FastReport localization files in your project for working with different languages. + Added FastReport Business Graphics integration objects (\Extras\Objects\FastReportBGObjects).   [Demos] + Implemented transition to list of reports, when clicking on the arrow on folder in new demo. * Changed Target Framework for new demo to 4.7.2. * Changed color of inactive buttons in the thumbnail view mode of new demo. * Changed background color of the zoom slider in new demo. * Changed background color when displaying dialog forms in the new demo. * Changed background color of interactive reports tabs in new demo. * Changed the location of the folder with report thumbnails for the demo application. Now this folder is located not in Program Files but in AppData\Local. - Fixed problems with displaying interface elements of the new demo application. - Fixed a bug that caused saving a prepared report when clicking on the drop-down items in the save menu of the new demo application. - Fixed a bug with alignment of reports in preview window of the new demo. - Fixed a bug with double launching dialog forms when selecting a report in new demo. - Fixed a bug with stretching thumbnails in the new demo. - FIxed a bug leading to a lag when moving the window of new demo. - Fixed a bug in the new demo with simultaneous displaying of thumbnails in folder and report bars.
Fast Reports
  • 800-985-8986 (English, US)
  • +4930568373928 (German)
  • +55 19 98147-8148 (Portuguese)
  • info@fast-report.com
  • 901 N Pitt Str #325 Alexandria VA 22314

© 1998-2024 Fast Reports Inc.