FastReport.Net EnterpriseFastReport .Net Core can now be installed directly from Nuget package manager's central repository.
Features
- Engine
- Added SVGObject into main library FastReport.dll (for .Net 4 and higher, currently without Core compatibility).
- Added compatibility with Fips Algorithm Policy (with limitations: encryption of PDF export, encryption of report).
- .Net Core
- Added Demo packages in Nuget repository.
- 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.
- Online Designer
- Added ability to resize the bands horizontally.
- Added online/offline notifications.
- Added offline working of designer with service workers.
- Added property Editable for text objects and checkboxes.
- Added component SimpleProgressGauge.
- Changed style of tooltips on moving the components.
Fixes
- .Net Core
- Fixed error with packages installation.
- 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.
- Online Designer
- Fixed bug with adding the components in dialog page.
- Fixed bug with incorrect drawing the resize line of the band.
- Fixed bug with incorrect selection of DataSource for DataBand on saving a report.
↧
FastReport.Net WinFormsAdds support of TeeChart components for rendering graphs and diagrams.
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.
- 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.
↧
↧
FastReport.Net WinForms + WebFormsSVG 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.
↧
New Guide Lines in FastReport VCL Report Designer.New export filters for PDF, SVG, HTML5 plus improved designer with Guide Lines.
Features
Report Engine:
- New architecture allows the creation of interactive reports and objects editors which can be used in both the report designer and preview.
- Allows expressions post processing in «Text» objects. New post processing allows you to calculate expressions inside text objects (and others) by an event (group ending, for example) with delay. This mechanism allows showing aggregate functions like Sum at the beggining of the report, before the total value is calculated, without any script code and just from one data pass.
- New duplicates proccessing. With the new duplicates processing system it is easy to combine dublicate «Text» objects. It is also possible to clear duplicated text like it was before, but now adds the ability to hide objects with same text and even join several «Text» objects in one.
- Transport input-output filters.
- New intermediate layer between Save and Load file operations allows end users to easily save and load report templates or prepared reports.
- Allows saving export files to different files storage or sending it by e-mail. Easily save report templates, prepared reports or exported results to different places like cloud services or send by e-mail.
- Delphi's component model allows filters to be easily included in applications. With the component model it's easy to add and control transports in your application.
- FastReport VCL supports these storage: E-mail, FTP, DropBox, OneDrive, Box.com, GoogleDrive.
New objects:
- Table object
- Build tabular reports with variable numbers of rows and/or columns.
- Build complicated tabular reports without frame overlapping.
- Quickly create reports and manipulate table appearance
- Add new Row
- Add New Columns
- Change Row/Column places,
- Join cells
- Set table dimensions
- Change Row/Column sizes
- Link cells with data. Just like "Text" object Table can grow and split.
- New Map object
- Add geographical maps to your report.
- Supports different maps formats like OSM and ESRI.
- Has rich abilities such as color ranges, highlights, GPX, interactivity and more.
- Gauge object
- Add more visual representation and interaction to reports with new Gauge Types (interval, linear, radiant and more).
- New barcode types for barcode object Aztec code, MaxiCode and USPS can be used inside the report.
Exports:
- New export filter abilities for PDF, SVG, HTML5 allows processing complicated objects like RichText, Chart and Maps.
- Exports directly as vector/text format, approaching WYSIWYG in these formats.
Report Designer:
- Improved Guide lines allows moving and resizing docked objects which makes editing reports easier.
- User's can set up Guide line functionality in report designer options.
- Extended script debugger. Improves break points with the ability to temporarily disable them and set conditions for triggering.
- New window with "Local" variables list.
↧
New Maps and Gauge Objects in Fast Report VCL 6.Reworked report objects architecture adds new objects with new features such as maps and gauges.
Features
Report Engine:
- New architecture allows the creation of interactive reports and objects editors which can be used in both the report designer and preview.
- Allows expressions post processing in «Text» objects. New post processing allows you to calculate expressions inside text objects (and others) by an event (group ending, for example) with delay. This mechanism allows showing aggregate functions like Sum at the beggining of the report, before the total value is calculated, without any script code and just from one data pass.
- New duplicates proccessing. With the new duplicates processing system it is easy to combine dublicate «Text» objects. It is also possible to clear duplicated text like it was before, but now adds the ability to hide objects with same text and even join several «Text» objects in one.
- Transport input-output filters.
- New intermediate layer between Save and Load file operations allows end users to easily save and load report templates or prepared reports.
- Allows saving export files to different files storage or sending it by e-mail. Easily save report templates, prepared reports or exported results to different places like cloud services or send by e-mail.
- Delphi's component model allows filters to be easily included in applications. With the component model it's easy to add and control transports in your application.
- FastReport VCL supports these storage: E-mail, FTP, DropBox, OneDrive, Box.com, GoogleDrive.
New objects:
- Table object
- Build tabular reports with variable numbers of rows and/or columns.
- Build complicated tabular reports without frame overlapping.
- Quickly create reports and manipulate table appearance
- Add new Row
- Add New Columns
- Change Row/Column places,
- Join cells
- Set table dimensions
- Change Row/Column sizes
- Link cells with data. Just like "Text" object Table can grow and split.
- New Map object
- Add geographical maps to your report.
- Supports different maps formats like OSM and ESRI.
- Has rich abilities such as color ranges, highlights, GPX, interactivity and more.
- Gauge object
- Add more visual representation and interaction to reports with new Gauge Types (interval, linear, radiant and more).
- New barcode types for barcode object Aztec code, MaxiCode and USPS can be used inside the report.
Exports:
- New export filter abilities for PDF, SVG, HTML5 allows processing complicated objects like RichText, Chart and Maps.
- Exports directly as vector/text format, approaching WYSIWYG in these formats.
Report Designer:
- Improved Guide lines allows moving and resizing docked objects which makes editing reports easier.
- User's can set up Guide line functionality in report designer options.
- Extended script debugger. Improves break points with the ability to temporarily disable them and set conditions for triggering.
- New window with "Local" variables list.
↧
↧
FastReport VCL adds expressions post processing in Text objects.New Report Engine to create interactive reports for use in both the report designer and preview.
Features
Report Engine:
- New architecture allows the creation of interactive reports and objects editors which can be used in both the report designer and preview.
- Allows expressions post processing in «Text» objects. New post processing allows you to calculate expressions inside text objects (and others) by an event (group ending, for example) with delay. This mechanism allows showing aggregate functions like Sum at the beggining of the report, before the total value is calculated, without any script code and just from one data pass.
- New duplicates proccessing. With the new duplicates processing system it is easy to combine dublicate «Text» objects. It is also possible to clear duplicated text like it was before, but now adds the ability to hide objects with same text and even join several «Text» objects in one.
- Transport input-output filters.
- New intermediate layer between Save and Load file operations allows end users to easily save and load report templates or prepared reports.
- Allows saving export files to different files storage or sending it by e-mail. Easily save report templates, prepared reports or exported results to different places like cloud services or send by e-mail.
- Delphi's component model allows filters to be easily included in applications. With the component model it's easy to add and control transports in your application.
- FastReport VCL supports these storage: E-mail, FTP, DropBox, OneDrive, Box.com, GoogleDrive.
New objects:
- Table object
- Build tabular reports with variable numbers of rows and/or columns.
- Build complicated tabular reports without frame overlapping.
- Quickly create reports and manipulate table appearance
- Add new Row
- Add New Columns
- Change Row/Column places,
- Join cells
- Set table dimensions
- Change Row/Column sizes
- Link cells with data. Just like "Text" object Table can grow and split.
- New Map object
- Add geographical maps to your report.
- Supports different maps formats like OSM and ESRI.
- Has rich abilities such as color ranges, highlights, GPX, interactivity and more.
- Gauge object
- Add more visual representation and interaction to reports with new Gauge Types (interval, linear, radiant and more).
- New barcode types for barcode object Aztec code, MaxiCode and USPS can be used inside the report.
Exports:
- New export filter abilities for PDF, SVG, HTML5 allows processing complicated objects like RichText, Chart and Maps.
- Exports directly as vector/text format, approaching WYSIWYG in these formats.
Report Designer:
- Improved Guide lines allows moving and resizing docked objects which makes editing reports easier.
- User's can set up Guide line functionality in report designer options.
- Extended script debugger. Improves break points with the ability to temporarily disable them and set conditions for triggering.
- New window with "Local" variables list.
↧
FastReport.DesktopAdds support for vector images plus improved text rendering.
Features
- Added print of unlimited pages on roll printers
- Added a new property ParagraphFormat for formatting paragraphs in a text object only when the HtmlParagraph value is set in the TextRenderType property. This property allows you to adjust the line spacing and the first line indent.
- The new text render supports the following tags: b, i, u, strike, br, sub, sup, img, span.
- Added a new logic for converting objects before exporting, the process is automatic, this is necessary to convert some objects into vector graphics.
- Exporting the Barcode Object is now converted to vector graphics for PDF, HTML and SVG exports
- Added possibility to set default script language
- Improved image caching method for SVG object
- SVGObject exports as SVG into HTML now
- SVGObject exports as vector graphics into PDF now
- Improved paragraph based export in Word 2007
- Reduced size of output file in Word 2007 (duplicate images are not saved)
- Added a new tab "Vector Graphics" to export pdf, you able to set the quality of gradients, gradients interpolation and curves interpolation for SVG object and fonts in curves
- Export in Word 2007 in paragraph based mode saves the document without pagination
- Added converting to Number format for Excel2007 export
- Added the TextObject with TextRenderType = HtmlParagraph to pdf, html, word2007 exports
- Added checkboxes "Print optimized" in dialogs Word 2007 and Excel 2007
- 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"
- Added property RichTextObject.ConvertRichText for conversion the RichText in text objects on exporting (experimental)
- Added paragraph based export in Word 2007 (experimental)
- Increased speed of export to CSV
- Increased speed of export to PDF
Fixes
- Fixed the rendering of the subscript and superscript for the new type of the text renderer HtmlParagraph, when in some cases the size and layout of the text was incorrectly calculated.
- Fixed bug with svg objects, that contains "DOCTYPE svg PUBLIC"
- Fixed bug with default script language when standalone designer run first time
- Fixed rare bug when table is not shown in View Data window
- Fixed bug in View Data window when columns more that 655
- Fixed bug with screen resolution in Word 2007 export
- Fixed bug with paragraph formatting in Word 2007 export
- Fixed bug with wrong size of "unlimited" page in Word 2007
- Fixed bug with field names in DBF export
- 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 opening exported files in Excel 2007
- Fixed bug with slow export of reports with unlimited width or height
↧
FastReport MonoImproves WebReport, adds online designer support.
Features
- Added support for Online Designer in WebReport
- Added outline (TOC) of report in WebReport
- Added property WebReport.DesignerConfig for storing custom configuration of Online Designer
- Added properties WebReport.RequestHeaders, WebReport.ResponseHeaders
- Added catching of exceptions on call of WebReport.DesignerSaveCallBack
- 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)
- Added property WebReport.ShowBackButton to display the "Back" button (return to previous report in the tabbed report)
- Added property WebReport.LogFile to log the errors in WebReport, may be combined with WebReport.Debug
- Added property WebReport.EnableMargins to use page margins in the output (default: false)
- Added support of Page.Fill in WebReport
- Added support of WebReport background color - WebReport.BackColor (default value: White)
- Added hyperlinks on bookmarks functionality (works only with Layers = true)
- Added hyperlinks on page number functionality (works only with Layers = true)
- Added click event handler functionality (works only with Layers = true)
- Added detailed reports - hyperlinks on hidden report page or report file (works only with Layers = true)
- Added new property WebReport.ShowTabCloseButton (default value: false)
- Added new property WebReport.TabPosition (default value: TabPosition.InsideToolbar)
- Added new example for Single Page Application \Demos\C#\Web\SPADemo
- Added new enum member TabPosition.Hidden for hidding tabs from toolbar
- Added properties Left, Top, Width, Height in CustomDrawEventArgs (can be used in WebReport.CustomDraw)
- Added showing Print Dialog in print in PDF
- Added properties WebReport.DocxRowHeightIs, WebReport.PdfShowPrintDialog
- Added function WebReport.PrintInPdf(bool ShowPrintDialog) for setup showing the Print Dialog in PDF
- Added event for rendering the custom objects in Web or overriding rendering of standard objects (WebReport.CustomDraw), works only with enabled WebReport.Layer
- Added support of layered HTML in WebReport (WebReport.Layers) with better WYSIWYG
- Added property WebReport.RefreshTimeout (time for report refresh in seconds, 0 - refresh disabled), this property may be useful for Dashboard functionality
- Added autosave report templates in designer
- Added abilty to save prepared reports into cloud storage
- Added export to JSON fomat
- Added export to LaTeX format
- Improved export to SVG format
- Improved export to graphics bitmap formats
- Improved Gauge object
- Added Map object
- Added new shapes
- Added new data source CSV format
- Added experimental implementation of RichText object
- Data access objects has been ported from FR.NET
- Added support of OTF files with CFF fonts (OTTO fonts)
Fixes
- Fixed PostgreSQL issue
- Fixed font weight
- Fixed command line build under Linux and OSX (xbuild instead of mdtool)
- Fixed clipping area in preview window under Linux and OSX
- Fixed path to TrueType fonts
- Fixed horizontal justify for "space before new line" case
↧
FastReport VCL Professional EditionAdds the ability to use anchors for report objects.
Features
- Extended abilities of "Table" object.
- Reworked and improved PDF export.
- Added ability to use anchors for report objects.
- New ability to fill empty space of page with child band.
- Optimization of report engine with a lot of report objects in the report designer.
- Improved ODT export filter to use different styles for different report pages.
- Improved ODT export filter to use max page sizes for Continues sheet.
Fixes
- Fixed table(objects) width in ODT export filter (doesn't stretch to page width).
- Fixed text processing with AllowHTML in ODT export filter.
- Fixed TfrxDateEditControl with WeekNumbers = True for Windows XP.
↧
↧
FastReport VCL Enterprise EditionIncludes reworked and improved PDF export.
Features
- Extended abilities of "Table" object.
- Reworked and improved PDF export.
- Added ability to use anchors for report objects.
- New ability to fill empty space of page with child band.
- Optimization of report engine with a lot of report objects in the report designer.
- Improved ODT export filter to use different styles for different report pages.
- Improved ODT export filter to use max page sizes for Continues sheet.
Fixes
- Fixed table(objects) width in ODT export filter (doesn't stretch to page width).
- Fixed text processing with AllowHTML in ODT export filter.
- Fixed TfrxDateEditControl with WeekNumbers = True for Windows XP.
↧
FastReport VCL Standard EditionExtends the abilities of Table object, plus improves ODT export filter.
Features
- Extended abilities of "Table" object.
- Reworked and improved PDF export.
- Added ability to use anchors for report objects.
- New ability to fill empty space of page with child band.
- Optimization of report engine with a lot of report objects in the report designer.
- Improved ODT export filter to use different styles for different report pages.
- Improved ODT export filter to use max page sizes for Continues sheet.
Fixes
- Fixed table(objects) width in ODT export filter (doesn't stretch to page width).
- Fixed text processing with AllowHTML in ODT export filter.
- Fixed TfrxDateEditControl with WeekNumbers = True for Windows XP.
↧
FastReport.Net ProfessionalAdds new database connectors to the Nuget repository, plus improved exporting to PDF, HTML, Word and Excel.
Features
- Engine
- The Barcode Object is now converted to vector graphics for PDF, HTML and SVG exports.
- Added print of unlimited pages on roll printers (ReportPage.PrintOnRollPaper property).
- Added a new logic for converting objects before exporting, the process is automatic, this is necessary to convert some objects into vector graphics.
- Added a new property ParagraphFormat for formatting paragraphs in a text object only when the HtmlParagraph value is set in the TextRenderType property.
This property allows you to adjust the line spacing and the first line indent. - Rewritten code of expressions substitution in RichObject.
- The HtmlTags property of the TextObject was marked as obsolete, a new property TextRenderType was added.
- The new text render supports the following tags: b, i, u, strike, br, sub, sup, img, span.
- .Net Core
- Added SVGObject.
- Added compatibility with macOS.
- Added FastReport.Data.MsSql package to Nuget repository.
- Added FastReport.Data.MySql package to Nuget repository.
- Added FastReport.Data.Postgres package to Nuget repository.
- Added FastReport.Data.SQLite package to Nuget repository.
- Added FastReport.Data.Json package to Nuget repository.
- Added FastReport.Data.MongoDB package to Nuget repository.
- Added FastReport.Data.RavenDB package to Nuget repository.
- Added FastReport.Data.Couchbase package to Nuget repository.
- Designer
- Added possibility to set default script language.
- Added columns editor in properties and in popup menu for DataBand.
- WebReport
- Added SVGObject to WebReport as svg image.
- Added properties WebReport.DocxPrintOptimized and WebReport.XlsxPrintOptimized.
- Preview
- Added possibility to disable saving prepared report in Preview (PreviewExports.Prepared element).
- Added SaveInitialDirectory property (Config.PreviewSettings.SaveInitialDirectory = @"C:\user\initial_directory";).
- Improved image caching method for SVG object.
- Exports
- Added the TextObject with TextRenderType = HtmlParagraph to pdf, html, word2007 exports.
- Added properties Word2007Export.PrintOptimized and Excel2007Export.PrintOptimized.
- Added checkboxes "Print optimized" in dialogs Word 2007 and Excel 2007.
- SVGObject now exports as vector graphics into PDF.
- SVGObject now exports as SVG into HTML.
- Added a new tab "Vector Graphics" to export pdf, you can set the quality of gradients, gradients interpolation and curves interpolation for SVG object and fonts in curves.
- Added FontScale property to Excel2007 Export.
- Improved paragraph based export in Word 2007.
- Reduced size of output file in Word 2007 (duplicate images are not saved).
- Export in Word 2007 in paragraph based mode saves the document without pagination.
- Added converting to Number format for Excel2007 export.
- Extras
- Added Steema TeeChart object editor (double click on TeeChart object).
- Modified ActiveQueryBuilder plug-in: it now provides query parameters and shows database schema.
- Resources
- Updated French resources.
Fixes
- Engine
- Fixed image size calculation for rotating SVG object.
- Fixed the rendering of the subscript and superscript for the new type of the text renderer HtmlParagraph. In some cases the size and layout of the text was incorrectly calculated.
- Fixed bug with svg objects, that contains "DOCTYPE svg PUBLIC".
- Fixed bug with [COPYNAME#] in page watermark.
- Fixed TextObject property name where the word Multiply was used instead of Multiple.
- .Net Core
- Fixed a bug where sometimes whitespace characters at the end of a line were moved to a new line.
- Fixed bug with drill-downs in WebReport Core.
- Fixed bug with export in Word 2007 in some cases.
- Fixed bug with blank images in Excel 2007.
- Designer
- Fixed bug with default script language when standalone designer run first time.
- Fixed rare bug when table is not shown in View Data window.
- Fixed bug in View Data window when columns more that 655.
- WebReport
- Fixed bug with third and more drill-downs with detailed pages.
- Fixed bug with wrong URL's in drill-downs.
- Preview
- Fixed bug when all exports should be disabled in Preview (PreviewControl.PreviewExports == PreviewExports.None) but Excel 97, ZPL and LaTeX exports are enabled.
- Exports
- Fixed bug with drawing the borders of table in PDF export with properties Layout = Wrapped, FixedColumns = 1 and dynamic count of columns.
- Fixed bug with paddings in Excel 2007 export.
- Fixed bug with screen resolution in Word 2007 export.
- Fixed bug with paragraph formatting in Word 2007 export.
- Fixed bug with wrong size of "unlimited" page in Word 2007.
- Fixed bug with field names in DBF export.
- Fixed bug with overlapping of text labels in SVG export dialog.
- Extras
- Fixed bug with some string values when connecting data source to TeeChart object.
- Removed the ability to select for properties LabelField, XValuesField and YValuesField fields from data sources to which the TeeChart object is not connected.
↧
FastReport.Net EnterpriseAdds new database connectors to the Nuget repository, plus enhanced WebReport and Online Designer.
Features
- Engine
- The Barcode Object is now converted to vector graphics for PDF, HTML and SVG exports.
- Added print of unlimited pages on roll printers (ReportPage.PrintOnRollPaper property).
- Added a new logic for converting objects before exporting, the process is automatic, this is necessary to convert some objects into vector graphics.
- Added a new property ParagraphFormat for formatting paragraphs in a text object only when the HtmlParagraph value is set in the TextRenderType property.
This property allows you to adjust the line spacing and the first line indent. - Rewritten code of expressions substitution in RichObject.
- The HtmlTags property of the TextObject was marked as obsolete, a new property TextRenderType was added.
- The new text render supports the following tags: b, i, u, strike, br, sub, sup, img, span.
- .Net Core
- Added SVGObject.
- Added compatibility with macOS.
- Added FastReport.Data.MsSql package to Nuget repository.
- Added FastReport.Data.MySql package to Nuget repository.
- Added FastReport.Data.Postgres package to Nuget repository.
- Added FastReport.Data.SQLite package to Nuget repository.
- Added FastReport.Data.Json package to Nuget repository.
- Added FastReport.Data.MongoDB package to Nuget repository.
- Added FastReport.Data.RavenDB package to Nuget repository.
- Added FastReport.Data.Couchbase package to Nuget repository.
- Designer
- Added possibility to set default script language.
- Added columns editor in properties and in popup menu for DataBand.
- WebReport
- Added SVGObject to WebReport as svg image.
- Added properties WebReport.DocxPrintOptimized and WebReport.XlsxPrintOptimized.
- Online Designer
- Added the ability to change the language in the tab view.
- All requests are sent from the same-origin.
- Preview
- Added possibility to disable saving prepared report in Preview (PreviewExports.Prepared element).
- Added SaveInitialDirectory property (Config.PreviewSettings.SaveInitialDirectory = @"C:\user\initial_directory";).
- Improved image caching method for SVG object.
- Exports
- Added the TextObject with TextRenderType = HtmlParagraph to pdf, html, word2007 exports.
- Added properties Word2007Export.PrintOptimized and Excel2007Export.PrintOptimized.
- Added checkboxes "Print optimized" in dialogs Word 2007 and Excel 2007.
- SVGObject now exports as vector graphics into PDF.
- SVGObject now exports as SVG into HTML.
- Added a new tab "Vector Graphics" to export pdf, you can set the quality of gradients, gradients interpolation and curves interpolation for SVG object and fonts in curves.
- Added FontScale property to Excel2007 Export.
- Improved paragraph based export in Word 2007.
- Reduced size of output file in Word 2007 (duplicate images are not saved).
- Export in Word 2007 in paragraph based mode saves the document without pagination.
- Added converting to Number format for Excel2007 export.
- Extras
- Added Steema TeeChart object editor (double click on TeeChart object).
- Modified ActiveQueryBuilder plug-in: it now provides query parameters and shows database schema.
- Resources
- Updated French resources.
Fixes
- Engine
- Fixed image size calculation for rotating SVG object.
- Fixed the rendering of the subscript and superscript for the new type of the text renderer HtmlParagraph. In some cases the size and layout of the text was incorrectly calculated.
- Fixed bug with svg objects, that contains "DOCTYPE svg PUBLIC".
- Fixed bug with [COPYNAME#] in page watermark.
- Fixed TextObject property name where the word Multiply was used instead of Multiple.
- .Net Core
- Fixed a bug where sometimes whitespace characters at the end of a line were moved to a new line.
- Fixed bug with drill-downs in WebReport Core.
- Fixed bug with export in Word 2007 in some cases.
- Fixed bug with blank images in Excel 2007.
- Designer
- Fixed bug with default script language when standalone designer run first time.
- Fixed rare bug when table is not shown in View Data window.
- Fixed bug in View Data window when columns more that 655.
- WebReport
- Fixed bug with third and more drill-downs with detailed pages.
- Fixed bug with wrong URL's in drill-downs.
- Online Designer
- Fixed abbreviations of some languages.
- Preview
- Fixed bug when all exports should be disabled in Preview (PreviewControl.PreviewExports == PreviewExports.None) but Excel 97, ZPL and LaTeX exports are enabled.
- Exports
- Fixed bug with drawing the borders of table in PDF export with properties Layout = Wrapped, FixedColumns = 1 and dynamic count of columns.
- Fixed bug with paddings in Excel 2007 export.
- Fixed bug with screen resolution in Word 2007 export.
- Fixed bug with paragraph formatting in Word 2007 export.
- Fixed bug with wrong size of "unlimited" page in Word 2007.
- Fixed bug with field names in DBF export.
- Fixed bug with overlapping of text labels in SVG export dialog.
- Extras
- Fixed bug with some string values when connecting data source to TeeChart object.
- Removed the ability to select for properties LabelField, XValuesField and YValuesField fields from data sources to which the TeeChart object is not connected.
↧
↧
FastReport.Net WinFormsAdds ability to export barcodes to PDF and HTML as vector images.
Features
- Engine
- The Barcode Object is now converted to vector graphics for PDF, HTML and SVG exports.
- Added print of unlimited pages on roll printers (ReportPage.PrintOnRollPaper property).
- Added a new logic for converting objects before exporting, the process is automatic, this is necessary to convert some objects into vector graphics.
- Added a new property ParagraphFormat for formatting paragraphs in a text object only when the HtmlParagraph value is set in the TextRenderType property.
This property allows you to adjust the line spacing and the first line indent. - Rewritten code of expressions substitution in RichObject.
- The HtmlTags property of the TextObject was marked as obsolete, a new property TextRenderType was added.
- The new text render supports the following tags: b, i, u, strike, br, sub, sup, img, span.
- Designer
- Added possibility to set default script language.
- Added columns editor in properties and in popup menu for DataBand.
- Preview
- Added possibility to disable saving prepared report in Preview (PreviewExports.Prepared element).
- Added SaveInitialDirectory property (Config.PreviewSettings.SaveInitialDirectory = @"C:\user\initial_directory";).
- Improved image caching method for SVG object.
- Exports
- Added the TextObject with TextRenderType = HtmlParagraph to pdf, html, word2007 exports.
- Added properties Word2007Export.PrintOptimized and Excel2007Export.PrintOptimized.
- Added checkboxes "Print optimized" in dialogs Word 2007 and Excel 2007.
- SVGObject now exports as vector graphics into PDF.
- SVGObject now exports as SVG into HTML.
- Added a new tab "Vector Graphics" to export pdf, you can set the quality of gradients, gradients interpolation and curves interpolation for SVG object and fonts in curves.
- Added FontScale property to Excel2007 Export.
- Improved paragraph based export in Word 2007.
- Reduced size of output file in Word 2007 (duplicate images are not saved).
- Export in Word 2007 in paragraph based mode saves the document without pagination.
- Added converting to Number format for Excel2007 export.
- Extras
- Added Steema TeeChart object editor (double click on TeeChart object).
- Modified ActiveQueryBuilder plug-in: it now provides query parameters and shows database schema.
- Resources
- Updated French resources.
Fixes
- Engine
- Fixed image size calculation for rotating SVG object.
- Fixed the rendering of the subscript and superscript for the new type of the text renderer HtmlParagraph. In some cases the size and layout of the text was incorrectly calculated.
- Fixed bug with svg objects, that contains "DOCTYPE svg PUBLIC".
- Fixed bug with [COPYNAME#] in page watermark.
- Fixed TextObject property name where the word Multiply was used instead of Multiple.
- Designer
- Fixed bug with default script language when standalone designer run first time.
- Fixed rare bug when table is not shown in View Data window.
- Fixed bug in View Data window when columns more that 655.
- Preview
- Fixed bug when all exports should be disabled in Preview (PreviewControl.PreviewExports == PreviewExports.None) but Excel 97, ZPL and LaTeX exports are enabled.
- Exports
- Fixed bug with drawing the borders of table in PDF export with properties Layout = Wrapped, FixedColumns = 1 and dynamic count of columns.
- Fixed bug with paddings in Excel 2007 export.
- Fixed bug with screen resolution in Word 2007 export.
- Fixed bug with paragraph formatting in Word 2007 export.
- Fixed bug with wrong size of "unlimited" page in Word 2007.
- Fixed bug with field names in DBF export.
- Fixed bug with overlapping of text labels in SVG export dialog.
- Extras
- Fixed bug with some string values when connecting data source to TeeChart object.
- Removed the ability to select for properties LabelField, XValuesField and YValuesField fields from data sources to which the TeeChart object is not connected.
↧
FastReport.Net WinForms + WebFormsImproves WebReport and Online Designer, plus new ability to export barcodes to PDF and HTML as vector images.
Features
- Engine
- The Barcode Object is now converted to vector graphics for PDF, HTML and SVG exports.
- Added print of unlimited pages on roll printers (ReportPage.PrintOnRollPaper property).
- Added a new logic for converting objects before exporting, the process is automatic, this is necessary to convert some objects into vector graphics.
- Added a new property ParagraphFormat for formatting paragraphs in a text object only when the HtmlParagraph value is set in the TextRenderType property.
This property allows you to adjust the line spacing and the first line indent. - Rewritten code of expressions substitution in RichObject.
- The HtmlTags property of the TextObject was marked as obsolete, a new property TextRenderType was added.
- The new text render supports the following tags: b, i, u, strike, br, sub, sup, img, span.
- Designer
- Added possibility to set default script language.
- Added columns editor in properties and in popup menu for DataBand.
- WebReport
- Added SVGObject to WebReport as svg image.
- Added properties WebReport.DocxPrintOptimized and WebReport.XlsxPrintOptimized.
- Preview
- Added possibility to disable saving prepared report in Preview (PreviewExports.Prepared element).
- Added SaveInitialDirectory property (Config.PreviewSettings.SaveInitialDirectory = @"C:\user\initial_directory";).
- Improved image caching method for SVG object.
- Exports
- Added the TextObject with TextRenderType = HtmlParagraph to pdf, html, word2007 exports.
- Added properties Word2007Export.PrintOptimized and Excel2007Export.PrintOptimized.
- Added checkboxes "Print optimized" in dialogs Word 2007 and Excel 2007.
- SVGObject now exports as vector graphics into PDF.
- SVGObject now exports as SVG into HTML.
- Added a new tab "Vector Graphics" to export pdf, you can set the quality of gradients, gradients interpolation and curves interpolation for SVG object and fonts in curves.
- Added FontScale property to Excel2007 Export.
- Improved paragraph based export in Word 2007.
- Reduced size of output file in Word 2007 (duplicate images are not saved).
- Export in Word 2007 in paragraph based mode saves the document without pagination.
- Added converting to Number format for Excel2007 export.
- Extras
- Added Steema TeeChart object editor (double click on TeeChart object).
- Modified ActiveQueryBuilder plug-in: it now provides query parameters and shows database schema.
- Resources
- Updated French resources.
Fixes
- Engine
- Fixed image size calculation for rotating SVG object.
- Fixed the rendering of the subscript and superscript for the new type of the text renderer HtmlParagraph. In some cases the size and layout of the text was incorrectly calculated.
- Fixed bug with svg objects, that contains "DOCTYPE svg PUBLIC".
- Fixed bug with [COPYNAME#] in page watermark.
- Fixed TextObject property name where the word Multiply was used instead of Multiple.
- Designer
- Fixed bug with default script language when standalone designer run first time.
- Fixed rare bug when table is not shown in View Data window.
- Fixed bug in View Data window when columns more that 655.
- WebReport
- Fixed bug with third and more drill-downs with detailed pages.
- Fixed bug with wrong URL's in drill-downs.
- Preview
- Fixed bug when all exports should be disabled in Preview (PreviewControl.PreviewExports == PreviewExports.None) but Excel 97, ZPL and LaTeX exports are enabled.
- Exports
- Fixed bug with drawing the borders of table in PDF export with properties Layout = Wrapped, FixedColumns = 1 and dynamic count of columns.
- Fixed bug with paddings in Excel 2007 export.
- Fixed bug with screen resolution in Word 2007 export.
- Fixed bug with paragraph formatting in Word 2007 export.
- Fixed bug with wrong size of "unlimited" page in Word 2007.
- Fixed bug with field names in DBF export.
- Fixed bug with overlapping of text labels in SVG export dialog.
- Extras
- Fixed bug with some string values when connecting data source to TeeChart object.
- Removed the ability to select for properties LabelField, XValuesField and YValuesField fields from data sources to which the TeeChart object is not connected.
↧
FastReport FMXAdds support for Embarcadero RAD Studio 10.2 Tokyo.
Features
- Added support for Embarcadero RAD Studio 10.2 Tokyo.
- Added text split for simple text render.
- Changed text alignment in PDF export.
Fixes
- Fixed wrong barcode text size when printing under OSX.
- Fixed HTML tags on OSX.
- Fixed variables editor.
- Fixed Added modal dialog OSX workaround (fixed when dialog appears behind non-modal form).
- Fixed general printers errors under OSX.
- Fixed printing of HTML text.
- Fixed calcheight function for simple text render under OSX.
- Fixed Align grid in the report designer.
- Fixed text search for OSX(frxCompareText).
- Fixed several multi-thread problems.
- Fixed Double buffered preview fix for shapes objects.
- Fixed printing from GDIP context.
- Fixed parameters editor for RAD Studio 10.1.
- Fixed TfrxDBLookupComboBox filling.
- Fixed formatting in PDF export.
- Fixed text vertical align on windows.
- Fixed scrollbars in the XE3.
- Fixed Financial series for TeeChart Pro.
- Fixed OpenAfterExport in the CSV export.
↧
September 17, 2018, 1:40 am
FastReport.Net WinFormsImproves built in parser of Rich Text, plus Export to Excel now allows document scaling for printer output.
Features
- Engine
- Added possibility to access totals, parameters and variables without case sensitivity.
- Added a new experimental feature to improve the work with memory.
- New RTF parser - if "ConvertRichText" option is enabled, then an embedded RTF document is splitting to report objects - TextObject, TableObject, and PictureObject.
- Now division by zero does not lead to generator crashing, instead of that expression containing error will be exchanged to text "DIVISION BY ZERO!".
- Optimized QR Code Barcode Object rendering.
- Designer
- Now in View Data window shows numbers of rows on page.
- Added ability to resize band by dragging its top, in this case objects move in band.
- Added ability to copy report pages in designer.
- Added "Text file (*.txt)" and "All files(*.*)" filters in CSV connection.
- Added Hyperlink.OpenLinkInNewTab property.
- Buttons in View Data window are disabled when window less than needed for one row.
- Now buttons in Data Tree become disabled when the tree loses focus.
- Preview
- Added ability to copy and delete prepared pages in preview.
- Exports
- Added property HTMLExport.EnableVectorObjects (enabled by default).
- Added a new property AsBitmap for Barcode which indicates to use a bitmap instead of vector, the default property is False, which means exporting as a vector.
- Added the DoNotExpandShiftReturn property to the Word2007Export user interface, allowing you to control the horizontal alignment for soft return.
- Added property Excel2007Export.PrintFit in Excel 2007 export (may be set in NoScaling, FitSheetOnOnePage, FitAllColumsOnOnePage, FitAllRowsOnOnePage).
- Updated export to FR3 (FastReport VCL files), added export of tables, barcodes, maps and shapes.
- The exports menu has been refactored, now the exports are grouped by category.
- Increased accuracy for SVG in high resolution when exporting to PDF.
Fixes
- Engine
- Fixed CR/LF translation in an expression result inside Richtext object
- Fixed expression parser of RichObject
- Fixed bug with RTF tags inside expression of RichText object
- Fixed bug with encoding of character ";" in barcode Code128
- Fixed a bug with the rotation of barcodes
- Fixed a bug where in some cases, images when exporting to PDF were higher than needed
- Fixed a bug of printing text objects with the property TextRenderType = HtmlParagraph
- Fixed a bug where a large amount of text in a cell leads to in an infinite generation of blank pages in the report
- Fixed "An item with the same key has already been added" bug in AssemblyDescriptor.Compile() method
- Fixed bug in MSChartObject with AutoSeries in detailed reports
- Fix parsing of multipage text in RichObject
- Fixed bug with "SVGObject.Grayscale = true -> SVGObject.Grayscale = false is still Grayscale"
- Fixed bug with position of SubreportObject on page with unlimited width
- Important Change - Fast Reports decreased the default value of the MaxHeight property from 5000 to 1000 for the TableRow object. You need to check your reports if you used rows in tables large then 10 inches in height.
- Designer
- Fixed bug with entering Polish symbol "ą" (Right Alt + "A") in text editor
- Fixed rare bug when View Data window is increased and not all rows are shown but there is enough space
- Fixed bug with saving file to wrong folder in Save As dialog
- Fixed a bug with file extension in Save As dialog, when report is converted from a file that is not FastReport .NET file
- Fixed bug with incorrect movement of objects when mouse moves too fast if band is resizing by dragging its top
- Fixed bug with System.NullReferenceException after closing Start Page tab in MDI designer
- Fixed bug with System.ArgumentException when file name contains point "." in CSV connection
- Fixed bug with equal field names in CSV connection when field names are stored in first line of file
- Fixed bug with lost focus of Event Editor after Preview
- Fixed bug with visibility of DataBand properties Left, Top and Width
- Fixed bug with System.OverflowException in DesignerControl when loading report containing page with unlimited width
- Fixed bug with incorrect addition of a new object if property of the selected object has changed
- Exports
- Fixed bug with negative width/height of picture in HTML export and WebReport
- Fixed dynamic page orientation, page size and padding in MS Word 2007
- Fixed memory leak with using barcodes in PDF, HTML exports
- Fixed bug with barcode incorrect position inside TableCell in PDF, HTML, SVG exports
- Fixed bug with incorrect file names in HTML export with Subfolder = true
- Fixed bug with single picture in Excel 2003 (xls, BIFF8) and Excel 2007 (xlsx)
- Fixed bug with transparent background of picture in Excel 2007 (xlsx)
- Fix "Text in Curves" mode in PDF export
- Fix font style simulation in PDF export
- Deep refactoring of font embedding engine, added check font's rights for embedding/subsetting
- Fixed bug with drawing the borders of table in PDF export with properties Layout = Wrapped, FixedColumns = 1 and dynamic count of columns
- Fixed bug with paddings in Excel 2007 export
- Fixed bug with opening export file in Excel 2007 with non-zero ParagraphOffset property
- Fixed bug with exporting pictures to Excel 2003 (BIFF8, xls)
- Fixed issue with decimal separator in Persian locale
- Fixed the export property SvgAsPicture of PDF, when the barcodes were exported as SVG and not as images
- Fixed a bug with the export of BarcodeObject with using the Padding property when it is converted to SVG
- Fixed issue with exporting \ in Hyperlinks in PDF
- Fixed null reference exception in ImageExport when Watermark.Text is null
- Fixed issue with Watermark transparency in PDF export
- Fixed bug with extra width documents in export in Excel 2007
- Fixed bug with "too much bold" in PDF export
- Fixed bug with export of some characters in Excel2007Export
- Extras
- Fixed bug with ActiveQueryBuilder parameters
- Fixed FastReport.Data.Json package bug with Newtonsoft.Json.dll location
- Fixed bug with quotes in queries, that contain schema name in FastReport.Data.Postgres package; now available non-public schemas in designer
↧
↧
September 17, 2018, 1:41 am
FastReport.Net WinForms + WebFormsExport to Excel now allows document scaling for printer output, with several new fit to one page options.
Features
- Engine
- Added possibility to access totals, parameters and variables without case sensitivity.
- Added a new experimental feature to improve the work with memory.
- New RTF parser - if "ConvertRichText" option is enabled, then an embedded RTF document is splitting to report objects - TextObject, TableObject, and PictureObject.
- Now division by zero does not lead to generator crashing, instead of that expression containing error will be exchanged to text "DIVISION BY ZERO!".
- Optimized QR Code Barcode Object rendering.
- Designer
- Now in View Data window shows numbers of rows on page.
- Added ability to resize band by dragging its top, in this case objects move in band.
- Added ability to copy report pages in designer.
- Added "Text file (*.txt)" and "All files(*.*)" filters in CSV connection.
- Added Hyperlink.OpenLinkInNewTab property.
- Buttons in View Data window are disabled when window less than needed for one row.
- Now buttons in Data Tree become disabled when the tree loses focus.
- Preview
- Added ability to copy and delete prepared pages in preview.
- Exports
- Added property HTMLExport.EnableVectorObjects (enabled by default).
- Added a new property AsBitmap for Barcode which indicates to use a bitmap instead of vector, the default property is False, which means exporting as a vector.
- Added the DoNotExpandShiftReturn property to the Word2007Export user interface, allowing you to control the horizontal alignment for soft return.
- Added property Excel2007Export.PrintFit in Excel 2007 export (may be set in NoScaling, FitSheetOnOnePage, FitAllColumsOnOnePage, FitAllRowsOnOnePage).
- Updated export to FR3 (FastReport VCL files), added export of tables, barcodes, maps and shapes.
- The exports menu has been refactored, now the exports are grouped by category.
- Increased accuracy for SVG in high resolution when exporting to PDF.
- WebReport
- Added an example Demos/C#/Web/PreparedPreview/ that demonstrates of working with prepared report in Web.
- Added a method WebReport.LoadFromFile(string fileName) that loads a report from file.
- Added a method WebReport.LoadFromStream(Stream stream) that loads a report from stream.
- Added a method WebReport.LoadPrepared(string fileName) that loads a prepared report from file.
- Added a method WebReport.LoadPrepared(Stream stream) that loads a prepared report from stream.
- Added a constructor WebReport(bool inlineRegistration) that makes fast initialization of control without any previous external scripts/css loading.
- Added a constructor WebReport(bool inlineRegistration, bool stretched) that makes fast initialization with presets for 100% width and 100% height.
- Added a property WebReport.XlsxPrintFitPage for enable stretching the Excel 2007 worksheet in one page on printing.
Fixes
- Engine
- Fixed CR/LF translation in an expression result inside Richtext object
- Fixed expression parser of RichObject
- Fixed bug with RTF tags inside expression of RichText object
- Fixed bug with encoding of character ";" in barcode Code128
- Fixed a bug with the rotation of barcodes
- Fixed a bug where in some cases, images when exporting to PDF were higher than needed
- Fixed a bug of printing text objects with the property TextRenderType = HtmlParagraph
- Fixed a bug where a large amount of text in a cell leads to in an infinite generation of blank pages in the report
- Fixed "An item with the same key has already been added" bug in AssemblyDescriptor.Compile() method
- Fixed bug in MSChartObject with AutoSeries in detailed reports
- Fix parsing of multipage text in RichObject
- Fixed bug with "SVGObject.Grayscale = true -> SVGObject.Grayscale = false is still Grayscale"
- Fixed bug with position of SubreportObject on page with unlimited width
- Important Change - Fast Reports decreased the default value of the MaxHeight property from 5000 to 1000 for the TableRow object. You need to check your reports if you used rows in tables large then 10 inches in height.
- Designer
- Fixed bug with entering Polish symbol "ą" (Right Alt + "A") in text editor
- Fixed rare bug when View Data window is increased and not all rows are shown but there is enough space
- Fixed bug with saving file to wrong folder in Save As dialog
- Fixed a bug with file extension in Save As dialog, when report is converted from a file that is not FastReport .NET file
- Fixed bug with incorrect movement of objects when mouse moves too fast if band is resizing by dragging its top
- Fixed bug with System.NullReferenceException after closing Start Page tab in MDI designer
- Fixed bug with System.ArgumentException when file name contains point "." in CSV connection
- Fixed bug with equal field names in CSV connection when field names are stored in first line of file
- Fixed bug with lost focus of Event Editor after Preview
- Fixed bug with visibility of DataBand properties Left, Top and Width
- Fixed bug with System.OverflowException in DesignerControl when loading report containing page with unlimited width
- Fixed bug with incorrect addition of a new object if property of the selected object has changed
- Exports
- Fixed bug with negative width/height of picture in HTML export and WebReport
- Fixed dynamic page orientation, page size and padding in MS Word 2007
- Fixed memory leak with using barcodes in PDF, HTML exports
- Fixed bug with barcode incorrect position inside TableCell in PDF, HTML, SVG exports
- Fixed bug with incorrect file names in HTML export with Subfolder = true
- Fixed bug with single picture in Excel 2003 (xls, BIFF8) and Excel 2007 (xlsx)
- Fixed bug with transparent background of picture in Excel 2007 (xlsx)
- Fix "Text in Curves" mode in PDF export
- Fix font style simulation in PDF export
- Deep refactoring of font embedding engine, added check font's rights for embedding/subsetting
- Fixed bug with drawing the borders of table in PDF export with properties Layout = Wrapped, FixedColumns = 1 and dynamic count of columns
- Fixed bug with paddings in Excel 2007 export
- Fixed bug with opening export file in Excel 2007 with non-zero ParagraphOffset property
- Fixed bug with exporting pictures to Excel 2003 (BIFF8, xls)
- Fixed issue with decimal separator in Persian locale
- Fixed the export property SvgAsPicture of PDF, when the barcodes were exported as SVG and not as images
- Fixed a bug with the export of BarcodeObject with using the Padding property when it is converted to SVG
- Fixed issue with exporting \ in Hyperlinks in PDF
- Fixed null reference exception in ImageExport when Watermark.Text is null
- Fixed issue with Watermark transparency in PDF export
- Fixed bug with extra width documents in export in Excel 2007
- Fixed bug with "too much bold" in PDF export
- Fixed bug with export of some characters in Excel2007Export
- WebReport
- Fixed bug with checking handlers in Web.config
- Fixed bug with saving report with Referenced Assemblies in Online Designer from Firefox browser
- Fixed bug with rendering of barcodes in Internet Explorer 8 and older
- Extras
- Fixed bug with ActiveQueryBuilder parameters
- Fixed FastReport.Data.Json package bug with Newtonsoft.Json.dll location
- Fixed bug with quotes in queries, that contain schema name in FastReport.Data.Postgres package; now available non-public schemas in designer
↧
September 17, 2018, 1:42 am
FastReport.Net ProfessionalCore adds a new package for working with Oracle, export to Excel now allows document scaling for printer output.
Features
- Engine
- Added possibility to access totals, parameters and variables without case sensitivity.
- Added a new experimental feature to improve the work with memory.
- New RTF parser - if "ConvertRichText" option is enabled, then an embedded RTF document is splitting to report objects - TextObject, TableObject, and PictureObject.
- Now division by zero does not lead to generator crashing, instead of that expression containing error will be exchanged to text "DIVISION BY ZERO!".
- Optimized QR Code Barcode Object rendering.
- Designer
- Now in View Data window shows numbers of rows on page.
- Added ability to resize band by dragging its top, in this case objects move in band.
- Added ability to copy report pages in designer.
- Added "Text file (*.txt)" and "All files(*.*)" filters in CSV connection.
- Added Hyperlink.OpenLinkInNewTab property.
- Buttons in View Data window are disabled when window less than needed for one row.
- Now buttons in Data Tree become disabled when the tree loses focus.
- Preview
- Added ability to copy and delete prepared pages in preview.
- Exports
- Added property HTMLExport.EnableVectorObjects (enabled by default).
- Added a new property AsBitmap for Barcode which indicates to use a bitmap instead of vector, the default property is False, which means exporting as a vector.
- Added the DoNotExpandShiftReturn property to the Word2007Export user interface, allowing you to control the horizontal alignment for soft return.
- Added property Excel2007Export.PrintFit in Excel 2007 export (may be set in NoScaling, FitSheetOnOnePage, FitAllColumsOnOnePage, FitAllRowsOnOnePage).
- Updated export to FR3 (FastReport VCL files), added export of tables, barcodes, maps and shapes.
- The exports menu has been refactored, now the exports are grouped by category.
- Increased accuracy for SVG in high resolution when exporting to PDF.
- .Net Core
- Added FastReport.Data.OracleODPCore package to Nuget repository.
- WebReport
- Added an example Demos/C#/Web/PreparedPreview/ that demonstrates of working with prepared report in Web.
- Added a method WebReport.LoadFromFile(string fileName) that loads a report from file.
- Added a method WebReport.LoadFromStream(Stream stream) that loads a report from stream.
- Added a method WebReport.LoadPrepared(string fileName) that loads a prepared report from file.
- Added a method WebReport.LoadPrepared(Stream stream) that loads a prepared report from stream.
- Added a constructor WebReport(bool inlineRegistration) that makes fast initialization of control without any previous external scripts/css loading.
- Added a constructor WebReport(bool inlineRegistration, bool stretched) that makes fast initialization with presets for 100% width and 100% height.
- Added a property WebReport.XlsxPrintFitPage for enable stretching the Excel 2007 worksheet in one page on printing.
Fixes
- Engine
- Fixed CR/LF translation in an expression result inside Richtext object
- Fixed expression parser of RichObject
- Fixed bug with RTF tags inside expression of RichText object
- Fixed bug with encoding of character ";" in barcode Code128
- Fixed a bug with the rotation of barcodes
- Fixed a bug where in some cases, images when exporting to PDF were higher than needed
- Fixed a bug of printing text objects with the property TextRenderType = HtmlParagraph
- Fixed a bug where a large amount of text in a cell leads to in an infinite generation of blank pages in the report
- Fixed "An item with the same key has already been added" bug in AssemblyDescriptor.Compile() method
- Fixed bug in MSChartObject with AutoSeries in detailed reports
- Fix parsing of multipage text in RichObject
- Fixed bug with "SVGObject.Grayscale = true -> SVGObject.Grayscale = false is still Grayscale"
- Fixed bug with position of SubreportObject on page with unlimited width
- Important Change - Fast Reports decreased the default value of the MaxHeight property from 5000 to 1000 for the TableRow object. You need to check your reports if you used rows in tables large then 10 inches in height.
- Designer
- Fixed bug with entering Polish symbol "ą" (Right Alt + "A") in text editor
- Fixed rare bug when View Data window is increased and not all rows are shown but there is enough space
- Fixed bug with saving file to wrong folder in Save As dialog
- Fixed a bug with file extension in Save As dialog, when report is converted from a file that is not FastReport .NET file
- Fixed bug with incorrect movement of objects when mouse moves too fast if band is resizing by dragging its top
- Fixed bug with System.NullReferenceException after closing Start Page tab in MDI designer
- Fixed bug with System.ArgumentException when file name contains point "." in CSV connection
- Fixed bug with equal field names in CSV connection when field names are stored in first line of file
- Fixed bug with lost focus of Event Editor after Preview
- Fixed bug with visibility of DataBand properties Left, Top and Width
- Fixed bug with System.OverflowException in DesignerControl when loading report containing page with unlimited width
- Fixed bug with incorrect addition of a new object if property of the selected object has changed
- Exports
- Fixed bug with negative width/height of picture in HTML export and WebReport
- Fixed dynamic page orientation, page size and padding in MS Word 2007
- Fixed memory leak with using barcodes in PDF, HTML exports
- Fixed bug with barcode incorrect position inside TableCell in PDF, HTML, SVG exports
- Fixed bug with incorrect file names in HTML export with Subfolder = true
- Fixed bug with single picture in Excel 2003 (xls, BIFF8) and Excel 2007 (xlsx)
- Fixed bug with transparent background of picture in Excel 2007 (xlsx)
- Fix "Text in Curves" mode in PDF export
- Fix font style simulation in PDF export
- Deep refactoring of font embedding engine, added check font's rights for embedding/subsetting
- Fixed bug with drawing the borders of table in PDF export with properties Layout = Wrapped, FixedColumns = 1 and dynamic count of columns
- Fixed bug with paddings in Excel 2007 export
- Fixed bug with opening export file in Excel 2007 with non-zero ParagraphOffset property
- Fixed bug with exporting pictures to Excel 2003 (BIFF8, xls)
- Fixed issue with decimal separator in Persian locale
- Fixed the export property SvgAsPicture of PDF, when the barcodes were exported as SVG and not as images
- Fixed a bug with the export of BarcodeObject with using the Padding property when it is converted to SVG
- Fixed issue with exporting \ in Hyperlinks in PDF
- Fixed null reference exception in ImageExport when Watermark.Text is null
- Fixed issue with Watermark transparency in PDF export
- Fixed bug with extra width documents in export in Excel 2007
- Fixed bug with "too much bold" in PDF export
- Fixed bug with export of some characters in Excel2007Export
- .Net Core
- Fixed a bug where sometimes whitespace characters at the end of a line were moved to a new line
- Fixed a bug with https-saving in Online Designer for FastReprot.Web.Core
- Fixed a bug where Core exports were wrong
- Fixed a bug with corrupted "new line" symbols in online designer
- WebReport
- Fixed bug with checking handlers in Web.config
- Fixed bug with saving report with Referenced Assemblies in Online Designer from Firefox browser
- Fixed bug with rendering of barcodes in Internet Explorer 8 and older
- Extras
- Fixed bug with ActiveQueryBuilder parameters
- Fixed FastReport.Data.Json package bug with Newtonsoft.Json.dll location
- Fixed bug with quotes in queries, that contain schema name in FastReport.Data.Postgres package; now available non-public schemas in designer
↧
September 17, 2018, 1:44 am
FastReport.Net EnterpriseAdds support for working with Oracle, plus enhancements to report engine, designer, preview and export.
Features
- Engine
- Added possibility to access totals, parameters and variables without case sensitivity.
- Added a new experimental feature to improve the work with memory.
- New RTF parser - if "ConvertRichText" option is enabled, then an embedded RTF document is splitting to report objects - TextObject, TableObject, and PictureObject.
- Now division by zero does not lead to generator crashing, instead of that expression containing error will be exchanged to text "DIVISION BY ZERO!".
- Optimized QR Code Barcode Object rendering.
- Designer
- Now in View Data window shows numbers of rows on page.
- Added ability to resize band by dragging its top, in this case objects move in band.
- Added ability to copy report pages in designer.
- Added "Text file (*.txt)" and "All files(*.*)" filters in CSV connection.
- Added Hyperlink.OpenLinkInNewTab property.
- Buttons in View Data window are disabled when window less than needed for one row.
- Now buttons in Data Tree become disabled when the tree loses focus.
- Preview
- Added ability to copy and delete prepared pages in preview.
- Exports
- Added property HTMLExport.EnableVectorObjects (enabled by default).
- Added a new property AsBitmap for Barcode which indicates to use a bitmap instead of vector, the default property is False, which means exporting as a vector.
- Added the DoNotExpandShiftReturn property to the Word2007Export user interface, allowing you to control the horizontal alignment for soft return.
- Added property Excel2007Export.PrintFit in Excel 2007 export (may be set in NoScaling, FitSheetOnOnePage, FitAllColumsOnOnePage, FitAllRowsOnOnePage).
- Updated export to FR3 (FastReport VCL files), added export of tables, barcodes, maps and shapes.
- The exports menu has been refactored, now the exports are grouped by category.
- Increased accuracy for SVG in high resolution when exporting to PDF.
- .Net Core
- Added FastReport.Data.OracleODPCore package to Nuget repository.
- WebReport
- Added an example Demos/C#/Web/PreparedPreview/ that demonstrates of working with prepared report in Web.
- Added a method WebReport.LoadFromFile(string fileName) that loads a report from file.
- Added a method WebReport.LoadFromStream(Stream stream) that loads a report from stream.
- Added a method WebReport.LoadPrepared(string fileName) that loads a prepared report from file.
- Added a method WebReport.LoadPrepared(Stream stream) that loads a prepared report from stream.
- Added a constructor WebReport(bool inlineRegistration) that makes fast initialization of control without any previous external scripts/css loading.
- Added a constructor WebReport(bool inlineRegistration, bool stretched) that makes fast initialization with presets for 100% width and 100% height.
- Added a property WebReport.XlsxPrintFitPage for enable stretching the Excel 2007 worksheet in one page on printing.
- Online Designer
- Added property Hyperlink.OpenLinkInNewTab for opening links in new tabs.
Fixes
- Engine
- Fixed CR/LF translation in an expression result inside Richtext object
- Fixed expression parser of RichObject
- Fixed bug with RTF tags inside expression of RichText object
- Fixed bug with encoding of character ";" in barcode Code128
- Fixed a bug with the rotation of barcodes
- Fixed a bug where in some cases, images when exporting to PDF were higher than needed
- Fixed a bug of printing text objects with the property TextRenderType = HtmlParagraph
- Fixed a bug where a large amount of text in a cell leads to in an infinite generation of blank pages in the report
- Fixed "An item with the same key has already been added" bug in AssemblyDescriptor.Compile() method
- Fixed bug in MSChartObject with AutoSeries in detailed reports
- Fix parsing of multipage text in RichObject
- Fixed bug with "SVGObject.Grayscale = true -> SVGObject.Grayscale = false is still Grayscale"
- Fixed bug with position of SubreportObject on page with unlimited width
- Important Change - Fast Reports decreased the default value of the MaxHeight property from 5000 to 1000 for the TableRow object. You need to check your reports if you used rows in tables large then 10 inches in height.
- Designer
- Fixed bug with entering Polish symbol "ą" (Right Alt + "A") in text editor
- Fixed rare bug when View Data window is increased and not all rows are shown but there is enough space
- Fixed bug with saving file to wrong folder in Save As dialog
- Fixed a bug with file extension in Save As dialog, when report is converted from a file that is not FastReport .NET file
- Fixed bug with incorrect movement of objects when mouse moves too fast if band is resizing by dragging its top
- Fixed bug with System.NullReferenceException after closing Start Page tab in MDI designer
- Fixed bug with System.ArgumentException when file name contains point "." in CSV connection
- Fixed bug with equal field names in CSV connection when field names are stored in first line of file
- Fixed bug with lost focus of Event Editor after Preview
- Fixed bug with visibility of DataBand properties Left, Top and Width
- Fixed bug with System.OverflowException in DesignerControl when loading report containing page with unlimited width
- Fixed bug with incorrect addition of a new object if property of the selected object has changed
- Exports
- Fixed bug with negative width/height of picture in HTML export and WebReport
- Fixed dynamic page orientation, page size and padding in MS Word 2007
- Fixed memory leak with using barcodes in PDF, HTML exports
- Fixed bug with barcode incorrect position inside TableCell in PDF, HTML, SVG exports
- Fixed bug with incorrect file names in HTML export with Subfolder = true
- Fixed bug with single picture in Excel 2003 (xls, BIFF8) and Excel 2007 (xlsx)
- Fixed bug with transparent background of picture in Excel 2007 (xlsx)
- Fix "Text in Curves" mode in PDF export
- Fix font style simulation in PDF export
- Deep refactoring of font embedding engine, added check font's rights for embedding/subsetting
- Fixed bug with drawing the borders of table in PDF export with properties Layout = Wrapped, FixedColumns = 1 and dynamic count of columns
- Fixed bug with paddings in Excel 2007 export
- Fixed bug with opening export file in Excel 2007 with non-zero ParagraphOffset property
- Fixed bug with exporting pictures to Excel 2003 (BIFF8, xls)
- Fixed issue with decimal separator in Persian locale
- Fixed the export property SvgAsPicture of PDF, when the barcodes were exported as SVG and not as images
- Fixed a bug with the export of BarcodeObject with using the Padding property when it is converted to SVG
- Fixed issue with exporting \ in Hyperlinks in PDF
- Fixed null reference exception in ImageExport when Watermark.Text is null
- Fixed issue with Watermark transparency in PDF export
- Fixed bug with extra width documents in export in Excel 2007
- Fixed bug with "too much bold" in PDF export
- Fixed bug with export of some characters in Excel2007Export
- .Net Core
- Fixed a bug where sometimes whitespace characters at the end of a line were moved to a new line
- Fixed a bug with https-saving in Online Designer for FastReprot.Web.Core
- Fixed a bug where Core exports were wrong
- Fixed a bug with corrupted "new line" symbols in online designer
- WebReport
- Fixed bug with checking handlers in Web.config
- Fixed bug with saving report with Referenced Assemblies in Online Designer from Firefox browser
- Fixed bug with rendering of barcodes in Internet Explorer 8 and older
- Extras
- Fixed bug with ActiveQueryBuilder parameters
- Fixed FastReport.Data.Json package bug with Newtonsoft.Json.dll location
- Fixed bug with quotes in queries, that contain schema name in FastReport.Data.Postgres package; now available non-public schemas in designer
- Online Designer
- HtmlTags replaced by TextRendererType
- Fixed bug with spaces in object name
↧