Releases: FastReports/FastReport
FastReport OpenSource 2020.3.0
➕ added new type of QR code, Swiss QR Code
➕ added property MatrixObject.PrintIfEmpty, which allows displaying the matrix even if it is empty
➕ added property Page.LastPageSource, which allows to configure the printer tray for printing the last page of the report
➕ added VisibleExpression, PrintableExpression, and ExportableExpression properties (these properties allow to set the value of the Visible, Printable, and Exportable properties, depending on the fulfillment of the specified condition)
🐛 fixed a bug with text object visibility when Highlight.Visible parameter is enabled
🐛 fixed a bug with work of property PrintableExpression
🐛 optimized saving of embedded fonts in PDF-export. File size has decreased significantly.
🐛 fixed a bug with resource loading in WebReport
🐛 fixed a bug with image scaling in WebReport
🐛 fixed a bug with timeout exception while saving a report in the Online Designer
🐛 fixed a bug with calls of WebReport.ExportPdf, WebReport.ExportCsv, WebReport.ExportRtf, etc.
🐛 fixed compilation error on Unix-systems (because of net40 in targetFrameworks)
🐛 fixed some API errors in report code, available in System.Drawing.Primitives
FastReport OpenSource 2020.1.0
➕ added an ability to change decimal digits for Number, Currency and Percent formats when UseLocale property is true
➕ added a property "SplitRows" for MatrixObject. By default, its value is False and in this case rows with the same vaues are joined. If True - rows are split (like TableObject)
➕ added an ability to change export settings. To do this, you need to subscribe to the ExportParameters event in WebReport.Report
🐛 fixed a bug with trying to convert DBNull in empty string when ConvertNulls is disabled
🐛 fixed a bug when PageFooter with PrintOn=LastPage causes to print it on penultimate page
🐛 fixed view of background on BarcodeObject at Html export
🐛 fixed incorrect width and height for reports with mixed page orientation (Landscape & Portrait)
🐛 fixed incorrect view of background in ShapeObject
🐛 fixed lack of non-standard fill (Hatch, LinearGradient, etc.) on ShapeObject
🐛 fixed a bug with SQLite plugin if database includes null-values
Known issue: Save button in Preview does not respond to click.
FastReport OpenSource 2019.4.0
🔨 graphics dependency changed from CoreCompat.System.Drawing to System.Drawing.Common
➕ added a new Json data connection integrated into the engine
➕ added RepeatBandNTimes property for bands
➕ added Bezier curve for polygons
➕ added a new time format minutes:seconds [mm:ss]
🐛 fixed TypeConverter on the TextObject.ParagraphFormat property
🐛 fixed a bug with breaking ManualBuild table with CanBreak = false
🐛 fixed a bug with changing the GroupHeaderBand hierarchy if it had a child GroupHeaderBand
🐛 fixed a bug when font changed in parent report were not changed in inherited report
🐛 fixed image size calculation when AutoSize is enabled in the preparation stage
🐛 fixed a bug with display on the penultimate page with PageFooter PrintOn = LastPage
FastReport OpenSource 2019.3.0
[.Net Core]
➕ added a CoreCompat.System.Drawing reference to the script, which allows using Color, Font and some other features of System.Drawing
[Engine]
➕ added ImageAlign property for image alignment inside PictureObject; by default, alignment is disabled
🐛 fixed a bug when in some cases the TypeConverter`s were not loaded correctly
🐛 fixed a bug with infinite loop in AdvancedTextRenderer when WordWrap is true and width of object less than width of one character
🔐 fixed a bug causing memory leak in HtmlTextRenderer
[Exports]
➕ added links for images to HTML-export
FastReport OpenSource 2019.2.7
➕ added links for images to HTML-export
🐛 fixed a bug when in some cases the TypeConverter`s were not loaded correctly
🐛 fixed bug with infinite loop in AdvancedTextRenderer when WordWrap is true and width of object less than width of one character
➕ added a CoreCompat.System.Drawing reference to the script, which allows using Color, Font and some other features of System.Drawing
FastReport OpenSource 2019.2.0
Merge pull request #72 from FastReports/sync_branch_636873738080173793 * sync 3/5/2019
FastReport OpenSource 2019.1.0
Merge pull request #53 from FastReports/sync_branch_636808190992289091 * sync 2019.1
FastReport OpenSource 2018.4.16
Changed the build method, now the packages are assembled with all the necessary native libraries.
FastReport OpenSource 2018.4.15
- fixed bug with roslyn wrapper, when a warning is raised as error
FastReport OpenSource 2018.4.14
In this release we have added the main connectors.