A nova versão de FastReport contém todos os recursos recentes de FastReport .Net 2016. Por exemplo, a nova capacidade de uso múltiplo de FastReport .Mono e Online Report Designer. Agora você também pode criar documentos que estejam de acordo com o padrão de arquivo PDF/A. Novos tipos de Código de barras-Aztec, Plessey e GS1-128/EAN-128. Muitos outros aprimoramentos designados para simplificar a geração de relatórios no framework Mono.
+ added support of Online Report Designer in WebReport
+ added support PDF/A in PDF export
+ added barcodes Aztec, Plessey, GS1-128/EAN-128
+ added new Gauge objects
+ added exports in XAML, SVG, PPML, PostScript
+ added property CSVExport.NoQuotes in CSV export
+ added properties in WebReport: DesignReport, DesignScriptCode, DesignerPath, DesignerSavePath,
DesignerSaveCallBack, PrintInBrowser, SinglePage
+ added property WebReport.XlsxSeamless for export tables without brakes in Excel 2007 export
+ added property WebReport.EmbedPictures (embedded pictures in HTML)
+ added property WebReport.DesignerLocale (sets an interface language for Online Report Designer)
+ added property EmbedPictures(images inside html code) in HTML export
+ added property WebReport.RefreshTimeout (refresh timeout in seconds, 0 – auto refresh disabled), the property useful for Dashboards
+ added outline for text with color selection, width and line style (property TextObject.TextOutline)
+ added event for drawing the custom objects in WebReport or override drawing any standard object (WebReport.CustomDraw), works only with enabled WebReport.Layer
+ added support layered HTML in WebReport (WebReport.Layers) with better WYSIWYG
+ added support of TextObject.TextOutline in PDF export
+ added support LineHeight, ParagraphOffset in HTML export
+ added html tags filtration in CSV export
+ added text clipping functionality (TextObject.Clip) in PDF export
+ added property PDFExport.ShowPrintDialog for showing the print dialog on opening the PDF document
* updated internal jQuery up to v1.12.3
- fixed bug in WebReport with downloading files from IE8 in Windows XP
- fixed bug with several WebReport objects in one page
- fixed bug with multiline TextObject in dialogs in WebReport