文件名称:FastReport 5.1.11 D7-XE7 FullSource
文件大小:7.74MB
文件格式:RAR
更新时间:2018-02-01 04:56:07
FastReport Delphi
Version 5.1 --------------------------- - Fixed styles in Excel2007 export + Added Indy mail transport (see FR5/Source/ExportPack/frxExportMail.pas for enabling this feature) - Fixed the hyperlinks feature in PDF export + Added the transparency feature in PDF export - Fixed bug with embedding fonts on 64-bit platforms + Added Embarcadero RAD Studio XE6 support + Added OnGetCustomData/OnSaveCustomData events which allow to save custom data inside report template(look new CustomReportData demo) + Added OnLoadDetailTemplate event - used to load detail reports from other sources like data fields. + Added new multiImage mechanism in TIFF export - multiImage document is not limited with pages count + Added new property UTF8 in CSV export filter for stroing Unicode text in UTF8 encoding + Added missing RTTI information for new clases - Improved and fixed template inheritence (inherite some collections like classes and variables) - Improved checkbox control in PDF export - Fixed script inheritence - for more information see example "Report with script inheritence" - Fixed Interactive chart behaviour and added "Interactive Chart " report example - Fixed bug with shadows in pictures in PDF export - Fixed problem with multipage preview - Fixed negative number export in BIFF8 export (braket form) - Fixed pictures in PowerPoint export - Fixed bug with Excel export in Enterprise edition - Fixed frames in RTF export - Fixed gradient fill in exports version 5.0 initial release ---------------------------- Classes: - New fill types available in the Memo object: gradient and glass. - Memo object can have several highlight conditions. The highlight condition now includes the following style settings: frame, font, fill and an object visibility. You may turn on and off each setting. - Memo object can have several format settings. When a Memo object contains multiple expressions in a text, you may specify a format for each expression. - Added Filter property to data bands. You may filter out data rows without using a script. - Changes in the report file format: collections like datasets, variables, formats, highlights are written as nested properties for better readability. Old files (FR VCL 3 and 4) are fully supported. - Added MouseEnter, MouseLeave events to report objects. - Added Visibility property (set of flags - vsPreview, vsPrint, vsExport). New objects: - New 2D barcodes - PDF417, DataMatrix, QR Code. - New barcodes - Code128, EAN128 with auto encoding. Interactivity: - New interactive report types: detail report and detail page. When you click an interactive object, a new report is built and displayed in a separate tab in the preview window. - Added interactivity in the Chart object. Clicking on a chart element, you may build a detail report. Exports: - New exports: HTML5 (div), DOCX, XLSX, PPTX. - Improvements in RTF, XLS, XML, HTML, ODF exports: support of different frame lines in a single Memo object. - Improved font embedding in the PDF export: font subset is embedded instead of a whole font. This will significantly reduce a file size. GUI: - New icons in the designer and preview windows. - Improved appearance of the Data tree: new icons for different field types. - New/improved dialogs: highlight, frame, fill, hyperlink, databand editors. Client/Server: - New navigation toolbar with touch support - Works via AJAX technology - Optimized exchange protocols - Reduced response time