Inclui algumas mudanças.
Lazarus:
Adição de suporte do Lazarus, ambiente de desenvolvimento de plataforma cruzada gratuita. É a primeira versão beta que inclui designer e visualização. Novas oportunidades serão adicionadas posteriormente, faça um teste agora e nos dê o seu feedback.
SVG:
Formato de imagem de vetor popular amplamente usado na Internet está agora disponível nas exportações do FastReport. A principal vantagem do SVG envolve a manutenção da qualidade da imagem por meio da ampliação de quaisquer partes. Isso é útil ao criar mapas, gráficos ou diagramas grandes.
RADStudio XE7:
Adição de suporte da nova versão de RADStudioXE7.
Designer:
Aprimoramento das heranças de relatórios e sincronização de qualidade dos modelos. Adição de novas opções de trabalho com árvores de dados como, por exemplo, multisseleção, arrastar e editar.
Exportar:
Transparência e máscara de cores em PDF.
Nós traduzimos o manual do usuário do FastReport5 para português e você pode baixá-lo aqui: http://www.fast-report.com/public_download/files/FR5UserManual-br.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