This page has been archived and is no longer updated.

We do not supply this product anymore.

FastReport .NET WinForms + WebForms

Create application-independent reports.

Published by Fast Reports
Distributed by ComponentSource since 2009

Updated: Weekly?

i

Please note that FastReport .NET WinForms + WebForms is no longer available. Please see one of the other editions:

FastReport.Net WinForms + WebForms 2017.2

Released: Feb 15, 2017

Updates in 2017.2

Features

  • Core
    • Added new barcode: Pharmacode.
    • Added new option for images: Grayscale display mode.
    • Added ability to change the color of barcodes.
    • Added caching of compiled report script.
  • Designer
    • Added support of Right-to-Left Interface (RTL).
    • Added a new property to MSChartObject, that allows the use of several series with automatic creation.
  • Preview
    • Added Right-to-Left Interface (RTL) support.
    • Added mouse-relative zoom.
  • Exports
    • Added export to binar format Excel 97-2003 (BIFF8).
    • Added the ability to insert images with their original resolution when exporting to PDF.
    • Added the added ability to select a color space in the PDF export window.
    • Improved the quality of images in Excel 2007 export.
    • Changed exporting to Dropbox to use API 2.0 instead API 1.0.
    • Added converting to Date format for Excel2007 export.
    • Improved SVG export: added embedding images in file, HasMultipleFiles option and underlines, plus improved text rendering and text with angle.
  • Extras
    • Added RavenDB connector \Extras\Connections\FastReport.RavenDB.
    • Added SQL Anywhere connector \Extras\Connections\FastReport.SqlAnywhere.
    • Added new report demos: Pharmacode, Box.
  • WebReport
    • 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).

Fixes

  • Core
    • Fixed bug with losing precision in totals.
    • Fixed bug with enabled ReportPage.UnlimitedHeight and ReportPage.PrintOnPreviousPage.
    • Fixed bug with null initialization in text objects.
    • Fixed bug with deserialization on saving from On-line Designer.
  • Designer
    • Fixed bug when instead of creating a new data source, editing of selected data source was opening.
  • Exports
    • Fixed bug with blank pages in Excel 2007 export.
    • Fixed bug in PDF and HTML exports with vertical position of text which height is bigger than object height.
    • Fixed bug with metafile images in RTFExport.
    • Fixed bug with Vertical Alignment = bottom in PDF export.
    • Fixed transparent images appearance in XPS export.
    • Fixed export empty images in XPS.
    • Fixed bug in preview of CSV export with small amount of rows.
  • WebReport
    • Fixed bug with handling of onClick event in WebReport.