FastReport.Net Professional 2017.1

Released: Dec 5, 2016

Updates in 2017.1

Funktionen

  • Optimized code for report building and exporting to different formats makes FastReport.NET faster and lighter.
  • Immediately access CSV text files. Includes convenient parameter setting for loading CSV files allows using any data from Excel tables and other applications that support CSV export.
  • Added MongoDB connector to the bundled plugins for connecting to a number of DataBase Management Systems.
  • PDF export now supports graphic standard PDF/X-4. Ability to add color profiles to the PDF file.
  • Send reports directly to the chat client through the XMPP/Jabber protocol.
  • New WPFViewer example.
  • Web reports now has the capability to enable the return button to switch back to the previous report from the detail tab.
  • Core Updates:
    • Added possibility to set picture location (URL) in PictureObject from database.
    • Added support of alphanumeric values in GS1-128 barcode.
    • Optimized memory consumption.
  • Designer Updates:
    • Added possibility to select all tables in DataWizardForm.
    • Added CSV database connection.
  • Preview Updates:
    • Added "Exports" and "Clouds" properties in PreviewControl to hide/show exports in the "Save" button drop-down menu.
  • Exports Updates:
    • Added ability to export text as curves in PostScript and PPML exports.
    • Added property FastCloudStorageClient.ReportUrl containing the link to a report after uploading to FastReport Cloud.
    • Added possibility to send a report using XMPP/Jabber and FastReport Cloud.
    • Added support of PDF/X-4 standard.
    • Added CMYK color profile in the PDF export.
    • Added property HTMLExport.EnableMargins to use page margins in the output file (default: false).
    • Added possibility of getting images from a stream by GetImage(..) method in XAMLExport, property name ToMultipleFiles changed to HasMultipleFiles.
  • WebReport Updates:
    • 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).
    • Changed progress picture.
  • Demos Updates:
    • Added new example \Demos\C#\WPFViewer.
  • Extras Updates:
    • Added MongoDB connector \Extras\Connections\FastReport.MongoDB.
  • Online Designer Updates:
    • Added support of TextOutline.
    • Added slider for rotate an object with Angle property.
    • Added property in configuration file (section save_success_redirect) with URL for redirection after successful saving.
    • Added two properties in configuration file, section save_success_redirect "useParent" (for using in iframe) and "removeConfirmation" (eliminate showing confirmation leaving dialog with redirection).

Fehlerkorrekturen

  • Core Fixes:
    • Fixed bug with RichObject page break.
  • Designer Fixes:
    • Fixed bug with updating the script when loading another report.
    • Fixed bug with updating TextObject.Format.
    • Fixed bug with updating TextObject.Border.
    • Fixed bug with non-existing connection plugin.
  • Exports Fixes:
    • Fixed export of GroupHeader and GroupFooter bands in FR3 export.
    • Fixed bug with exporting images in Metafile image export.
    • Fixed bugs with formatting in OpenOffice Writer (Open Document Text) export.
    • Fixed bugs with formatting in Word 2007 (docx) export.
    • Fixed bug with font "Meiryo UI" in PDF export.
  • WebReport Fixes:
    • Fixed bug with printing from browser any reports with links to detailed report.
    • Fixed bug with displaying the scroll bars on 100% width and height.
    • Fixed bug with visualization of reports with unlimited page width/height.
    • Fixed bug with "Fit Width/Fit Page" zooming in the toolbar.
    • Fixed bug with multi-threading.
    • Fixed bug with TextObject.ParagraphOffset.
  • Extras Fixes:
    • Fixed bug with displaying a list of tables in FastReport.MySQL.