FastReport .NET WinForms のリリース

Released: Jan 26, 2012

Updates in this release

1.8での更新項目

  • WebReportの中でWeb FarmとWeb Gardenサポートが追加
  • 全てのレポートプロパティにHoverStyleプロパティが追加
  • WebReport.CachePriorityプロパティが追加
  • ViewStateを使う代わりにControlStateを使って、WebReportでスピードと安定性の向上

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...