
Report designer adds the ability to paste pictures and text from clipboard or drag and drop as files.
Features
- Engine
- Added events to TrueTypeCollection object. New demo program 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.
- Added property "SplitRows" for MatrixObject. By default, its value is False and in this case rows with the same values are joined. If True - rows are split (like TableObject).
- Designer
- Added ability to drag & drop pictures in png, jpeg, jpg, gif, ico, bmp, tif, tiff, emf, wmf formats and text files in .txt and .rtf format.
- Added ability to paste picture and text on page from clipboard.
- 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.
- Preview
- Added exports menu editor.
- New editor is available in user interface options; exports can now be removed from exports menu.
- Data source menu in Text Editor is now hidden in Preview.
- "Delete Page" button now disabled in Preview when only one page generated.
- Exports
- Added ability to split pages in export to XML.
- Added support for Padding property in Microsoft Word2007 export.
- Now when PDF export with InteractiveForms = true: fonts won't be saved if there aren't editable elements in the report.
- WebReport
- Added ability to change export settings. To do this, you need to subscribe to the ExportParameters event in WebReport.Report.
Fixes
- Engine
- Fixed bug with trying to convert DBNull in empty string when ConvertNulls is disabled.
- Fixed a bug when PageFooter with PrintOn=LastPage causes to print it on penultimate page.
- Designer
- Fixed a bug when trying to set an incorrect RowSpan value to a MatrixObject cell.
- Fixed a bug with dropping color, width and style in Border editor.
- Fixed a bug with resizing PolyLineObject/PolygonObject, when it's copied with Ctrl+Drag.
- Fixed a bug with inactive context menu "Size Mode" for SVG object.
- Fixed a bug when subreport cannot be deleted when page linked to it was deleted before.
- Fixed a bug when the buttons in the "Panel" in the "View" tab did not match the "Visible" property of the corresponding windows.
- Exports
- Fixed bugs when exporting a multi-page report in XML.
- Fixed a bug when PDF export generated incorrect file when EmbeddingFonts and InteraciveForms properties equal True.
- Fixed view of background on BarcodeObject at Pdf and Html export.
- Fixed bugs when displaying Shape, Barcode, Polygon etc. with fill (or background) in all exports with table layout.
- WebReport
- Fixed incorrect width and height for reports with mixed page orientation (Landscape & Portrait).
- Fixed incorrect view of background in ShapeObject.
- Fixed lack of non-standard fill (Hatch, LinearGradient, etc.) on ShapeObject.
- .Net Core
- Fixed a bug with SQLite plugin if database includes null-values.
- Fixed a critical bug on embedding fonts.
2020.1
Updated Dec 2, 2019
Features
- Engine
- Added events to TrueTypeCollection object. New demo program 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.
- Added property "SplitRows" for MatrixObject. By default, its value is False and in this case rows with the same values are joined. If True - rows are split (like TableObject).
- Designer
- Added ability to drag & drop pictures in png, jpeg, jpg, gif, ico, bmp, tif, tiff, emf, wmf formats and text files in .txt and .rtf format.
- Added ability to paste picture and text on page from clipboard.
- 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.
- Preview
- Added exports menu editor.
- New editor is available in user interface options; exports can now be removed from exports menu.
- Data source menu in Text Editor is now hidden in Preview.
- "Delete Page" button now disabled in Preview when only one page generated.
- Exports
- Added ability to split pages in export to XML.
- Added support for Padding property in Microsoft Word2007 export.
- Now when PDF export with InteractiveForms = true: fonts won't be saved if there aren't editable elements in the report.
- WebReport
- Added ability to change export settings. To do this, you need to subscribe to the ExportParameters event in WebReport.Report.
Fixes
- Engine
- Fixed bug with trying to convert DBNull in empty string when ConvertNulls is disabled.
- Fixed a bug when PageFooter with PrintOn=LastPage causes to print it on penultimate page.
- Designer
- Fixed a bug when trying to set an incorrect RowSpan value to a MatrixObject cell.
- Fixed a bug with dropping color, width and style in Border editor.
- Fixed a bug with resizing PolyLineObject/PolygonObject, when it's copied with Ctrl+Drag.
- Fixed a bug with inactive context menu "Size Mode" for SVG object.
- Fixed a bug when subreport cannot be deleted when page linked to it was deleted before.
- Fixed a bug when the buttons in the "Panel" in the "View" tab did not match the "Visible" property of the corresponding windows.
- Exports
- Fixed bugs when exporting a multi-page report in XML.
- Fixed a bug when PDF export generated incorrect file when EmbeddingFonts and InteraciveForms properties equal True.
- Fixed view of background on BarcodeObject at Pdf and Html export.
- Fixed bugs when displaying Shape, Barcode, Polygon etc. with fill (or background) in all exports with table layout.
- WebReport
- Fixed incorrect width and height for reports with mixed page orientation (Landscape & Portrait).
- Fixed incorrect view of background in ShapeObject.
- Fixed lack of non-standard fill (Hatch, LinearGradient, etc.) on ShapeObject.
- .Net Core
- Fixed a bug with SQLite plugin if database includes null-values.
- Fixed a critical bug on embedding fonts.