Incluye numerosos cambios.
Lazarus:
Compatible ahora con el entorno de desarrollo multiplataforma gratuito Lazarus.Es la primera versión beta que incluye un diseñador y una vista previa.Más adelante añadiremos nuevas funciones, de momento la oferta consiste en probar la aplicación y darnos tu comentario.
SVG:
Disponible en las exportaciones de FastReport este popular formato de imágenes en vectores.La principal ventaja del formato SVG es que mantiene la calidad de la imagen ante cualquier redimensionamiento.Resulta muy útil al crear mapas de gran tamaño o diagramas.
RAD Studio XE7:
Compatible ahora con la nueva versión de RAD Studio XE7.
Diseñador:
Mejoras en la herencia de reportes y en la calidad de sincronización de las plantillas.Añadidas opciones de trabajo con árboles de datos como la multiselección, el arrastrado y la edición.
Exportación:
Transparencias y máscaras de colores en PDF.
+ Added Embarcadero RAD Studio XE7 support for x32 and x64 windows platforms
+ Added initial support of Lazarus for Fast Report 5 - first beta release with includes ther report designer and the report preview.
+ Added new export filter to SVG format - SVG is a graphical vector format used in web and now FastReport allow you to export reports to this format.
+ Added ability to reset object properties to parents in inherited report (whole report or single object) - ability to restore object properties of any object in inherited report to default values introduced in base report.
+ Added multi-selection for data tree and ability to drag whole dataset(create band) - allow to drag any count of fields from "data tree" or/and include whole dataset.
+ Added ability to move/select/edit report objects from report tree window - new enhanced "report objects tree" gives ability to select move and edit objects more easily.
+ Added transparency and color mask in PDF export (Pictures/HTML-tags/RTF) - pictures and some objects like RTF may uses alpha mask during export to PDF.
+ Added selection mode in report designer - new selection modes allow to select all object of the same kind as selected.
+ Changed preview tabs mechanism. TfrxPreview.EachReportInTab allow to bind few report components to a single preview and show each in the separate tab.
+ [enterprise] Added new Enterprise demo to show how to build client application for mobile platform in FMX framework - learn how you can build a mobile client for FastReport Enterprise edition.
+ Improved variables and styles editor to handle new inheritence items
+ Added export of page frame in PDF
+ Added cell rotation in XLSX and DOCX exports filters
+ Added packages for IBO4 for D2005-XE3
- [enterprise] Fixed unicode problems in FR Server navigator toolbar
- Fixed TfrxFontComboBox now uses TfrxReport.iniFile for saving data
- Fixed FireDac components compatibility for XE7
- Fixed align of text in DOCX export
- Fixed Indy SMTP mail transfer
- Fixed frxTeeChart problem in multy-threaded inviroment
- Fixed error with export of 2d barcode from code
- Fixed problem with new DBX behaviour in master detail reports starts from Delphi XE
- Fixed problem with KeepFooter in subreports
- Fixed DateTime format in BIFF export
- Fixed preview window flickering with drilldown reports
- Fixed text align fix for negative LineSpacing
- Fixed minor problems with report inheritance
- Fixed preview error which may appears during preparing crosstab
- Fixed TIFF export problem when using Stream
- Fixed problem with crosstab header resizing in some cases
- Fixed problem with minimizing report designer in application compiled with delphi 2010 and above
- Fixed visibility of several components for x64 platform
- Fixed script inheritance in reports when used fsGlobalModule
- Fixed OnLoadTemplate and OnGetUnit events for inherited report
- Fixed OnPreviewDblClick event
- Fixed missing Fill property for some objects
- Fixed double frames in PDF export
- Fixed font embedding problem with x64 platform
- Fixed incorrect preview behaviour in some cases
- Fixed PDF checkbox export
- Fixed EAN13 barcode bug
- Fixed numeric formats in XLSX export
- Fixed TabOrder in frxEditPage
- Added missing bcCode128 support in report script
- Restored published Color property for TfrxSysMemoView