
SVG is now an embedded artwork instead of a plugin, plus RichText objects can now be exported.
Features
- Engine
- Added SVGObject into main library FastReport.dll (for .Net 4 and higher).
- Added compatibility with Fips Algorithm Policy (with limitations: encryption of PDF export, encryption of report).
- Designer
- Added an event indicator for objects and bands, a small triangle in the upper left corner; this feature is able to be enabled or disabled in the designer settings (disabled by default).
- Added a new tab of the designer's settings: "Objects appearance".
- Exports
- Added property RichTextObject.ConvertRichText for converting RichText in text objects when exporting (experimental).
- Added paragraph based export in Word 2007 (experimental), property Word2007Export.ParagraphBased.
- Increased speed of export to CSV.
- Increased speed of export to PDF.
- WebReport
- Added support for editable TextObject and CheckBoxObject.
- Added properties WebReport.DocxWysiwyg, WebReport.DocxParagraphBased.
- Extras
- Added Steema TeeChart object plugin (\Extras\Misc\TeeChartObjectPlugin).
- Added new demo \Demos\C#\PrintZPL.
Fixes
- Designer
- Fixed import from rdl 2010 report template.
- Exports
- Fixed bug with removing the last character of each row when exporting to CSV without separator.
- Fixed bug with text resources in FTP export.
- Fixed bug with latin characters in interactive PDF in Chrome.
- Fixed bug with large size of PDF files.
- Fixed bug with transparent background of cells in Excel 2007 export.
- Fixed bug with lines and shapes in layered Word 2007 export.
- Fixed bug with checkboxes in layered Word 2007.
- Fixed bug with default value Word2007Export.Wysiwyg.
- Fixed bug with opening exported files in Excel 2007.
- Fixed bug with slow export of reports with unlimited width or height.
- WebReport
- Fixed position of loading indicator.
- Fixed bug with null pointer in service JavaScript code.