FastReport .NET NetFx2/NetFx4 2018.3.44 » Developer.Team

FastReport .NET NetFx2/NetFx4 2018.3.44

FastReport .NET NetFx2/NetFx4 2018.3.44
FastReport .NET NetFx2/NetFx4 2018.3.44


With FastReport.Net, you can create application-independent .Net reports. In other words, FastReport.Net can be used as a standalone reporting tool.

Includes powerful visual report designer for creating and modifying the reports. Your application can run the designer from the code.
Includes online report designer for ASP.Net (only in Enterprise edition)
Connect to any database, use any of its tables or create queries
Add dialogue form(s) to your report to prompt for parameters before running a report
Using built-in script you can manage the interactions with dialogue form controls and perform complex data handling
Finally, view the result and print or export it to many common document formats



Connect to any database, use any of its tables or create queries
Add dialogue form(s) to your report to prompt for parameters before running a report
Using built-in script you can manage the interactions with dialogue form controls and perform complex data handling
Finally, view the result and print or export it to many common document formats





Features:

FastReport.Net is written in C# and contains only managed code. It is compatible with .NET Framework 2.0 and higher. .NET Framework 1.x is not supported
Full source code is available. FastReport.Net can be customized to suit your needs
Object Map. You can add geographical maps to your report.
Support the clouds. FastReport.Net can save reports to one of three services: Google Drive, DropBox and SkyDrive.
Reasonable price and licensing policy. At a reasonable price you get a full-featured reporting solution with royalty-free runtime report engine and a designer!
Extendable FastReport.Net architecture allows you to create your own objects, export filters, wizards and DB engines. If existing features are not enough for you then extend them!
Supports RDL format - import and export. RDL vs. FastReport.Net comparison table
Imports Crystal Reports templates. Crystal Reports vs. FastReport .NET comparison table.
Very compact and really Fast!

Current Version
---------------
[Engine]
- fix CR/LF translation in an expression result inside Richtext object
- fix expression parser of RichObject
* new RTF parser - if "ConvertRichText" option is enabled, then an embedded RTF document is splitting to report objects - TextObject, TableObject, and PictureObject
- fixed bug with RTF tags inside expression of RichText object
- fixed bug with encoding of character ";" in barcode Code128
+ added possibility to access totals, parameters and variables without case sensitivity
* now division by zero does not lead to generator crashing, instead of that expression containing error will be exchanged to text "DIVISION BY ZERO!"
- fixed a bug with the rotation of barcodes
- fixed a bug where in some cases, images when exporting to PDF were higher than needed
- fixed a bug of printing text objects with the property TextRenderType = HtmlParagraph
* optimized QR Code Barcode Object rendering
- fixed a bug where a large amount of text in a cell leads to in an infinite generation of blank pages in the report
> ATTENTION !!! We decreased the default value of the MaxHeight property from 5000 to 1000 for the TableRow object. You need to check your reports if you used rows in tables large then 10 inches in height!!!
- fixed "An item with the same key has already been added" bug in AssemblyDescriptor.Compile() method
- fixed bug in MSChartObject with AutoSeries in detailed reports
- fix parsing of multipage text in RichObject

[Designer]
- fixed bug with entering Polish symbol "Д…" (Right Alt + "A") in text editor
* buttons in View Data window are disabled when window less than needed for one row
- fixed rare bug when View Data window is increased and not all rows are shown but there is enough space
+ now in View Data window shown numbers of rows on page
* now buttons in Data Tree become disabled when the tree loses focus
- fixed bug with saving file to wrong folder in Save As dialog
- fixed a bug with file extension in Save As dialog, when report is converted from a file that is not FastReport .NET file
+ added ability to resize band by dragging its top, in this case objects move in band
+ added ability to copy report pages in designer
- fixed bug with incorrect movement of objects when mouse moves too fast if band is resizing by dragging its top
- fixed bug with System.NullReferenceException after closing Start Page tab in MDI designer
+ added "Text file (*.txt)" and "All files(*.*)" filters in CSV connection
- fixed bug with System.ArgumentException when file name contains point "." in CSV connection
- fixed bug with equal field names in CSV connection when field names are stored in first line of file
- fixed bug with lost focus of Event Editor after Preview
+ added Hyperlink.OpenLinkInNewTab property
- fixed bug with visibility of DataBand properties Left, Top and Width
- fixed bug with System.OverflowException in DesignerControl when loading report containing page with unlimited width

[Preview]
+ added ability to copy and delete prepared pages in preview

[Exports]
- fixed bug with negative width/height of picture in HTML export and WebReport
- fixed dynamic page orientation, page size and padding in MS Word 2007
- fixed memory leak with using barcodes in PDF, HTML exports
- fixed bug with barcode incorrect position inside TableCell in PDF, HTML, SVG exports
- fixed bug with incorrect file names in HTML export with Subfolder = true
- fixed bug with single picture in Excel 2003 (xls, BIFF8) and Excel 2007 (xlsx)
- fixed bug with transparent background of picture in Excel 2007 (xlsx)
- fix "Text in Curves" mode in PDF export
- fix font style simulation in PDF export
- deep refactoring of font embedding engine, added check font's rights for embedding/subsetting
- fixed bug with drawing the borders of table in PDF export with properties Layout = Wrapped, FixedColumns = 1 and dynamic count of columns
- fixed bug with paddings in Excel 2007 export
- fixed bug with opening export file in Excel 2007 with non-zero ParagraphOffset property
+ added property HTMLExport.EnableVectorObjects (enabled by default)
* the exports menu has been refactored, now the exports are grouped by category
- fixed bug with exporting pictures to Excel 2003 (BIFF8, xls)
- fixed issue with decimal separator in persian locale
- fixed the export property SvgAsPicture of PDF, when the barcodes were exported as SVG and not as images
+ added a new property AsBitmap for Barcode which indicates to use a bitmap instead of vector, the default property is False, which means exporting as a vector
* updated export to FR3 (FastReport VCL files), added export of tables, barcodes, maps and shapes
+ added the DoNotExpandShiftReturn property to the Word2007Export user interface, allowing you to control the horizontal alignment for soft return
- fixed a bug with the export of BarcodeObject with using the Padding porperty when it is converted to SVG
- fixed issue with exporting \ in Hyperlinks in PDF
- fixed null reference exception in ImageExport when Watermark.Text is null
- fixed issue with Watermark transparency in PDF export
- fixed bug with extra width documents in export in Excel 2007
- fixed bug with "too much bold" in PDF export
+ added property Excel2007Export.PrintFit in Excel 2007 export (may be set in NoScaling, FitSheetOnOnePage, FitAllColumsOnOnePage, FitAllRowsOnOnePage)

[.Net Core]
- fixed a bug where sometimes whitespace characters at the end of a line were moved to a new line
- fixed a bug with https-saving in Online Designer for FastReprot.Web.Core

[WebReport]
- fixed bug with checking handlers in Web.config
- fixed bug with saving report with Referenced Assemblies in Online Designer from Firefox browser
- fixed bug with rendering of barcodes in Internet Explorer 8 and older
+ added an example Demos/C#/Web/PreparedPreview/ that demonstrates of working with prepared report in Web
+ added a method WebReport.LoadFromFile(string fileName) that loads a report from file
+ added a method WebReport.LoadFromStream(Stream stream) that loads a report from stream
+ added a method WebReport.LoadPrepared(string fileName) that loads a prepared report from file
+ added a method WebReport.LoadPrepared(Stream stream) that loads a prepared report from file
+ added a constructor WebReport(bool inlineRegistration) that makes fast initialization of control without any previous external scripts/css loading
+ added a constructor WebReport(bool inlineRegistration, bool stretched) that makes fast initialization with presets for 100% width and 100% height
+ added a property WebReport.XlsxPrintFitPage for enable stretching the Excel 2007 worksheet in one page on printing

[Extras]
- fixed bug with ActiveQueryBuilder parameters
- fixed FastReport.Data.Json package bug with Newtonsoft.Json.dll location
- fixed bug with quotes in queries, that contain schema name in FastReport.Data.Postgres package; now available non-public schemas in designer
+ added FastReport.Data.OracleODPCore package to Nuget repository (https://www.nuget.org/profiles/FastReports)


Only for V.I.P
Warning! You are not allowed to view this text.