FastReport .NET is available as a license option in the FastReport .NET Component Packages.
Please note that the FastReport.Web for .NET Framework (legacy library) will no longer be updated. Similar functionality is continued in FastReport.Web for Core/Blazor which are included in FastReport.NET.
FastReport.Net Professional 2019.2
Released: Mar 5, 2019
Atualizações na 2019.2.1
Recursos
Engine
Added texture fill.
Now in the new reports the default font will always be serialized.
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).
WebReport
Added property WebReport.PdfInteractiveForms.
Added WebReport.DateTimePickerFormat property, which allows to set the format for the DateTimePicker in WebReport.
Added editable fields localization.
.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.
Extras
Updated Arabic resources.
Correções
Engine
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.
Exports
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
Fixed editable fields in tables.
.Net Core
Fixed a bug with roslyn wrapper when the warning was raised as an error when using Microsoft.CodeAnalysis version higher than 2.0.