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: Mar 8, 2013
Updates in this release
Updates in 2013.1.25
- Ajax and MVC support.
- Save on Dropbox, SkyDrive or Google Drive from report preview.
- Added Greek and Armenian localization.
- Added dialogs in WebReport component.
- Edit maps in the designer.
- New customizable toolbar.
- AdjustSpannedCellsWidth property in Matrix and Table objects.
- Added PrintOn.SinglePage in PrintOn property.
- Anchor support added to PDF export.
- Label property added to chart series.
Released: Jun 27, 2012
Updates in this release
Updates in 1.9
- QR Code barcode support
- Exportable properties in report objects
- Now compatible with MS Visual Studio 2012
- UNC path support in WebReport storage (web.config)
- Improved TableObject performance
- Improved printing of data in headers/footers
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 14, 2009
Updates in this release
Updates in V1.3
- added monochrome TIFF export
- added Excel 2007 export
- added PowerPoint 2007 export
- added MHT (web-archive) export
- added DBF export
- added ODBC connection
- added Oracle ODP.NET connection
- added ability to print copy name on the printed page
- added built-in support for cascaded data filtering (DetailControl property).
- added TextObject.NullValue property (to replace null values with specified string)
- added TextObject.ProcessAt property (allows to print totals in the header)
- added the...
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...