Quantcast
Viewing all 288 articles
Browse latest View live

FastCube v2.8.0

Image may be NSFW.
Clik here to view.
FastCube

Improves grouping and filtering functionality, plus bug fixes.

Features

  • Added group creation by condition in code and and in TfxSliceGrid menu.
  • Grouping and filtering through the axes context menu now handles selection.
  • Added TfcxCubeGrid.FilterManager property. If the property is set then grid shows filtered set of data.
  • Added class TfcxFilteredOrderedRecordSetProvider.
  • Added TfcxZoneRestriction.zrDontShowDropDown to disable showing of drop down window and a corresponding icon.
  • Added method TfcxContinuousHighlight.ImageReverseOrder to set reverse order or icon highlight.
  • Added methods TfcxSlice.SetTotalPosition(const Value: TfcxTotalPosition) and TfcxAxisContainer.SetTotalPosition(const Value: TfcxTotalPosition).
  • Added property TDimensions.DetailValue: Variant - current detail value for total calculation by formula based on subtotals.
  • Added property TfcxCubeDataColumns.VisibleIndex[ACubeFieldName: String]: integer.
  • Added automatic changing of Y-axis fields header height in report.
  • Adding/removing measure runs events OnBeforeAddSliceFieldToRegion, OnAfterAddSliceFieldToRegion and OnBeforeRemoveSliceFieldFromRegion.
  • Added chs_Created in TfcxChangeInSlice (creating base empty slice).
  • Added TfcxCustomGrid.OnCreatePainter event which allows to create an own grid painter.
  • Added schema loading/saving in AppendData.

Fixes

  • Fixed error in TfcxSourceFieldProperties.AssignTo.
  • Fixed error in cells size calculation.
  • Fixed error: Integer Overoverflow in CompareSQLTimeStamp.
  • Fixed error: value does not load from database when field size greater 8192 byte.
  • Fixed error in TfcxRange.Match.
  • Fixed error of export to XLSX for collapsed dimensions.
  • Fixed errors in German translations (thanks to Ralf Stegemann).
  • Fixed declaration of TfcxChartsManagerOnNeedChart event.

FastReport VCL Standard Edition v6.2

Image may be NSFW.
Clik here to view.
FastReport VCL Standard Edition

Adds GS1-128 barcode with automatic encoding, plus improves PDF, SVG and HTML5 export filters.

Features

  • Allows building maps dynamically from a query:
    • Map object can now load locations directly from the database with the support of WKT and WKB formats.
  • Reworked and improved object shift mechanism.
  • Saving reports to the cloud became even easier and does not require third party components.
  • New barcode: GS1-128 with automatic encoding according to GS1 standards.
  • Improved guide lines in report designer.
  • Refined PDF, SVG and HTML5 export filters.

Fixes

  • Fixed SVG and HTML5 exports with MultiPage=True.

FastReport VCL Professional Edition v6.2

Image may be NSFW.
Clik here to view.
FastReport VCL Professional Edition

Adds new GS1-128 barcode support, improves report designer plus refines PDF, SVG and HTML5 export filters.

Features

  • Allows building maps dynamically from a query:
    • Map object can now load locations directly from the database with the support of WKT and WKB formats.
  • Reworked and improved object shift mechanism.
  • Saving reports to the cloud became even easier and does not require third party components.
  • New barcode: GS1-128 with automatic encoding according to GS1 standards.
  • Improved guide lines in report designer.
  • Refined PDF, SVG and HTML5 export filters.

Fixes

  • Fixed SVG and HTML5 exports with MultiPage=True.

FastReport VCL Enterprise Edition v6.2

Image may be NSFW.
Clik here to view.
FastReport VCL.

Improves Map Object, adds new GS1-128 barcode support, plus refines PDF, SVG and HTML5 export filters.

Features

  • Allows building maps dynamically from a query:
    • Map object can now load locations directly from the database with the support of WKT and WKB formats.
  • Reworked and improved object shift mechanism.
  • Saving reports to the cloud became even easier and does not require third party components.
  • New barcode: GS1-128 with automatic encoding according to GS1 standards.
  • Improved guide lines in report designer.
  • Refined PDF, SVG and HTML5 export filters.

Fixes

  • Fixed SVG and HTML5 exports with MultiPage=True.

FastReport.Net Professional 2019.1

Image may be NSFW.
Clik here to view.
FastReport.Net Professional

Adds the ability to enable and disable printing of specific pages, plus SVG objects have been optimized.

Features

  • [Engine]
    • Added property FastReport.Utils.Config.PreparedCompressed (default value: true) to enable or disable the compression in files with prepared reports (fpx).
    • Added the ability to disable hotkeys in designer and preview.
    • Added property ReportPage.Printable (default value: true) to enable or disable printing of the page.
    • SVG object is optimized, removed inheritance SVGObject from PictureObject, SVG object is now not drawn in memory for its display in vector exports.
      * Pay attention when working with the SVG object, it is now unlinked from the PictureObject, in consequence two properties are no longer available: Tile - which rendered the SVG image with vertical and horizontal repetition, and Image - which stored the image to be drawn.
      The denial of the last property allowed drawing an SVG object in vector exports without rendering the raster image in memory. You need to double-check your reports if you used the SVG object as an inheritance of a PictureObject.
  • [Designer]
    • Added saving last active tab of the designer options window.
    • Improved algorithm of SubreportObject and designer, you can now delete and copy the Subreport page.
  • [Preview]
    • Added feature to simply print from the console using the command `Viewer.exe / P`.
    • Now Duplex will be changed in Print window if it has been changed in printer settings.
  • [Exports]
    • Improved font packaging in pdf export, using simple ligatures (fi, tt).
    • Improved font style emulation in pdf.
  • [Demos]
    • Added a demo project, how to use FastReport Core in the CentOS docker container (\Demos\Core\FastReportCore.MVC.CentOS).
    • Added a demo project, how to use FastReport Core together with Vue.js (\Demos\Core\FastReportCore.Vue).
  • [.Net Core]
    • Removed api of dialogues from the version for .Net Core.
  • [Extras]
    • Updated json connector for working with latest version.
    • Updated Greek resources.

Fixes

  • [Engine]
    • Fixed a bug with high engine loads with reports using guide lines.
    • Fixed bug with "optional hyphen" in rich text parser.
    • Fixed bug with System.ArgumentOutOfRangeException in MSChartObject.DeleteSeries(int index) method.
    • Fixed bug with null value returned from FastReport.Utils.Variant.ToString() method.
    • Fixed bug with not used parameter in FastReport.Utils.FastString.FastString(int) constructor.
    • Fixed bug with possible infinite recursion inside TextObject.ParagraphFormat property.
    • Fixed bug with System.IndexOutOfRangeException in BarcodeCodabar.GetPattern() method.
    • Fixed a bug with the size of the text offset when using TextObject.ParagraphOffset.
    • Fixed bug with printing band when Printable property is disabled.
    • Fixed a bug with calculating the size of the SVG object, when negative values are used in the ViewBox.
    • Fixed a bug with drawing when a text object contained only tab characters.
    • Fixed a bug with indentation size when printing a report using TextObject[TextRendererType = TextRenderType.HtmlParagraph].
    • Fixed a bug with report preparation when SubreportObject doesn't have a valid link to the report page.
  • [Designer]
    • Fixed bug when format controls stay enabled after deleting object.
    • Fixed bug with saving sql query by Finish button.
    • Fixed bug with System.NullReferenceException when trying to copy DialogPage.
    • Fixed bug with enabled buttons in group Report->Bands when active page is DialogPage.
    • Fixed bug with enabled buttons "Grid", "Guides", "Automatic Guides", "Delete Horizontal Guides" and "Delete Vertical Guides" when active page is DialogPage.
    • Fixed order of objects in toolbar.
    • Fixed bug with incorrect position of not-maximized window (window is not visible) on turned off second monitor.
    • Fixed memory leak in CSV connection.
    • Fixed bug with blank condition in Group Header.
    • Fixed bug with System.ArgumentException in Chart Editor when Width of Strip less than zero.
    • Fixed bug with System.ArgumentException in Chart Editor when Step of Markers less than one.
  • [Preview]
    • Fixed icon size when using true.
    • Fixed a bug with display of grayscale SVG.
  • [Exports]
    • Fixed text display in pdf export on linux systems, when text starts with a tab.
    • Fixed missed "" tag in HTML export with single page.
    • Fixed bug with pdf export, when the default number format is symbolic, not digital.
  • [Demos]
    • Fixed too long message showing "Printing page N" in FastReport.NET Demo.
  • [.Net Core]
    • Fixed white space wrapping to a new line.
    • Fixed bug with roslyn wrapper, when an warning is raised as error level.

FastReport.Net Enterprise 2019.1

Image may be NSFW.
Clik here to view.
FastReport.Net Enterprise

Adds the ability to enable and disable printing of specific pages, plus SVG objects have been optimized.

Features

  • [Engine]
    • Added property FastReport.Utils.Config.PreparedCompressed (default value: true) to enable or disable the compression in files with prepared reports (fpx).
    • Added the ability to disable hotkeys in designer and preview.
    • Added property ReportPage.Printable (default value: true) to enable or disable printing of the page.
    • SVG object is optimized, removed inheritance SVGObject from PictureObject, SVG object is now not drawn in memory for its display in vector exports.
      * Pay attention when working with the SVG object, it is now unlinked from the PictureObject, in consequence two properties are no longer available: Tile - which rendered the SVG image with vertical and horizontal repetition, and Image - which stored the image to be drawn.
      The denial of the last property allowed drawing an SVG object in vector exports without rendering the raster image in memory. You need to double-check your reports if you used the SVG object as an inheritance of a PictureObject.
  • [Designer]
    • Added saving last active tab of the designer options window.
    • Improved algorithm of SubreportObject and designer, you can now delete and copy the Subreport page.
  • [Preview]
    • Added feature to simply print from the console using the command `Viewer.exe / P`.
    • Now Duplex will be changed in Print window if it has been changed in printer settings.
  • [Exports]
    • Improved font packaging in pdf export, using simple ligatures (fi, tt).
    • Improved font style emulation in pdf.
  • [Demos]
    • Added a demo project, how to use FastReport Core in the CentOS docker container (\Demos\Core\FastReportCore.MVC.CentOS).
    • Added a demo project, how to use FastReport Core together with Vue.js (\Demos\Core\FastReportCore.Vue).
  • [.Net Core]
    • Removed api of dialogues from the version for .Net Core.
  • [Extras]
    • Updated json connector for working with latest version.
    • Updated Greek resources.

Fixes

  • [Engine]
    • Fixed a bug with high engine loads with reports using guide lines.
    • Fixed bug with "optional hyphen" in rich text parser.
    • Fixed bug with System.ArgumentOutOfRangeException in MSChartObject.DeleteSeries(int index) method.
    • Fixed bug with null value returned from FastReport.Utils.Variant.ToString() method.
    • Fixed bug with not used parameter in FastReport.Utils.FastString.FastString(int) constructor.
    • Fixed bug with possible infinite recursion inside TextObject.ParagraphFormat property.
    • Fixed bug with System.IndexOutOfRangeException in BarcodeCodabar.GetPattern() method.
    • Fixed a bug with the size of the text offset when using TextObject.ParagraphOffset.
    • Fixed bug with printing band when Printable property is disabled.
    • Fixed a bug with calculating the size of the SVG object, when negative values are used in the ViewBox.
    • Fixed a bug with drawing when a text object contained only tab characters.
    • Fixed a bug with indentation size when printing a report using TextObject[TextRendererType = TextRenderType.HtmlParagraph].
    • Fixed a bug with report preparation when SubreportObject doesn't have a valid link to the report page.
  • [Designer]
    • Fixed bug when format controls stay enabled after deleting object.
    • Fixed bug with saving sql query by Finish button.
    • Fixed bug with System.NullReferenceException when trying to copy DialogPage.
    • Fixed bug with enabled buttons in group Report->Bands when active page is DialogPage.
    • Fixed bug with enabled buttons "Grid", "Guides", "Automatic Guides", "Delete Horizontal Guides" and "Delete Vertical Guides" when active page is DialogPage.
    • Fixed order of objects in toolbar.
    • Fixed bug with incorrect position of not-maximized window (window is not visible) on turned off second monitor.
    • Fixed memory leak in CSV connection.
    • Fixed bug with blank condition in Group Header.
    • Fixed bug with System.ArgumentException in Chart Editor when Width of Strip less than zero.
    • Fixed bug with System.ArgumentException in Chart Editor when Step of Markers less than one.
  • [Preview]
    • Fixed icon size when using true.
    • Fixed a bug with display of grayscale SVG.
  • [Exports]
    • Fixed text display in pdf export on linux systems, when text starts with a tab.
    • Fixed missed "" tag in HTML export with single page.
    • Fixed bug with pdf export, when the default number format is symbolic, not digital.
  • [Demos]
    • Fixed too long message showing "Printing page N" in FastReport.NET Demo.
  • [.Net Core]
    • Fixed white space wrapping to a new line.
    • Fixed bug with roslyn wrapper, when an warning is raised as error level.

FastReport.Net WinForms 2019.1

Image may be NSFW.
Clik here to view.
FastReport.Net WinForms

Adds the ability to enable and disable printing of specific pages, plus SVG objects have been optimized.

Features

  • [Engine]
    • Added property FastReport.Utils.Config.PreparedCompressed (default value: true) to enable or disable the compression in files with prepared reports (fpx).
    • Added the ability to disable hotkeys in designer and preview.
    • Added property ReportPage.Printable (default value: true) to enable or disable printing of the page.
    • SVG object is optimized, removed inheritance SVGObject from PictureObject, SVG object is now not drawn in memory for its display in vector exports.
      * Pay attention when working with the SVG object, it is now unlinked from the PictureObject, in consequence two properties are no longer available: Tile - which rendered the SVG image with vertical and horizontal repetition, and Image - which stored the image to be drawn.
      The denial of the last property allowed drawing an SVG object in vector exports without rendering the raster image in memory. You need to double-check your reports if you used the SVG object as an inheritance of a PictureObject.
  • [Designer]
    • Added saving last active tab of the designer options window.
    • Improved algorithm of SubreportObject and designer, you can now delete and copy the Subreport page.
  • [Preview]
    • Added feature to simply print from the console using the command `Viewer.exe / P`.
    • Now Duplex will be changed in Print window if it has been changed in printer settings.
  • [Exports]
    • Improved font packaging in pdf export, using simple ligatures (fi, tt).
    • Improved font style emulation in pdf.
  • [Extras]
    • Updated json connector for working with latest version.
    • Updated Greek resources.

Fixes

  • [Engine]
    • Fixed a bug with high engine loads with reports using guide lines.
    • Fixed bug with "optional hyphen" in rich text parser.
    • Fixed bug with System.ArgumentOutOfRangeException in MSChartObject.DeleteSeries(int index) method.
    • Fixed bug with null value returned from FastReport.Utils.Variant.ToString() method.
    • Fixed bug with not used parameter in FastReport.Utils.FastString.FastString(int) constructor.
    • Fixed bug with possible infinite recursion inside TextObject.ParagraphFormat property.
    • Fixed bug with System.IndexOutOfRangeException in BarcodeCodabar.GetPattern() method.
    • Fixed a bug with the size of the text offset when using TextObject.ParagraphOffset.
    • Fixed bug with printing band when Printable property is disabled.
    • Fixed a bug with calculating the size of the SVG object, when negative values are used in the ViewBox.
    • Fixed a bug with drawing when a text object contained only tab characters.
    • Fixed a bug with indentation size when printing a report using TextObject[TextRendererType = TextRenderType.HtmlParagraph].
    • Fixed a bug with report preparation when SubreportObject doesn't have a valid link to the report page.
  • [Designer]
    • Fixed bug when format controls stay enabled after deleting object.
    • Fixed bug with saving sql query by Finish button.
    • Fixed bug with System.NullReferenceException when trying to copy DialogPage.
    • Fixed bug with enabled buttons in group Report->Bands when active page is DialogPage.
    • Fixed bug with enabled buttons "Grid", "Guides", "Automatic Guides", "Delete Horizontal Guides" and "Delete Vertical Guides" when active page is DialogPage.
    • Fixed order of objects in toolbar.
    • Fixed bug with incorrect position of not-maximized window (window is not visible) on turned off second monitor.
    • Fixed memory leak in CSV connection.
    • Fixed bug with blank condition in Group Header.
    • Fixed bug with System.ArgumentException in Chart Editor when Width of Strip less than zero.
    • Fixed bug with System.ArgumentException in Chart Editor when Step of Markers less than one.
  • [Preview]
    • Fixed icon size when using true.
    • Fixed a bug with display of grayscale SVG.
  • [Exports]
    • Fixed text display in pdf export on linux systems, when text starts with a tab.
    • Fixed missed "" tag in HTML export with single page.
    • Fixed bug with pdf export, when the default number format is symbolic, not digital.

FastReport.Net WinForms + WebForms 2019.1

Image may be NSFW.
Clik here to view.
FastReport.Net WinForms + WebForms

Adds the ability to enable and disable printing of specific pages, plus SVG objects have been optimized.

Features

  • [Engine]
    • Added property FastReport.Utils.Config.PreparedCompressed (default value: true) to enable or disable the compression in files with prepared reports (fpx).
    • Added the ability to disable hotkeys in designer and preview.
    • Added property ReportPage.Printable (default value: true) to enable or disable printing of the page.
    • SVG object is optimized, removed inheritance SVGObject from PictureObject, SVG object is now not drawn in memory for its display in vector exports.
      * Pay attention when working with the SVG object, it is now unlinked from the PictureObject, in consequence two properties are no longer available: Tile - which rendered the SVG image with vertical and horizontal repetition, and Image - which stored the image to be drawn.
      The denial of the last property allowed drawing an SVG object in vector exports without rendering the raster image in memory. You need to double-check your reports if you used the SVG object as an inheritance of a PictureObject.
  • [Designer]
    • Added saving last active tab of the designer options window.
    • Improved algorithm of SubreportObject and designer, you can now delete and copy the Subreport page.
  • [Preview]
    • Added feature to simply print from the console using the command `Viewer.exe / P`.
    • Now Duplex will be changed in Print window if it has been changed in printer settings.
  • [Exports]
    • Improved font packaging in pdf export, using simple ligatures (fi, tt).
    • Improved font style emulation in pdf.
  • [Extras]
    • Updated json connector for working with latest version.
    • Updated Greek resources.

Fixes

  • [Engine]
    • Fixed a bug with high engine loads with reports using guide lines.
    • Fixed bug with "optional hyphen" in rich text parser.
    • Fixed bug with System.ArgumentOutOfRangeException in MSChartObject.DeleteSeries(int index) method.
    • Fixed bug with null value returned from FastReport.Utils.Variant.ToString() method.
    • Fixed bug with not used parameter in FastReport.Utils.FastString.FastString(int) constructor.
    • Fixed bug with possible infinite recursion inside TextObject.ParagraphFormat property.
    • Fixed bug with System.IndexOutOfRangeException in BarcodeCodabar.GetPattern() method.
    • Fixed a bug with the size of the text offset when using TextObject.ParagraphOffset.
    • Fixed bug with printing band when Printable property is disabled.
    • Fixed a bug with calculating the size of the SVG object, when negative values are used in the ViewBox.
    • Fixed a bug with drawing when a text object contained only tab characters.
    • Fixed a bug with indentation size when printing a report using TextObject[TextRendererType = TextRenderType.HtmlParagraph].
    • Fixed a bug with report preparation when SubreportObject doesn't have a valid link to the report page.
  • [Designer]
    • Fixed bug when format controls stay enabled after deleting object.
    • Fixed bug with saving sql query by Finish button.
    • Fixed bug with System.NullReferenceException when trying to copy DialogPage.
    • Fixed bug with enabled buttons in group Report->Bands when active page is DialogPage.
    • Fixed bug with enabled buttons "Grid", "Guides", "Automatic Guides", "Delete Horizontal Guides" and "Delete Vertical Guides" when active page is DialogPage.
    • Fixed order of objects in toolbar.
    • Fixed bug with incorrect position of not-maximized window (window is not visible) on turned off second monitor.
    • Fixed memory leak in CSV connection.
    • Fixed bug with blank condition in Group Header.
    • Fixed bug with System.ArgumentException in Chart Editor when Width of Strip less than zero.
    • Fixed bug with System.ArgumentException in Chart Editor when Step of Markers less than one.
  • [Preview]
    • Fixed icon size when using true.
    • Fixed a bug with display of grayscale SVG.
  • [Exports]
    • Fixed text display in pdf export on linux systems, when text starts with a tab.
    • Fixed missed "" tag in HTML export with single page.
    • Fixed bug with pdf export, when the default number format is symbolic, not digital.

FastReport Mono 2019.1

Image may be NSFW.
Clik here to view.
FastReport Mono

Adds support for RichText, plus the ability to embed vector graphics in reports.

Features

  • Added the Rich Text (RichText) report object, which allows embedding any RTF documents created in external editors in the report.
  • Improved PDF export: in addition to the existing font embedding capability, the ability to export text in the form of curves has been added, as well as support for extended PDF formats.
  • Improved export to Word 2007 format: in layered mode and when exporting by paragraphs, the embedded RTF document is translated into text (DOCX format) instead of a picture.
  • Added new SvgObject object, which allows embedding vector graphics in reports.
  • Improved compatibility with FastReport .NET report generator.

Fixes

  • Fixed - PDF export errors.

FastScript v1.101.10

Image may be NSFW.
Clik here to view.
FastScript

Adds support for Embarcadero RAD Studio 10.1 Berlin.

Features

  • Added support of Embarcadero RAD Studio 10.1 Berlin.

Fixes

  • Fixed problem with syntax memo in FMX framework.
  • Fixed small memo leak in methods helper.
  • Fixed Rtti declaration for some methods in FMX framework.

FastReport.Desktop 2109.1

Image may be NSFW.
Clik here to view.
FastReport.Desktop

Adds ability to print selected pages, plus new connectors to Oracle, MongoDB, Couchbase, RavenDB and SQLite.

Features

  • Engine
    • Added the ability to disable hotkeys in designer and preview.
    • Added property ReportPage.Printable (default value: true) for enable or disable printing of the page.
    • SVG object is optimized, removed inheritance SVGObject from PictureObject, the SVG object is now not drawn in memory for its display in vector exports
      (Note: The SVG object is now unlinked from the PictureObject, in consequence two properties are no longer available: Tile - which rendered the SVG image with vertical and horizontal repetition, and Image - which stored the image to be drawn. The denial of the last property allowed to draw an SVG object in vector exports without rendering the raster image in memory. You need to double-check your reports if you used the SVG object as an inheritance of a PictureObject).
  • Designer
    • Added saving last active tab of the designer options window.
    • Improved algorithm of SubreportObject and designer, now you can delete and copy the Subreport page.
  • Preview
    • Added feature to simply print from the console using the command `Viewer.exe / P`.
    • Duplex will now be changed in the Print window if it has been changed in printer settings.
  • Exports
    • Improved font packaging in pdf export, using simple ligatures (fi, tt).
    • Improved font style emulation in pdf.
  • Extras
    • Added connector MongoDB.
    • Added connector Couchbase.
    • Added connector Oracle.
    • Added connector RavenDB.
    • Added connector SQLite.
    • Updated Greek resources.
    • Updated Arabic resources.

Fixes

  • Engine
    • Fixed bug with high engine loads with reports using guide lines
    • Fixed bug with "optional hyphen" in rich text parser
    • Fixed bug with System.ArgumentOutOfRangeException in MSChartObject.DeleteSeries(int index) method
    • Fixed bug with possible infinite recursion inside TextObject.ParagraphFormat property
    • Fixed bug with the size of the text offset when using TextObject.ParagraphOffset
    • Fixed bug with printing band when Printable property is disabled
    • Fixed bug with calculating the size of the SVG object, when negative values are used in the ViewBox
    • Fixed bug with drawing when a text object contained only tab characters
    • Fixed bug with indentation size when printing a report using TextObject[TextRendererType = TextRenderType.HtmlParagraph]
    • Fixed bug with report preparation when SubreportObject doesn't have a valid link to the report page
    • Fixed bug with generation method of barcode Supplement 5 (EAN-5)
    • Fixed bug with incorrect type cast in data fields (IMPORTANT! This hotfix may affect previously developed reports)
  • Designer
    • Fixed bug when format controls stay enabled after deleting object
    • Fixed bug with saving sql query by Finish button
    • Fixed bug with System.NullReferenceException when trying to copy DialogPage
    • Fixed bug with enabled buttons in group Report->Bands when active page is DialogPage
    • Fixed bug with enabled buttons "Grid", "Guides", "Automatic Guides", "Delete Horizontal Guides" and "Delete Vertical Guides" when active page is DialogPage
    • Fixed order of objects in toolbar
    • Fixed bug with incorrect position of not-maximized window (window is not visible) on turned off second monitor
    • Fixed memory leak in CSV connection
    • Fixed bug with blank condition in Group Header
    • Fixed bug with System.ArgumentException in Chart Editor when Width of Strip less than zero
    • Fixed bug with System.ArgumentException in Chart Editor when Step of Markers less than one
  • Preview
    • Fixed bug with display of grayscale SVG
  • Exports
    • Fixed missed "</html>" tag in HTML export with single page
    • Fixed bug with pdf export, when the default number format is symbolic, not digital
    • Fixed bug with an extra line break in the Word export

FastCube.Net 2019.2

Image may be NSFW.
Clik here to view.
FastCube.Net

Adds BeforeProgress event to grids, more items to CubeGrid context menu and improves Excel2007 export speed.

Features

  • Added BeforeProgress event to grids.
  • Added more items to CubeGrid context menu.
  • Added property CubeGrid.FilterManager.
  • Added classes UniqueValuesFieldFilterDataProvider, CubeFilterPopup and FilterOrderedRecordSet.
  • Significantly speedup Excel2007 export for big tables, reduced memory use.
  • Slice clearing resets "Measures" field caption.

Fixes

  • Fixed progress form localization.
  • Fixed localization errors.

FastReport VCL Enterprise Edition v6.3

Image may be NSFW.
Clik here to view.
FastReport VCL Enterprise Edition

Adds support for Embarcadero RAD Studio 10.3 Rio, new text underlining modes, plus PDF/A-1 PDF/A-3 exports.

Features

  • Added new text underlining modes - the text object now allows you to customize the behavior of the underlined text.
  • New PDF/A-1, PDF/A-3 export formats have been added to PDF export and the overall PDF export quality is improved.
  • Added ability to reflect all objects on the page automatically when building a report - creating RTL reports is now easier.
  • Improved work in multi-threaded applications.
  • You can now send data to clouds storage without using dialog via application code.
  • Added support for the Embarcadero RAD Studio 10.3 Rio.
  • Improved FireDAC DB components.

Fixes

  • Fixed PDF LineSpacing (for huge values + VAlign).
  • Fixed Chinese font names in PDF export.
  • Fixed active cell for XLS with several sheets in the BIFF8 export.
  • Fixed UTF-8 support for Geodata from DBF.
  • Fixed bug when DetailPage(Hyperlink) contains cross bands (bands were not shown).
  • Fixed bug in PDF export with transparency in Picture object and KeepAspectRatio property.
  • Fixed Clipping of memo object in SVG export.

FastReport VCL Professional Edition v6.3

Image may be NSFW.
Clik here to view.
FastReport VCL Professional Edition

Adds support for Embarcadero RAD Studio 10.3 Rio, new text underlining modes, plus PDF/A-1 PDF/A-3 exports.

Features

  • Added new text underlining modes - the text object now allows you to customize the behavior of the underlined text.
  • New PDF/A-1, PDF/A-3 export formats have been added to PDF export and the overall PDF export quality is improved.
  • Added ability to reflect all objects on the page automatically when building a report - creating RTL reports is now easier.
  • Improved work in multi-threaded applications.
  • You can now send data to clouds storage without using dialog via application code.
  • Added support for the Embarcadero RAD Studio 10.3 Rio.
  • Improved FireDAC DB components.

Fixes

  • Fixed PDF LineSpacing (for huge values + VAlign).
  • Fixed Chinese font names in PDF export.
  • Fixed active cell for XLS with several sheets in the BIFF8 export.
  • Fixed UTF-8 support for Geodata from DBF.
  • Fixed bug when DetailPage(Hyperlink) contains cross bands (bands were not shown).
  • Fixed bug in PDF export with transparency in Picture object and KeepAspectRatio property.
  • Fixed Clipping of memo object in SVG export.

FastReport VCL Standard Edition v6.3

Image may be NSFW.
Clik here to view.
FastReport VCL Standard Edition

Adds support for Embarcadero RAD Studio 10.3 Rio, new text underlining modes, plus PDF/A-1 PDF/A-3 exports.

Features

  • Added new text underlining modes - the text object now allows you to customize the behavior of the underlined text.
  • New PDF/A-1, PDF/A-3 export formats have been added to PDF export and the overall PDF export quality is improved.
  • Added ability to reflect all objects on the page automatically when building a report - creating RTL reports is now easier.
  • Improved work in multi-threaded applications.
  • You can now send data to clouds storage without using dialog via application code.
  • Added support for the Embarcadero RAD Studio 10.3 Rio.
  • Improved FireDAC DB components.

Fixes

  • Fixed PDF LineSpacing (for huge values + VAlign).
  • Fixed Chinese font names in PDF export.
  • Fixed active cell for XLS with several sheets in the BIFF8 export.
  • Fixed UTF-8 support for Geodata from DBF.
  • Fixed bug when DetailPage(Hyperlink) contains cross bands (bands were not shown).
  • Fixed bug in PDF export with transparency in Picture object and KeepAspectRatio property.
  • Fixed Clipping of memo object in SVG export.

FastReport.Net Professional 2019.2.1

Image may be NSFW.
Clik here to view.
FastReport.Net Professional

Improves localization support.

Features

  • Engine
    • Added texture fill.
    • Now in the new reports the default font will always be serialized.
  • Designer
    • Added "Hide Zeros" item to context menu for text objects.
    • Added ability to select a style from the context menu.
    • Added dialogs for text editor closing; now pressing "X" button will be showed dialog for text changes confirmation.
    • Added an ability to sort Data Sources in Data window.
    • Added an ability to sort Data Fields in Data window.
  • Exports
    • Added an ability to escape quotes in CSV export.
    • Added PDF digital signature.
    • * Word2007 files gets proper locale now (Res.LocaleName).
  • WebReport
    • Added property WebReport.PdfInteractiveForms.
    • Added WebReport.DateTimePickerFormat property, which allows to set the format for the DateTimePicker in WebReport.
    • Added editable fields localization.
  • .Net Core
    • Added function PolyLineObject.SetPolyLine(PointF[] newPoints) that allows to change the set of points.
    • Added properties for WebReport Core, which allows to show and hide exports on the toolbar.
    • Added WebReport localization.
  • Extras
    • Updated Arabic resources.

Fixes

  • Engine
    • Fixed a bug with generation method of barcode Supplement 5 (EAN-5).
    • Fixed bug with incorrect type cast in data fields (IMPORTANT! This hotfix may affect previously developed reports).
    • Fixed bug with incorrect type cast of Nullable types of fields.
    • Fixed a bug with parsing old reports (before 2016), when the Arial 10pt is not loaded in locales jp and zh.
    • Fixed a bug with removing serieses of MSChartObject when AutoSeriesColumn is empty and AutoSeriesForce is false.
  • Exports
    • Fixed a bug with an extra line break in the Word export.
    • Fixed loss of a RichText border on export with ConvertRichText option enabled.
    • Fixed bug with caps of border lines in PDF export.
    • Fix conversion of bold text in RichObject in PDF export.
  • WebReport
    • Fixed editable fields in tables.
  • .Net Core
    • Fixed a bug with roslyn wrapper when the warning was raised as an error when using Microsoft.CodeAnalysis version higher than 2.0.
    • Fixed a bug with preview in the Online Designer.

FastReport.Net Enterprise 2019.2.1

Image may be NSFW.
Clik here to view.
FastReport.Net Enterprise

Improves localization support.

Features

  • Engine
    • Added texture fill.
    • Now in the new reports the default font will always be serialized.
  • Designer
    • Added "Hide Zeros" item to context menu for text objects.
    • Added ability to select a style from the context menu.
    • Added dialogs for text editor closing; now pressing "X" button will be showed dialog for text changes confirmation.
    • Added an ability to sort Data Sources in Data window.
    • Added an ability to sort Data Fields in Data window.
  • Exports
    • Added an ability to escape quotes in CSV export.
    • Added PDF digital signature.
    • * Word2007 files gets proper locale now (Res.LocaleName).
  • WebReport
    • Added property WebReport.PdfInteractiveForms.
    • Added WebReport.DateTimePickerFormat property, which allows to set the format for the DateTimePicker in WebReport.
    • Added editable fields localization.
  • .Net Core
    • Added function PolyLineObject.SetPolyLine(PointF[] newPoints) that allows to change the set of points.
    • Added properties for WebReport Core, which allows to show and hide exports on the toolbar.
    • Added WebReport localization.
  • Extras
    • Updated Arabic resources.

Fixes

  • Engine
    • Fixed a bug with generation method of barcode Supplement 5 (EAN-5).
    • Fixed bug with incorrect type cast in data fields (IMPORTANT! This hotfix may affect previously developed reports).
    • Fixed bug with incorrect type cast of Nullable types of fields.
    • Fixed a bug with parsing old reports (before 2016), when the Arial 10pt is not loaded in locales jp and zh.
    • Fixed a bug with removing serieses of MSChartObject when AutoSeriesColumn is empty and AutoSeriesForce is false.
  • Exports
    • Fixed a bug with an extra line break in the Word export.
    • Fixed loss of a RichText border on export with ConvertRichText option enabled.
    • Fixed bug with caps of border lines in PDF export.
    • Fix conversion of bold text in RichObject in PDF export.
  • WebReport
    • Fixed editable fields in tables.
  • .Net Core
    • Fixed a bug with roslyn wrapper when the warning was raised as an error when using Microsoft.CodeAnalysis version higher than 2.0.
    • Fixed a bug with preview in the Online Designer.

FastReport.Net WinForms 2019.2.1

Image may be NSFW.
Clik here to view.
FastReport.Net WinForms

Improves localization support.

Features

  • Engine
    • Added texture fill.
    • Now in the new reports the default font will always be serialized.
  • Designer
    • Added "Hide Zeros" item to context menu for text objects.
    • Added ability to select a style from the context menu.
    • Added dialogs for text editor closing; now pressing "X" button will be showed dialog for text changes confirmation.
    • Added an ability to sort Data Sources in Data window.
    • Added an ability to sort Data Fields in Data window.
  • Exports
    • Added an ability to escape quotes in CSV export.
    • Added PDF digital signature.
    • * Word2007 files gets proper locale now (Res.LocaleName).
  • Extras
    • Updated Arabic resources.

Fixes

  • Engine
    • Fixed a bug with generation method of barcode Supplement 5 (EAN-5).
    • Fixed bug with incorrect type cast in data fields (IMPORTANT! This hotfix may affect previously developed reports).
    • Fixed bug with incorrect type cast of Nullable types of fields.
    • Fixed a bug with parsing old reports (before 2016), when the Arial 10pt is not loaded in locales jp and zh.
    • Fixed a bug with removing serieses of MSChartObject when AutoSeriesColumn is empty and AutoSeriesForce is false.
  • Exports
    • Fixed a bug with an extra line break in the Word export.
    • Fixed loss of a RichText border on export with ConvertRichText option enabled.
    • Fixed bug with caps of border lines in PDF export.
    • Fix conversion of bold text in RichObject in PDF export.

FastReport.Net WinForms + WebForms 2019.2.1

Image may be NSFW.
Clik here to view.
FastReport.Net WinForms + WebForms

Improves localization support.

Features

  • Engine
    • Added texture fill.
    • Now in the new reports the default font will always be serialized.
  • Designer
    • Added "Hide Zeros" item to context menu for text objects.
    • Added ability to select a style from the context menu.
    • Added dialogs for text editor closing; now pressing "X" button will be showed dialog for text changes confirmation.
    • Added an ability to sort Data Sources in Data window.
    • Added an ability to sort Data Fields in Data window.
  • Exports
    • Added an ability to escape quotes in CSV export.
    • Added PDF digital signature.
    • * Word2007 files gets proper locale now (Res.LocaleName).
  • WebReport
    • Added property WebReport.PdfInteractiveForms.
    • Added WebReport.DateTimePickerFormat property, which allows to set the format for the DateTimePicker in WebReport.
    • Added editable fields localization.
  • Extras
    • Updated Arabic resources.

Fixes

  • Engine
    • Fixed a bug with generation method of barcode Supplement 5 (EAN-5).
    • Fixed bug with incorrect type cast in data fields (IMPORTANT! This hotfix may affect previously developed reports).
    • Fixed bug with incorrect type cast of Nullable types of fields.
    • Fixed a bug with parsing old reports (before 2016), when the Arial 10pt is not loaded in locales jp and zh.
    • Fixed a bug with removing serieses of MSChartObject when AutoSeriesColumn is empty and AutoSeriesForce is false.
  • Exports
    • Fixed a bug with an extra line break in the Word export.
    • Fixed loss of a RichText border on export with ConvertRichText option enabled.
    • Fixed bug with caps of border lines in PDF export.
    • Fix conversion of bold text in RichObject in PDF export.
  • WebReport
    • Fixed editable fields in tables.

FastCube 2.9

Image may be NSFW.
Clik here to view.
FastCube

Now allows saving Filters and Charts together with the cube, plus adds support for RAD Studio 10.3 Rio.

Features

  • Added TfcxCube.SaveExtras to allow saving of Filters and Charts together with cube.
  • New cube format version with ansi-strings in UTF-8 format for compatibility with .Net.
  • Added support for Embarcadero RAD Studio 10.3 Rio.
  • Added TfcxSliceGrid.OnAcceptDrag event which allows to control DragDrop operations in grid.
  • Added TfcxSlice.SyncronizeYFieldsWidth property which set width syncronization between axis level and field caption.
  • Added SliceGrid.OnDrawItem event.
  • Changed CubeGrid header draw and added drop down with filter if FilterManager property set.
  • Changed format of all slice fields are saved in schema.

Fixes

  • Fixed cell height calculations for large strings.
  • Changed XLSX export to reduce memory use and increase export speed for large cross-tabs.
  • Fixed error with cell detail.
  • Fixed error with Variant to Double conversion in cell highlight calculation.
  • Fixed error with group rename from popup menu.
  • Fixed error with unknown script language (.Net cube).
  • Fixed error with Selection.
  • Fixed error with sequential loading from multiple sources (UseMultyLoad).
  • Fixed error with splitting of Null date.
  • Fixed error with TIBBCDField in RAD Studio 10.
  • Fixed error with UpdateStyles TfcxCustomGrid.UpdatePainter.
  • Fixed error with loading of empty cube.
Viewing all 288 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>