
Added a plugin for RavenDB an open source NoSQL database for .NET.
Features
- Core
- Added new barcode: Pharmacode.
- Added new option for images: Grayscale display mode.
- Added ability to change the color of barcodes.
- Added caching of compiled report script.
- Designer
- Added support of Right-to-Left Interface (RTL).
- Added a new property to MSChartObject, that allows the use of several series with automatic creation.
- Preview
- Added Right-to-Left Interface (RTL) support.
- Added mouse-relative zoom.
- Exports
- Added export to binary format Excel 97-2003 (BIFF8).
- Added the ability to insert images with their original resolution when exporting to PDF.
- Added the added ability to select a color space in the PDF export window.
- Improved the quality of images in Excel 2007 export.
- Changed exporting to Dropbox to use API 2.0 instead API 1.0.
- Added converting to Date format for Excel2007 export.
- Improved SVG export: added embedding images in file, HasMultipleFiles option and underlines, plus improved text rendering and text with angle.
- Extras
- Added RavenDB connector \Extras\Connections\FastReport.RavenDB. (RavenDB is an open source NoSQL database for .NET).
- Added SQL Anywhere connector \Extras\Connections\FastReport.SqlAnywhere.
- Added new report demos: Pharmacode, Box.
- WebReport
- Added ToolbarBackgroundStyle.None (you can use WebReport.ToolbarColor instead bitmap from style).
- Added properties WebReport.UnlimitedWidth, WebReport.UnlimitedHeight for enable Unlimited size for all report pages (default: false - use report settings).
- Added property WebReport.Dialogs for enable or disable all report dialogs (default: true - enabled).
- Online Designer
- Added HTML object.
- Added Pharmacode barcode.
- Added page's properties UnlimitedHeight and UnlimitedWidth.
- Added barcode's property Color.
- Added grayscale property support for PictureObject.
- Improved resize gui elements are always shown on the resize component.
Fixes
- Core
- Fixed bug with losing precision in totals.
- Fixed bug with enabled ReportPage.UnlimitedHeight and ReportPage.PrintOnPreviousPage.
- Fixed bug with null initialization in text objects.
- Fixed bug with deserialization on saving from On-line Designer.
- Designer
- Fixed bug when instead of creating a new data source, editing of selected data source was opening.
- Exports
- Fixed bug with blank pages in Excel 2007 export.
- Fixed bug in PDF and HTML exports with vertical position of text which height is bigger than object height.
- Fixed bug with metafile images in RTFExport.
- Fixed bug with Vertical Alignment = bottom in PDF export.
- Fixed transparent images appearance in XPS export.
- Fixed export empty images in XPS.
- Fixed bug in preview of CSV export with small amount of rows.
- WebReport
- Fixed bug with handling of onClick event in WebReport.
- Online Designer
- Fixed the issue with showing context menu on touch devices on long tap.
- Fixed dblclick bug on PictureObject.
- Fixed bug, related to building the designer with disabled code editor.
- Fixed DataBand dblclick bug.
- Fixed bug, related to showing default components of Dialog in report tree on create new Dialog.