FastReport.Net Professional 2017.4

Released: Sep 14, 2017

Atualizações na 2017.4

Recursos

  • Core
    • Added initial support for .Net Core.
  • Engine
    • Trim property has been added for linear barcodes.
    • Tag property has been added for all components.
    • Added saving of meta data (ReportInfo.Name, ReportInfo.Author, ReportInfo.Description, ReportInfo.Created, ReportInfo.Modified, ReportInfo.CreatorVersion) in prepared report file.
    • Added RegisterData(DataSet data, bool enableAllTables) and RegisterData(DataSet data, string name, bool enableAllTables) functions for registering DataSet and enabling all its tables.
    • Added possibility to access the Report.Dictionary without case sensitivity.
    • Added RadialGauge control.
    • Added SimpleProgressGauge control.
  • Designer
    • Added pagination in Data View Window.
    • Added Space to separators list in CSV connection.
    • Added possibility to open List and Label files with extensions crd, srt, inv, lab and let.
    • Added selecting previous file filter in open file dialog.
  • Exports
    • Added Word2007Export.RowHeight property with enum (Minimum, Exactly).
    • Added converting to Percent format for Excel2007 export.
    • Added export in LaTeX (without pictures, works with XeLaTex).
  • WebReport
    • Added property WebReport.DesignerConfig for storing custom configuration of Online Designer.
  • Extras
    • Added Web API self-hosted example (Demos\C#\Web\WebApiSelfHosted).
    • Added SVGObject plugin (\Extras\Misc\SVGObjectPlugin).
    • Added TelegramMessenger plugin (\Extras\Misc\Messaging\TelegramMessenger).
    • Added support for MaxiCode and Intelligent Mail barcodes.
    • Added editor for hyperlink property.
    • Improved Crystal Reports converter, now works with the latest versions of Crystal.

Correções

  • Engine
    • Fixed wrong result for n.9999 values in NumToWords functions.
    • Fixed bug with multi-thread preparing and using the cursors inside a report.
    • Fixed borders for Gauges.
    • Adjusted scale and pointer for SimpleGauge.
  • Designer
    • Fixed bug with deleting of bands.
    • Fixed bug with empty fields when connecting to CSV table.
    • Fixed bug with space separator when connecting to CSV table.
    • Fixed bug with strings without separator when connecting to CSV table.
    • Fixed bug when viewing business object data.
    • Fixed bug with null value of System.Guid instance.
    • Fixed bug in PageColumns class when number of positions is not equal number of columns.
  • Exports
    • Fixed bug with barcode duplicates in PDF export.
    • Fixed bug with table cells duplicates in XAML, SVG exports.
    • Fixed bug with tilde in Excel2007 export.
    • Fixed bug with image duplicating in PDFExport.
    • Fixed bug with Biff8 export from prepared report.
    • Allowed export TextObjects without default FontWithRatio to Excel 2007.
  • WebReport
    • Fixed bug with WebReport object resizing.