New version of lead product of Fast Reports for .Net-platform FastReport .Net 1.1 released!
What is new?
Version 1.1
---------------
! + added new UI styles - Office2007Blue, Office2007Silver, Office2007Black, VistaGlass.
You can choose the designer and the preview form appearance using the EnvironmentSettings
component (its UIStyle property)
! + added CSV export
! + added Text/Dot-matrix export
! + added Designer.exe and Viewer.exe end-user applications
+ added DesignerControl control
+ added the "Format Painter" command to the standard toolbar
+ added two new system variables - "TotalPage#" and "Page#"
+ added design-time support for BindingSource
+ added the property "RTFExport.ImageFormat"
+ added export of LineObject and ShapeObject (Rectangle) in Html, OpenOffice, RichText, Excel, PDF
+ added HideIfNoData, NoDataText properties to BarcodeObject
+ added new demo project - MdiDesigner
+ added "Table/Fit Dynamic Table To Page" report
+ added "Dialogs/Cascaded Data Filtering" report
+ added "Interactive Reports/Interactive Matrix With Chart" report
+ added "Dialogs/Labels With Dialog" report
+ added Chinese (simplified) localization
+ added Arabic localization
* MSChart object moved to main FastReport.dll, no need to plug-in it anymore
* FastReport.Dock library now replaced with FastReport.Bars
- fixed bug with designer in Vista 64-bit
- fixed bug with subreport & breaked band
- fixed Matrix object bug (break spanned cell)
- fixed bug with creating an event handler for multiple selected objects
- fixed bug in PDF export with right border of table object
- fixed focus lost when closing the preview window
- fixed error with text justification
- fixed error in data window (when you pass bad DataRelation object)
- fixed bug in VS IDE (designer silently closes after you close the preview)
- fixed bug with clipboard keys in TextObject in-place edit mode
- fixed bug with MS SQL guid-type parameter
- fix in business objects processing
- fixed bug with subreport's PrintOnParent
- fixed issue with printing static & dynamic TableObjects on the same band
- fixed bug with report parameters
- fixed bug with SQL parameters
- fixed duplicate table names issue
- fixed TableRow, TableColumn "Visible" property
- fixed Matrix "Count" function
- fixed bug with TableObject break
- fixed bug with relations and empty data columns
- fixed rotation of text in Excel(xml), RichText, OpenOffice, HTML and PDF formats
- fixed bug with subreport and "RepeatOnEveryPage" flag
- fixed bug with inserting items of "generic" data type from "Data" window to a script
- fixed bug with incorrect escaping of "Script" node content in the .frx file
- fixed bug with delays in the designer when selecting a lot of objects
FastReport .Net - FastReport.Net is a full-featured reporting solution
for Windows Forms and ASP.NET. It can be used in Microsoft Visual
Studio 2005 and 2008. It is compatible with .NET Framework 2.0 and
higher.
Main features:
- own report visual advanced report designer. It does not depend on
development environment and can be integrated to end-users' applycation.
- special optimized for corporate heavy load, big data mining
processing and preparing really big reports.
Loading
AndreyPosted Dec 2, 2009, 10:46 PM
FastReport .Net 1.3 released!
What is new in version 1.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 (see
+ "Features/Print Copy Names" report) added built-in support for
+ cascaded data filtering (DetailControl property). See the
+ "Dialogs/Cascaded Data Filtering" report added "apply" flags to the
+ style elements added band's context menu items for easy creation of
+ child band and detail data band added TextObject.NullValue property
+ (to replace null values with specified string) added
+ TextObject.ProcessAt property (allows to print totals in the header)
+ added the ImageExport.MonochromeTiffCompression property added
+ HTMLExport.WidthUnits, HTMLExport.HeightUnits properties (allows
+ selection between Pixel and Percent) added the Message-HTML (MHT,
+ MHTML, web-archive) mode in HTML export (HTMLExport.Format property)
+ added Config.DesignerSettings.FilterConnectionTables event added
+ DataSourceBase.Load event to load detail rows in code added Croatian
+ localization added Persian localization added new demo projects in the
+ Demos\VB.Net folder added "Script/Sort Group By Total" report
* improved "Keep with data" mechanism
- fixed bug with Matrix and Table objects (Visible property is not working)
- fixed bug with MS SQL connection (can't use tables in schemas other than dbo.*)
- fixed bug in Medium Trust mode
- fixed bug in business objects (duplicate datasource names)
- fixed bug in dialogue forms (switch to the dialog page may throw an exception)
- fixed bug in query builder
- fixed bug with OutlineExpression and RepeatOnEveryPage
- fixed bug with KeepChild
- fixed bug with exporting barcodes
- fixed bug in dialogue controls (Enabled & data filtering)
- fixed bug with RepeatOnEveryPage band with child
- fixed Matrix&Table bug (infinite loop if there is not enough space to print a column)
- fixed bug in PDF export (file structure)
- fixed designer exception when copying the total
- fixed exception when closing the designer
- fixed bug with disabling the navigator in HTML export
- fixed bug with size of WebReport in percents
- fixed PDF export (digits substitution in Arabic)
- fixed bug with sorting on a calculated column
- fixed bug in the PDF export (export of band with zero height and non-solid fill)
- fixed bug in the text/expression editor (drag&drop items from the data tree)
- fixed bug in the Excel 2007 export
- fixed bug in the printer settings dialog (printer properties)
- fixed bug with Outline when several reports are joined into one
- fixed search in the preview
- fixed bug in the group when there is no data to display
FastReport.Net is a full-featured reporting solution for Windows Forms and ASP.NET. It can be used in Microsoft Visual Studio 2005/2008 and Delphi Prism.
It is compatible with .NET Framework 2.0 and higher.
With FastReport.Net, you can create application-independent reports.
In other words, FastReport.Net can be used as a standalone reporting tool.
about product download
AndreyPosted Sep 4, 2009, 5:41 AM
FastReport .Net 1.2 released!
What is new in version 1.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 PictureObject.Angle property
+ added AfterData event to all report objects
+ added CommandTimeout property to all connections
+ added export of watermarks in HTML format
+ added export of underlined TextObject (Underlines = true) in PDF format
+ added Swedish, Chinese (Traditional), Czech, Turkish, Spanish localizations
+ added new demo reports in the "Report Objects" category
+ added new demo projects in the Demos folder
* POSSIBLE BREAKING CHANGE! changes in the business objects engine. See details here:
http://www.fast-report.com/en/forum/index.php?showtopic=5695
* improved performance (loading and running reports with lot of objects)
* you can use Anchor property of report objects when printing hierarchical bands
* changed default extension of resulting file in Excel(XML) export from *.xls to *.xml
* changes in Excel(XML) export - added export of numeric values
* changes in Matrix object
* improvements in hierarchical reports (header/footers, totals)
- fixed bug in VB.Net report language
- fixed bug in Viewer.exe (exception if window is too small)
- fixed bug with selecting Report in the ReportTree in VS design-mode
- fixed bug when using WebReport with MasterPage
- fixed bug with RTL in HTML export and WebReport
- fixed bug with RTL in RichText(rtf) export
- fixed bug in MS Chart (border width is not scaled properly when printing)
- fixed bug with preview window's "Search" dialog
- fixed bug with Nullable column type
- fixed bug in PDF export when exporting complex fills
- fixed bug with export different frame styles in XML and RichText formats
- fixed bug when editing prepared report
- fixed printing of CellularTextObject
- fixed bug with dialogue form
- fixed bug with Entity Framework in ASP.NET mode
- fixed bug in PageSetup dialog in preview
- fixed bug with rendering side-by-side Matrix objects
- fixed bug in Label wizard
- fixed bug with send email via MAPI