FastReport VCL Enterprise 5.4.2 » Developer.Team

FastReport VCL Enterprise 5.4.2

FastReport VCL Enterprise 5.4.2
FastReport VCL Enterprise 5.4.2 | 15 Mb


FastReport VCL is an add-on component that allows your application to generate reports quickly and efficiently. FastReport® provides all the tools necessary for developing reports, including a visual report designer, a reporting core, and a preview window. It can be used in Embarcadero (ex Borland and CodeGear) Delphi 7-XE8 and C++Builder 2005-XE10.

Report Designer:

new XP-style interface
the "Data" tab with all report datasets
ability to draw diagrams in the "Data" tab
code completion (Ctrl+Space)
breakpoints
watches
report templates
local guidelines (appears when you move or resize an object)
ability to work in non-modal mode, mdi child mode

Print:

split a big page to several small pages
print several small pages on one big
print a page on a specified sheet (with scale)
duplex handling from print dialogue
print copy name on each printed copy (for example, "First copy", "Second copy")

Features

Band-oriented report generator. Wide range of band types allows you to create any kind of report.
Report can consist of several design pages. Thus you can build a report that consists of cover, data and back cover - all in one file.
Wide range of objects that can be used in a report: text, picture, lines, shapes, charts, barcodes, cross-table, ole object, richtext, checkbox, gradient. screenshot
Visual report designer supports zooming, undo/redo, guidelines, rulers. Fully customizable interface with MS Office look. You can give your users the ability to modify reports and create new ones. screenshot
Report can contain datasets (tables, queries, DB connections). Thus you can not only use application-defined datasets, but connect to any databases and use tables and queries right inside a report. At this time the following libraries are supported: ADO, BDE, DBX, IBX, FIB, and many third-party DB libraries. screenshot
Report can contain dialogue forms to ask for some data before the report is run. You can create fully standalone, application-independed reports! screenshot
Built-in script engine that supports 4 languages: PascalScript, C++Script, BasicScript, JScript. You can perform complex data handling with it, manage the interaction with dialogue forms and controls. screenshot
The debugging tools: step, breakpoints, watches. screenshot
Visual query builder. You don't have to learn the SQL language to create a complex query from several data tables. screenshot
Export filters allow you to export your report to many supported formats (PDF, RTF, XLS, XML, HTML, JPG, BMP, GIF, TIFF, TXT, CSV, Open Document Format).
Send report by email with one mouse click.
Web-reporting components. Distance no longer matters! You can browse a report using only web browser.
Special kind of report for dot-matrix printing. This type of printer is still alive and used in many corporations. Use FastReport for fast dot-matrix printing! screenshot
Report inheritance (supported both file-based inheritance and visual form inheritance used in Delphi/C++Builder). You have many reports with common elements such as titles, logos, footers Put the common elements into base report and inherit all other reports from a base.

5.4.2
- Fixed Standart Report Wizard
- Fixed restoring of preview's positions after drill-down
- Fixed filenames of attachment in the e-mail export
- Fixed &FNC1; usage in the Code128C and CodeEAN128C barcodes
- [Fast Script] Improved FormatFloat accuracy
- Fixed params in the FireDAC components
- [Enterpise] Fixed Unicode in the CGI, ISAPI
+ Optimized picture cache
- [Lazarus] Fixed images printing
- Fixed printing on high-DPI printers
- Fixed numeric formatting in the XLSX export
5.4.1
- [Enterprise] Fixed images path
- Fixed FieldNames usage in th DBF export
- Fixed Z-order for images in the HTML(Layered) export

Version 5.4
---------------------------
+ Added Embarcadero RAD Studio 10 Seattle support for x32 and x64 windows platforms
+ [Lazarus] Added export filters package with basic export filters BMP, JPEG, PNG, HTML and HTML5 (Layered)
+ [Lazarus] Added IBX internal datasets support
+ Added support of user function's for parent reports in report inheritance
+ Added caching of images for matrix export (cache to file and memory)
+ Added TfrxReportPage.ShowTitleOnPreviousPage property
+ [FQB] Added new field types
+ Added CodePage property for QR barcode. If CodePage <> 0 - ECI mode used
+ Added TfrxPreview.LoadFromStream method
+ Increased cross-tab's max rows/columns/cells levels from 32 to 64
+ Added TfrxVisibilityTypes support in the report's script
+ Added Tag property for report's objcts for 64 bit
+ Added TfrxCustomExportFilter.OnBeforeExport event
+ Added FetchAll property for TfrxFIBQuery
+ Added TfrxMailExport.SMTPStartCommand (HELO, EHLO) property
+ Added numeric formats support in the TfrxXLSXExport
+ Added TfrxPreview class in the frxClassRTTI. Now you can use TfrxPreview(Report.Preview).OutlineVisible := True; in the report's script
+ Added frame with different lines support for TfrxCheckView for TfrxPDFExport
+ Report's script lines saving without right spaces
- Optimized 2D barcodes printing
- Fixed bug with preview with drill-down detail report
- Fixed param's updating for TfrxBDEQuery.ExecSQL
- Fixed TfrxHeader's ReprintOnNewPage behaviour
- Fixed splitting of the TfrxRichView
- Fixed TfrxRichView for Windows 8
- Changed object bounds calculation in the TfrxCustomMemoView.BeginDraw
- Fixed KeepHeader and KeepFooter behavior for databand with one record
- [Lazarus] Fixed picture/dataset streaming
- Report shows errors in parent script when use report inheritance
- Fixed start column position for drill-down groups
- Fixed CurY position for groups on TfrxReportPage with several columns and PrintOnPreviousPage = True
- Fixed FR for FireDAC components
- Fixed export of paragraph's attributes in the RTF export
- [enterprise] Fixed server log config.xml error message
- Fixed TfrxPictureView scaling in the PDF export
- Fixed bug with preview init when ZoomMode <> zmDefault
- Fixed AV in the PDF export with embedded fonts
- Fixed PDF export of object with double and single line in the frame
- Fixed preview's page number after zoom
- Fixed system color's exportong in the DOCX and XLSX exports
- Fixed TfrxReportPage.PrintIfEmpty behavior
- [Lazarus] Fixed TFontStyle declaration
- Fixed code pages support for Datamatrix and PDF417 barcodes
- Fixed Interactive Chart report for FRDemo
- Fixed text position for Rotation = 90, 180, 270 in the PDF export
- Fixed object's moving for bands on the multi-column page
- Fixed text position for text with one line and big LineSpaсing value in the PDF export
- Fixed hint position for TfrxPreview
- Fixed GetDefaultPrinter method
- Fixed width of text in the PDF export
- Fixed Outline checkbox behavior in the PDF export dialog
- Increased LargeDesignHeight multiplier from 5 to 8
- Fixed INDY for HTML export
- Fixed BIFF export for Excel 2013 for reports with images
- Fixed PDF's structure for encrypted files
- Fixed object's exporting with Visibility = vsExport for PDF export
- Fixed band's Fill editing when fill type changed
- Fixed Rave->FR converter
- Fixed FRF->FR3 converter
- Fixed restoring of preview position for last preview tab
- Fixed bug with thousand separator in the TfrxXLSXExport
- Fixed TfrxCheckBoxView scaling in the TfrxPDFExport filter
- Fixed filter's filename during slave export
- Fixed problem with TfrxDBXQuery parameters
- Fixed exporting of page headers and page footers in the TfrxRTFExport
- Fixed AV with TfrxReport.EngineOptions.DoublePass=True
- Fixed vertical text alignment in the TfrxPDFExport filter
- Updated Farsi language files
- Updated Danish language files
- Fixed TfrxReportPage.Frame size in the TfrxPDFExport
- Fixed haBlock aligment in the TfrxPDFExport for some cases
- Fixed export of text with start/end spaces in the TfrxHTMLExport
- Fixed problem with crosstab rendering in designer when column headers are disabled and AutoSize = False
- Fixed HTML header in the TfrxHTMLExport when export called several times
- Fixed bug with XLSX content if more than 1025 pages were exported as single worksheet
- Fixed landscape orientation in the TfrxDOCXExport
- Fixed width of font if it embedded into PDF document
- Fixed problem with content in the TfrxDOCXExport. Now first 63 columns will be exported only
- Fixed thick frames for PDF export
- Fixed empty objects with numeric formatting to ODS and ODT formats
- Fixed multiline text export to ODS and ODT formats
- Fixed filling of TfrxPageFooter band and TfrxOverlay band with PrintOnTop = True
- Fixed external hyperlinks in the PDF
- [FS] Fixed FOR statement debugging
- Fixed empty TfrxPictureView's exporting to PDF
- Fixed style simulation for Arial Narrow, Arial Unicode MS and Tahoma fonts in the TfrxPDFExport
- Fixed error in the TfrxXSLXExport with 'Use report pages' option
- Fixed bug with TfrxVarEditorForm and TfrxExprEditorForm for configuration with several monitors
- Fixed C++ compilation errors for HTML export filters
- Fixed width of monospace font if it embedded into PDF document
- Fixed exporting of 2D barcodes to ODS and ODT formats
- Fixed printing with custom paper size
- Fixed HAlign and VAlign for Rotation = 90, 270 in the TfrxODSExport, TfrxODTExport
- Fixed export numbers with leading spaces in ODS export
- Fixed export text and number as number in BIFF8 export
- Fixed Italic, Underline font style support in the DOCX export
- Fixed StrikeOut font style support in the XLS(OLE), RTF, DOCX and XLSX export
- Fixed bug with preview with endless page and Collapse All
- Fixed "Variant or safe array is locked" error in the XLS(OLE) export
- Fixed problem with crosstab rendering in designer in some cases
- Fixed CharSpacing > 0 error for haRight alignment in the PDF export
- [enterprise] client/server utf8 fix
- Fixed TfrxFillEditorForm charset
- Fixed Out of memory error in BIFF8 export filter
- Fixed Unicode support for variables in the TfrxRichView
- Fixed memory leaks in the PDF export


[/b]

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