FastReport.Net versions

Creates, views and edits complex .Net reports
Jan 21, 2019
Dec 12, 2018
Jun 9, 2018
Apr 20, 2018
Review
Jan 22, 2018
Review
Jan 18, 2016
Review
Apr 15, 2015
Review
Jan 14, 2015
Review
Jul 2, 2018
Nov 20, 2014
Review
Oct 6, 2014
Review
Sep 27, 2013
Review
4.3
Jun 25, 2015
4.2
Nov 6, 2015
4.1
Dec 27, 2014
3.4
Nov 7, 2014
3.3
Nov 23, 2014
3.2
Apr 2, 2014
3.1
Feb 5, 2014
2.4
Dec 10, 2013
2.3
Jul 24, 2013
1.8
Oct 5, 2013

What's new

v2019.4
Engine:
- added events to TrueTypeCollection object. New demo programm shows how to use them - .\Demos\C#\FontHandlersExportToPDF .
- added an ability to change decimal digits for Number, Currency and Percent formats when UseLocale property is true.
- fixed bug with trying to convert DBNull in empty string when ConvertNulls is disabled .
Designer:
- fixed bug with dropping color, width and style in Border editor.
- fixed bug with resize PolyLineObject/PolygonObject, when copy with Ctrl Button.
- 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.
- fixed bug with inactive context menu "Size Mode" for SVG object.
- fixed bug when subreport cannot be deleted when page linked to him was deleted before.
Exports:
- added property Split pages for export to XML.
- added support for Padding property in Word2007 export.
- now in PDF export with InteractiveForms = true fonts won't be saved if there aren't editable elements in the report.
- fixed bugs when exporting a multi-page report in XML.
- fixed a bug in PDF export with generating incorrect file when EmbeddingFonts and InteraciveForms properties equal True.
Preview:
- added exports menu editor.
- new editor available in user interface options; exports are now could be removed from exports menu.
- now data source menu in Text Editor is hidden in Preview.
- "Delete Page" button now disabled when only one page in prepared report.
WebReport:
- fixed incorrect width and height for reports with mixed page orientation (Landscape & Portrait).
.Net Core:
- fixed bug with SQLite plugin if database include null-values.
- fixed critical bug on embedding fonts.

v2018.2 [Apr 20, 2018]
[Engine]
- Rewritten code of expressions substitution in RichObject.
- Added print of unlimited pages on roll printers (ReportPage.PrintOnRollPaper property).
- Fixed image size calculation for rotating SVG object.
- 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.
- 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.
- 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.
- Added a new logic for converting objects before exporting, the process is automatic, this is necessary to convert some objects into vector graphics.
- 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.
- Now for exporting the Barcode Object is converted to vector graphics for PDF, HTML and SVG exports.
- 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 possibility to disable saving prepared report in Preview (PreviewExports.Prepared element).
- Fixed bug when all exports should be disabled in Preview (PreviewControl.PreviewExports == PreviewExports.None) but Excel 97, ZPL and LaTeX exports are enabled.
- Improved image caching method for SVG object.
- Added SaveInitialDirectory property (Config.PreviewSettings.SaveInitialDirectory = @"C:\user\initial_directory";).
[Exports]
- 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.
- Improved paragraph based export in Word 2007.
- reduced size of output file in Word 2007 (duplicate images are not saved).
- Fixed bug with wrong size of "unlimited" page in Word 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.
- Export in Word 2007 in paragraph based mode saves the document without pagination.
- Added converting to Number format for Excel2007 export.
- 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.
[WebReport]
- Added SVGObject to WebReport as svg image.
- Added properties WebReport.DocxPrintOptimized and WebReport.XlsxPrintOptimized.
[.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.
[Extras]
- Added Steema TeeChart object editor (double click on TeeChart object).
[Demos]
- In the polygons demo report the stars were replaced by beautiful ones.
[Resources]
- Updated French resources.

v2014.4 [Nov 20, 2014]
- added an AutoSave feature in a Designer, you can enable it and set a time interval in View-Options-Saving
- added picture editor in a Designer, now pictures can be resized, cropped and modified to grayscale or monochrome
- added "Enable Code Completion" checkbox in Code Page Options in a Designer
- added selection of multiple objects with CTRL key in a Designer
- added proportionally scaling of objects with SHIFT in a Designer
- added selection of barcode type on a toolbar in a Designer
- added text editor for barcodes
- added support of encodings Windows-1251, cp866 in QR-code object
- added transparency of the image in PDF export
- added compliance of PDF/A-2a,b and PDF/A-3a,b in PDF export
- added new property PDFExport.PdfACompliance
- added options for selection of PDF/A compliance, Jpeg quality, Initial Zoom in PDF export dialog
- added support of dialog objects ListBoxControl, CheckedListBoxControl in WebReport
- improved speed of PDF export with transparent images (now it three times faster)
- fixed bug in Designer with save from code editor (save icon is not active after code change)
- fixed bug with band break
- fixed bug with single page export in PDF

Alternative downloads

Windows Forms Controls for Microsoft .NET
Windows Forms Controls
rating

Windows Forms Controls is a suite for development of .NET based software.

Stimulsoft Reports.Net
Stimulsoft Reports.Net
rating

NET based report generator which helps you create flexible reports.

Firebird PHP Generator
Firebird PHP Generator
Free
rating

It lets you quickly build a website from your database.

Iocomp Components .Net WinForms
Iocomp Components .Net WinForms
rating

It is designed for creating professional instrumentation applications.

Softgroup .Net Forms Skin
Softgroup .Net Forms Skin
rating

To skin an application just drop a NetSkin component onto your forms.