Rilasci di FastReport .NET Basic

Released: Mar 31, 2014

Updates in this release

Updates in 2014.2

  • Google BigQuery connector and samples.
  • Save to Box cloud from preview.
  • Support for line-spacing in RTF and DOCX.
  • Increased speed of database access.

Released: Jan 10, 2014

Updates in this release

Updates in 2014.1

  • Compatibility with Fips Algorithm policies.
  • Support for PDF/A and SVG exporting.
  • Support for <B>, <I> and <U> HTML tags in RTF exporting.
  • Web report localization.
  • Added custom icons and backgrounds on the Web report toolbar.

Released: Jul 5, 2013

Updates in this release

Updates in 2013.3

  • Save reports to an FTP site from preview mode.
  • New Windows Communication Foundation (WCF) service library.
  • New Sparkline object.
  • Added WeekOfYear function.
  • Added Slovenian localization.
  • New demos including WCFWindowsService, WCFWebService, WCFClient and WCFWebClient. 

Released: Mar 15, 2013

Updates in this release

Updates in 2013.2

The following bugs were fixed:

  • Dropbox exporting bug.
  • Dropbox NullReferenceException bug.
  • Encoding when importing dDase files.
  • Excel numeric formats bug.
  • Broken format after matrix optimization in Excel 2007 export.
  • Empty cell font transparency in Excel 2007 export.
  • Merged cell duplication in Excel 2007 export.
  • Embed mono-spaced fonts in PDF and XPS export.
  • Printing chart legend bug.

Released: Jan 26, 2012

Updates in this release

Updates in 1.8

  • Added Web Farm and Web Garden support in WebReport
  • Added HoverStyle property to all report objects
  • Added WebReport.CachePriority property
  • Increased speed and stability of WebReport using ControlState instead of ViewState

Released: Aug 5, 2011

Updates in this release

Updates in 1.7

  • Now you can Import from Crystal Reports
  • Config.DesignerSettings.PageAdded event added
  • Config.PreviewSettings.AllowPrintToFile property added Report.MaxPages
  • Property added MatrixObject.KeepCellsSideBySide property added outline
  • PDF export: added properties TableRow.KeepRows,
  • TableColumn.KeepColumns added TableObject.ManualBuildAutoSpans
  • Property added ability to hide some objects (export filters, report objects) by the code: RegisteredObjects.FindObject(typeof(PDFExport)).Enabled...

Released: Feb 18, 2011

Updates in this release

Updates in V1.6

  • Added added ability to save template to RDL format (Report Definition Language)
  • Changed work of exports and printing in WebReport, now FastReport.NET use handlers in "web.config"
  • Added added Romanian, Hungarian, Japanese and Thai localization added
  • Added Report.InitialPageNumber property added TextObject.ParagraphOffset
  • Added property added PreviewControl.UseBackColor property added IsNull
  • Added function to check DB columns for null added import of WritingMode
  • Added property when...

Released: Oct 11, 2010

Updates in this release

Updates in V1.5

  • Added import from RDL format (Report Definition Language)
  • Added XPS export
  • Added Word 2007 (DOCX) export
  • Added DataBand.ResetPageNumber property
  • Added properties PDFExport.JpegQuality and PDFExport.RichTextQuality (default value is 90 in both)
  • Added Slovak localization
  • Added support for custom functions in the matrix totals
  • Added calculation of percents in the Matrix object
  • Added TotalsFirst option for the matrix totals
  • Added property HTMLExport.Layers and a checkbox in the...

Released: May 7, 2010

Updates in this release

Updates in V1.4

  • Added Visual Studio 2010 support
  • Added support of font subsets in PDF export
  • Added SQL CE connection
  • Added HierachyRow# system variable which returns the row number like "1.2.1" in the hierarchical report
  • Added support for table schema in OleDB and ODBC connectors
  • Added NumToWordsEs function for Spanish
  • Added Dutch localization
  • Added Ukrainian localization
  • Added Config.ReportSettings.DefaultPaperSize property
  • Added HTMLExport.Print property (show the browser's print dialog when...

Released: Dec 3, 2009

Updates in this release

Updates in V1.2

  • Added Functions in the "Data" window
  • Added new report objects - CellularTextObject, ZipCodeObject
  • Added report's Email settings (see Report|Options... menu, "Email" tab)
  • Added multi-frame TIFF export
  • Added RC4 128-bit encryption in PDF export
  • Added "Visible" flag in the highlight editor. Now the highlight condition may hide the object
  • Added TextObject's AutoShrink, AutoShrinkMinSize properties
  • Added DataBand's RowCount property
  • Added ReportPage.ManualBuild event
  • Added...