News

June 26, 2024

Fast Reports Wins ComponentSource Award

ComponentSource has awarded Fast Reports a Top 50 Publisher Award in the annual ComponentSource Awards for 2024.
April 02, 2019

New version of FastReport Desktop - 2019.2

In the latest version of FastReport Desktop 2019.2 there is now an ability of object texture fill, escaping quotes in CSV export, added digital signing in PDF export, made interface improvements and fixed some bugs.   Version 2019.2.7--------------- [Engine] + added texture fill* now in the new reports the default font will always be serialized- fixed bug with incorrect type cast of Nullable types of fields- fixed a bug with parsing old reports (before 2016), when the Arial 10pt is not loaded in locales jp and zh- fixed a bug with removing serieses of MSChartObject when AutoSeriesColumn is empty and AutoSeriesForce is false- fixed bug with infinite loop in AdvancedTextRenderer when WordWrap is true and width of object less than width of one character- fixed a bug when in some cases the TypeConverter`s were not loaded correctly [Designer] + added "Hide Zeros" item to context menu for text objects+ added ability to select a style from the context menu+ added dialogs for text editor closing; now pressing "X" button will be showed dialog for text changes confirmation+ added an ability to sort Data Sources in Data window+ added an ability to sort Data Fields in Data window+ added an ability to change font in query editor [Exports] + added links for images to HTML-export+ added an ability to escape quotes in CSV export+ added PDF digital signature+ added Hyperlinks to Word2007 export+ added Hyperlinks to Excel2007 export* Word2007 files gets proper locale now (Res.LocaleName)- fixed a bug with an extra line break in the Word export- fixed loss of a RichText border on export with ConvertRichText option enabled - fixed bug with caps of border lines in PDF export- fix conversion of bold text in RichObject in PDF export  
March 18, 2019

New version of FastCube VCL - 2.9

We improved the ability to link CubeGrid and FilterManager so that you could manage filters through drop-down lists of fields in CubeGridIn XLSX export we significantly improved memory consumption through elimination of the buffers as well as sped up exporting process. Upload of massive cross-tables is now very easy. We also improved compatibility with FastCube .Net. Starting with this version all ANSI-lines will be written in UTF-8. There is now support of RAD Studio 10.3 Rio. + Added TfcxCube.SaveExtras to allow saving of Filters and Charts together with cube.+ New cube format version with ansi-strings in UTF-8 format for compatibility with .Net+ Added support for RAD Studio 10.3 Rio+ Added TfcxSliceGrid.OnAcceptDrag event which allows to control DragDrop operations in grid+ Added TfcxSlice.SyncronizeYFieldsWidth property which set width syncronization between axis level and field caption+ Added SliceGrid.OnDrawItem event.+ Changed CubeGrid header draw and added drop down with filter if FilterManager property set.+ Changed format of all slice fields are saved in schema.* Fixed cell height calculations for large strings* Chaned XLSX export to reduce memory use and increase export spead for large cross-tabs- Fixed error with cell detail- Fixed error with Variant to Double conversion in cell highlight calculation- Fixed error with group rename from popup menu- Fixed error with unknown script language (.Net cube)- Fixed error with Selection- Fixed error with sequential loading from multiple sources (UseMultyLoad)- Fixed error with splitting of Null date- Fixed error with TIBBCDField in RAD Studio 10.*- Fixed error with UpdateStyles TfcxCustomGrid.UpdatePainter- Fixed error with loading of empty cube
March 06, 2019

New version of FastReport .NET - 2019.2

In the latest version of FastReport .Net 2019.2 there is now an ability of object texture fill, escaping quotes in CSV export, added digital signing in PDF export, made interface improvements and fixed some bugs. In WebReport we added ability to assign date and time format in DateTimePicker as well as ability to set up export list in WebReport Core    Version 2019.2--------------- [Engine]+ added texture fill* now in the new reports the default font will always be serialized- fixed a bug with generation method of barcode Supplement 5 (EAN-5)- fixed bug with incorrect type cast in data fields (IMPORTANT! This hotfix may affect previously developed reports)- fixed bug with incorrect type cast of Nullable types of fields- fixed a bug with parsing old reports (before 2016), when the Arial 10pt is not loaded in locales jp and zh- fixed a bug with removing serieses of MSChartObject when AutoSeriesColumn is empty and AutoSeriesForce is false [Designer]+ added "Hide Zeros" item to context menu for text objects+ added ability to select a style from the context menu+ added dialogs for text editor closing; now pressing "X" button will be showed dialog for text changes confirmation+ added an ability to sort Data Sources in Data window+ added an ability to sort Data Fields in Data window [Exports]+ added an ability to escape quotes in CSV export+ added PDF digital signature* Word2007 files gets proper locale now (Res.LocaleName)- fixed a bug with an extra line break in the Word export- fixed loss of a RichText border on export with ConvertRichText option enabled - fixed bug with caps of border lines in PDF export- fix conversion of bold text in RichObject in PDF export [WebReport]+ added property WebReport.PdfInteractiveForms+ added WebReport.DateTimePickerFormat property, which allows to set the format for the DateTimePicker in WebReport+ added editable fields localization- fixed editable fields in tables [.Net Core]+ added function PolyLineObject.SetPolyLine(PointF[] newPoints) that allows to change the set of points+ added properties for WebReport Core, which allows to show and hide exports on the toolbar+ added WebReport localization- fixed a bug with roslyn wrapper when the warning was raised as an error when using Microsoft.CodeAnalysis version higher than 2.0- fixed a bug with preview in the Online Designer [Extras]* updated Arabic resources
February 28, 2019

New version of FastReport VCL - 6.3

We have added new text underlining modes, now for the text object you can customize the behavior of the underlined text. New PDF/A-1, PDF/A-3 export formats have been added to PDF export and the overall PDF export quality is improved. The new ability to reflect all objects on the page automatically when building a report, now creating RTL reports is more easier. Improved work in multi-threaded applications. Now you can send data to clouds storage without using dialog via application code. Added support for the Embarcadero RAD Studio 10.3 Rio  Version 6.3----------------------------- Fixed PDF LineSpacing (for huge values + VAlign)- Fixed Chinese font names in PDF export- Fixed active cell for XLS with several sheets in the BIFF8 export- Fixed UTF-8 support for Geodata from DBF* Improved FireDAC DB components [6.2.15]* Improved fonts' simulation, exporting of images and checkboxes in the PDF export- Fixed Inplace editors in the designer- Fixed numeric formats with ";" in XLSX export- Fixed FireDAC for x64 platform+ Added FireDAC to recompile.exe- Fixed for AV in RichEdit when using OLE object under Windows 10 with last update- Fixed ModifyObject for default values [6.2.14]* Improved Quick Report to Fast Report converter* Improved multi-threading : Datasets on TDataModule, map file access, Inherited reports, Rich critical section+ Added PDF/A-1, PDF/A-3 support- Fixed TTF tables align. Now it uses zeros for align, not garbage memory- Fixed macro variables in the table object [6.2.13]- Fixed series in the script for TeeChart 8 Professional and later- Fixed bug when save dialog appears for exports to Stream- Fixed MS Office resources for DOCX export+ Added ability to load Geodata from DB+ Added new Page.MirrorMode property for better RTL support. The base idea to keep the original layout in the report template and switch to RTL only in preview (during page loading).+ Added TfrxUserDataset demo [6.2.11 - 6.2.12]+ Added ability to internet IOTransports send files without dialogs from code* Improved performance of report preparation for XE3, XE6, XE7, 10, 10.2.* Reworked exported bounds for barcodes with outbound text via Vector output- Fixed wrong barcode size in PDF export on Win10 with font scaling > 100%- Fixed EAN13 barcode rendering+ Added xtDate support for Arrow and Bubble series- Fixed PNG images in the exports- Fixed font names table and horizontal_metrix_table return values [6.2.9 - 6.2.10]* Improved Gauges script RTTI+ Added Embarcadero RAD Studio 10.3 Rio support* TfrxOLEView Editor form is scaled now* WKT/WKB MultiPoligonShape support* Removed global frxDrawText from preview draw [6.2.6 - 6.2.8]- Fixed right align for some fonts in the PDF export- Fixed WheelDelta in the designer- Moved some non-translated strings to resources- Lock/Unlock current cached preview page for export.- Fixed TfrxMemoView.Duplicates in the TfrxSubreport [6.2.4 - 6.2.5]- Fixed recent files in the ini file storage- Fixed errors processing in the transports- Fixed code editor for long script- Fixed text wrapping for traditional Chinese+ Added CharSpacing support in the SVG export [6.2.3]+ Added TfrxMemoView.UnderlinesTextMode property. (ulmNone - no show under lines, ulmUnderlinesAll - show under lines at the whole area of object, ulmUnderlinesText - show under lines for text only, ulmUnderlinesTextAndEmptyLines - show under lines for text and empty lines)- Fixed AV in the PDF export with some fonts- Fixed TfrxMemoView.Underlines rendering- Fixed GS1-128 parsing [6.2.2]- Fixed Outline checkbox behavior in the PDF export dialog- Fixed AV when field name not exists in the dataset [6.2.1]- Prevent flickering in the report preview with drill-down reports- Fixed random crashed during report reloads- Fixed exporting of TfrxTableCell with HTMLTags to PDF
February 22, 2019

New version of FastCube .NET - 2019.2

  FastCube is a tool for desktop OLAP analysis. FastCube .Net includes components for data access, processing and storing structurized data as well as for vizualing information that has been already processed. The main component of our library - cross table - allows to perform filtering, sorting, drill-down, drill-up, drill through, pivoting and many other operations. + Added BeforeProgress event to grids+ Added more items to CubeGrid context menu+ Added property CubeGrid.FilterManager+ Added classes UniqueValuesFieldFilterDataProvider, CubeFilterPopup and FilterOrderedRecordSet* Significantly speedup Excel2007 export for big tables, reduced memory use* Slice clearing resets "Measures" field caption- Fixed progress form localization- Fixed localization errors
January 17, 2019

New version of FastReport Desktop - 2019.1

In the latest version of FastReport Desktop 2019.1 we added ability to enable and disable printing of particular pages, added new connectors to Oracle, MongoDB, Couchbase, RavenDB, SQLite databases [Engine] + added the ability to disable hotkeys in designer and preview+ added property ReportPage.Printable (default value: true) for enable or disable printing of the page* SVG object is optimized, removed inheritance SVGObject from PictureObject, then now SVG object is not drawn in memory for its display in vector exports> Pay attention for working with the SVG object, it is now unlinked from the PictureObject, in consequence two properties are no longer available: Tile - which rendered the SVG image with vertical and horizontal repetition, and Image - which stored the image to be drawn. The denial of the last property allowed to draw an SVG object in vector exports without rendering the raster image in memory. You need to double-check your reports if you used the SVG object as an inheritance of a PictureObject.- fixed a bug with high engine loads with reports using guide lines- fixes bug with "optional hyphen" in rich text parser- fixed bug with System.ArgumentOutOfRangeException in MSChartObject.DeleteSeries(int index) method- fixed bug with possible infinite recursion inside TextObject.ParagraphFormat property- fixed a bug with the size of the text offset when using TextObject.ParagraphOffset- fixed bug with printing band when Printable property is disabled- fixed a bug with calculating the size of the SVG object, when negative values are used in the ViewBox- fixed a bug with drawing when a text object contained only tab characters- fixed a bug with indentation size when printing a report using TextObject[TextRendererType = TextRenderType.HtmlParagraph]- fixed a bug with report preparation when SubreportObject doesn't have a valid link to the report page- fixed a bug with generation method of barcode Supplement 5 (EAN-5)- fixed bug with incorrect type cast in data fields (IMPORTANT! This hotfix may affect previously developed reports) [Designer] + added saving last active tab of the designer options window* improved algorithm of SubreportObject and designer, now you can delete and copy the Subreport page- fixed bug when format controls stay enabled after deleting object- fixed bug with saving sql query by Finish button- fixed bug with System.NullReferenceException when trying to copy DialogPage- fixed bug with enabled buttons in group Report->Bands when active page is DialogPage- fixed bug with enabled buttons "Grid", "Guides", "Automatic Guides", "Delete Horizontal Guides" and "Delete Vertical Guides" when active page is DialogPage- fixed order of objects in toolbar- fixed bug with incorrect position of not-maximized window (window is not visible) on turned off second monitor- fixed memory leak in CSV connection- fixed bug with blank condition in Group Header- fixed bug with System.ArgumentException in Chart Editor when Width of Strip less than zero- fixed bug with System.ArgumentException in Chart Editor when Step of Markers less than one [Preview] + added feature to simply print from the console using the command `Viewer.exe / P`* now Duplex will be changed in Print window if it has been changed in printer settings- fixed a bug with display of grayscale SVG [Exports] * improved font packaging in pdf export, using simple ligatures (fi, tt)* improved font style emulation in pdf- fixed missed "</html>" tag in HTML export with single page- fixed bug with pdf export, when the default number format is symbolic, not digital- fixed a bug with an extra line break in the Word export [Extras] + added connector MongoDB+ added connector Couchbase+ added connector Oracle+ added connector RavenDB+ added connector SQLite* updated Greek resources* updated Arabic resources download buy
December 24, 2018

Merry Christmas and Happy New Year!

December 19, 2018

New version of FastReport Mono - 2019.1

In the latest version of FastReport Mono 2019.1 we added support of RichText. There is also now an ability to use vector SVG objects. All changes: + added the Rich Text (RichText) report object, which allows embedding in the report any RTF documents created in external editors* improved PDF export: in addition to the existing font embedding capability, the ability to export text in the form of curves has been added, as well as support for extended PDF formats has been added and export errors have been fixed* improved export to Word 2007 format: in layered mode and when exporting by paragraphs, the embedded RTF document is translated into text (DOCX format) instead a picture+ added new SvgObject object, which allows to embed vector graphics in reports* improved compatibility with FastReport .NET report generator
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.
Trustpilot