News

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.
May 27, 2019

New version of FastCube .NET 2019.3

In the new version of FastCube .NET 2019.3 we have added the Nuget package FastCube.Core which will allow working with cubes in ASP.NET and console applications. Fulllistof changes in the latest version: + Added date split to half year+ Added SliceGrid.StatusZone.FloatFormat and SliceGrid.StatusZone.IntegerFormat. Use them to change format of values in StatusBar.+ Added group creation by condition in code (Group.CreateGroupByRange) and and in SliceGrid menu+ Grouping and filtering through the axes context menu now handles selection+ Added ZoneRestrictions.DontShowDropDown item+ Added designer serialization for SliceGrid and CubeGrid zones- Fixed error with cell detail- Fixed error with loading of empty cube.
May 15, 2019

New version of FastReport .NET 2019.3

In the latest version of FastReport .Net 2019.3 we added a new object - digital signature, that allows adding place of signature after exporting it to PDF. We also added property that allows aligning picture inside the PictureObject.You can now change fonts in query editor. And we fixed that critical bug that led to memory leak and infinite loops.   Version 2019.3--------------- [Engine]+ added ImageAlign property for image alignment inside PictureObject; by default, alignment is disabled+ added a new property Config.ProcessEvents for cancel button in progress form- fixed a 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- fixed a bug causing memory leak in HtmlTextRenderer- fixed a bug when using the KeepTogether property for a group with matrix, when in some cases the GroupHeader was placed on one page and the matrix was on another page [Designer] + added an ability to change font in query editor+ added Digital Signature object for adding empty signature field in PDF documents [Preview] - fixed a bug where the preparation process was hanging and the cancel button was inactive throughout the preparation [Exports] + added ability to export empty signature fields for PDF documents+ added links for images to HTML-export- fixed a bug in CSV-export with "Data only" option when not only Data bands were exported- fixed a bug when PDF Export did not export some SVGObject gradients to a PDF file, with the property GradientQuality = GradientQualityEnum.Image [WebReport] - fixed a bug with inherited reports with online designer [.Net Core] + added a CoreCompat.System.Drawing reference to the script, which allows using Color, Font and some other features of System.Drawing  
May 14, 2019

Support of Lazarus in FastReport VCL 6

We are excited to announce that FastReport VCL 6 now supports Lazarus in beta test mode. Update your FastReport VCL Professional edition and see it first. Feedback is welcomed at support@fast-report.com What's new?  - Support of Lazarus 2.0.0 Improved: - paper handling by default- refreshing page count when jumping between tabs- drop-down list of fonts Fixed: - undo-redo buffer in Linux- hyperlinks in Text object- nested cross objects- report variables Added: Export to following formats: HTML, HTML5, RTF, DBF, CSV, ODS, ODT, XML, PDF, DOCX, PPTX, XLSX.
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
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.