News

November 18, 2024

New version of FastReport Online Designer 2025.1

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.
April 11, 2019

Workshop Gratuito a Roma

Il 16 maggio, FastReports e bit Time sono lieti di ospitarti per partecipare al Workshop gratuito, durante il quale vedremo come:• Incorporare FastReport all'interno della tua applicazione partendo da una semplice applicazione all'applicazione multi-thread• come migrare da Report Generator di terze parti a FastReports • come creare object editor personalizzati e come migliorare l'interazione dell'utente con il report E molto di più…   14.00 - 14.55 Starting with FastReport 6 VCL. Denis Zubov 14.55 - 15.40 Migrating to FastReport. Is it hard? Alexander Syrykh 15.40 - 16.10 Building a test system for your reports Denis Zubov 16.10 - 16.30 Coffee break   16.30 - 17.25 Unusual reporting Denis Zubov 17.25 - 18.25 Reporting services and servers with FastReport VCL Denis Zubov  *Workshops will be given in English    Iscriviti al workshop gratuito entro il 30 aprile e ricevi uno sconto per poter partecipare a ITDevCon Spring Edition 2019.
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
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.