News

19 de julho de 2023

Official launch of the FastReport Cloud service

We’re happy to announce the official launch of FastReport Cloud, a cloud service for creating, editing and storing documents!
01 de dezembro de 2009

CodeRage III Special Product Discount of Fast Reports

As Prize Donor (https://conferences.codegear.com/coderage08/prizes) and exhibitor of CodeRage 2008 (https://conferences.codegear.com/coderage08) we are offer Special Discount on Fast Reports products. You can save some coin with 20% off on your choice of Fast Reports products. Offer expires at 11:59pm on Friday, December 5, 2008 Discount page: https://fast-report.com/en/coderage8.html Special offer (5 days only!) FastReport.Net Win Forms and FastReport.Net WinForms+WebForm (for Delphi Prism) with 20% discount!
30 de novembro de 2009

FastReport Server 2.2 released!

+ added variables "AUTHLOGIN" and "AUTHGROUP" inside the any report  + now any report file can be matched with any (one and more) group, these reports are accessible only in matched groups+ now you can set-up cache delays for each report file (reports.xml)+ added new properties editor for reports in Configuration utility (see Reports tab)+ added property "Xml" - "SplitType" in server configuration - allow to select split on pages type between none/pages/printonprev/rowscount+ added property "Xml" - "SplitRowsCount" in server configuration - sets the count of rows for "rowscount" split type+ added property "Xml" - "Extension" in server configuration - allow select between ".xml" and ".xls" extension for output file+ added property "Html" - "URLTarget" in server configuration - allow select the target attribute for report URLs+ added property "ReportsFile" - path to file with reports to groups associations and cache delays + added property "ReportsListRenewTimeout" in server configuration+ added property "ConfigRenewTimeout" in server configuration+ added property "MimeType" for each output format in server configuration + added property "BrowserPrint" in server configuration - allow printing by browser, added new template nav_print_browser.html+ added dynamic file name generation of resulting formats (report_name_date_time)+ added Windows x64 support (in WOW mode)* SERVER_REPORTS_LIST and SERVER_REPORTS_HTML variables (list of available reports) depend from user group (for internal authentification)* changed PDF export: added full Unicode support, improved performance, decreased memory requirements- fixed bug in garbage collector (Session Manager)- fixed bug with designer executable crash- fixed bug with variables lost on refresh/export
13 de outubro de 2009

FastReport Studio 4.8 released!

+ added ability to split big bands(biggest than page height) by default + added ability to use keeping(KeepTogether/KeepChild/KeepHeader) in multi-column report+ added BDE engine+ added DBX engine+ added confirmation reading for TfrxMailExport+ added new enumerations drDontEditReportScript and drDontEditInternalDatasets to TfrxDesignerRestriction+ added new TfrxDesignerRestriction: drDontEditReportScript and drDontEditInternalDatasets+ added PrnOutFileName property to printer options+ added RTF 4.1 support for TfrxRichText object+ added TfrxDesigner.MemoParentFont property+ added TfrxGroupHeader.ShowChildIfDrillDown property  + added TfrxPrintOptions.PrnOutFileName property to set ability to print to file+ added TfrxReportOptions.HiddenPassword property to set password silently from code+ added TimeOut field to TfrxMailExport form + added checksum calculating for  2 5 interleaved barcode* changed PDF export: added full unicode support, improved performance, decreased memory requirements- changed inheritance mechanism, correct inherits of linked objects (fixups)- fixed "Page" and "Line" variables inside vertical bands- fixed ActiveForm  ActiveX object- fixed bug in multi-column page when band overlap stretched PageHeader- fixed bug when cross tab cut the text in corner, when corner height greater than column height- fixed bug when designer place function in commented text block- fixed bug when designer shows commented functions in object inspector- fixed bug when engine delete first space from text in split Memo- fixed bug when Engine try to split non-stretcheable view and gone to endless loop- fixed bug when group doesn't fit on the whole page- fixed bug with displacement of subreport when use PrintOnParent property in some cases- fixed bug with DownThenAcross in Cross Tab- fixed bug with emf in ODT export- fixed bug with HTML tags in memo when use shot text and WordWrap- fixed bug with Mirror Mrgins in RTF, HTML, XLS, XML, OpenOffice exports- fixed bug with outline when build several composite reports in double pass mode- fixed bug with some codepage which use two bytes for special symbols (Japanese ans Chinese codepages)- fixed bug with using KeepHeader in some cases- fixed bug with using ReprintOnNewPage- fixed designer restrictions constants- fixed problem with PageFooter and ReportSymmary when use PrintOnPreviousPage property- fixed small memory leak in subreports- improved AddFrom method - copy outline- improved DrillDownd mechanism, should work correct with master-detail-subtetail nesting - improved functional of vertical bands, shows memos placed on H-band which doesn't across VBand, also calculate expression inside it and call events (like in FR2)- improved script compilation- improved unsorted mode in crosstab(join same columns correctly)- improved WatchForm TListBox changet to TCheckListBox
08 de outubro de 2009

FastCube 1.6 released!

FastCube 1.6---------------+ Added function TfcAxis.GetVisibleIndexFromAbs(ALevel: Integer; AAbsIndex: Integer; var AIndex: integer; var AVisible: Boolean): Boolean;+ Added procedure TfcGrid.SelectCell(ACol, ARow: integer; AMakeVisible: boolean);+ Added support for Embarcadero Rad Studio 2010 (Delphi/C++Builder)+ Added option mdsoSaveFiltersByValue ў TfcSlice (save in Schema filters by value)+ Added new aggregate function "Last value". It is possible to use it with any type of the data!+ Added property UseParentFont into TfcGridStyles.+ Font, color and alignment of TfcGrid are used when print with TfrcGrid.+ Added property Font into TfcGridStyle.+ Added script property Measure[].TotalValueForDims['dim1, dim2, ...'] to get measure total value for dimensions dim1, dim2, ...+ Added Greek resources (thanks Dimitris Karagikas)+ Added an ability to use one field for the measures and dimension simultaneously+ Added script events OnGetSeriesClass, OnSeriesCreated and OnChartFilled in TfrcChartView.+ Updated chart support in unit frcCrossRTTI.+ Added property StackType (MultiBar) in TfcChart.+ Added support THorizBarSeries in TfcChart.+ Added new events OnSaveTemplate and OnLoadTemplate in TfcChart.+ Added new property DefaultTemplatePath in TfcChart.+ Added new properties DefaultSchemePath, DefaultCubePath and DefaultExportPath in TfcGrid.+ Added option in Grid: mdgoChangeOrderByClick - Switching order of sorting by one mouse button clicking.+ Added properties Dimensions.IsTotalByCol and Dimensions.IsTotalByRow. You can use this properties in Script.+ Added new format type fkCustom (You can to create and registrate custom formates. Use fcCustomFormats.AddFormat. See examples fcExamples).+ Added Swedish resources from Niklas Larsson+ Added  FastReport integration package for BCB6+ Added: You simultaneously can change width of all columns in the X axis. Keep key Ctrl at change of width of the column.* Only the UTF8 encoding is now used for scheme files.* Event TfrcGrid.onGetStyles is changed- Fixed export of Null data into various XML formats- Fixed error of reading from stream property StackType (MultiBar) in TfcChart.- Fixed error with property DefaultExportPath in TfcGrid and property DefaultTemplatePath in TfcChart.- Fixed width TfcChartToolBar.- Fixed error of reading Chart Template from version before 1.5.5.- Fixed error: Calculation of sizes of memos is wrong in FastReport if are used different fonts.- Fixed error: AV in Chart if no data in grid- Fixed error: Caption of measures are wrong when dimension is collapsed
21 de setembro de 2009

FastReport 4.8 released!

! + added support of Embarcadero Rad Studio 2010 (Delphi/C++Builder)! + added TfrxMailExport.OnSendMail event ! + [enterprise] added Windows Authentification mode! + adedd checksum calculating for  2 5 interleaved barcode! * [enterprise] improved CGI for IIS/Apache server! * changed PDF export: added full unicode support, improved performance, decreased memory requirements  old PDF export engine saved in file frxExportPDF_old.pas+ added TfrxDBDataset.BCDToCurrency property+ added TfrxReportOptions.HiddenPassword property to set password silently from code+ added TfrxADOConnection.OnAfterDisconnect event + added TfrxDesigner.MemoParentFont property+ added new TfrxDesignerRestriction: drDontEditReportScript and drDontEditInternalDatasets+ added TfrxGroupHeader.ShowChildIfDrillDown property  + added confirmation reading for TfrxMailExport+ added TimeOut field to TfrxMailExport form + added ability to use keeping(KeepTogether/KeepChild/KeepHeader) in multi-column report+ added ability to split big bands(biggest than page height) by default - changed inheritance mechanism, correct inherits of linked objects (fixups)- fixed bug with Mirror Mrgins in RTF, HTML, XLS, XML, OpenOffice exports- fixed bug when cross tab cut the text in corner, when corner height greater than column height- improved WatchForm TListBox changet to TCheckListBox- improved AddFrom method - copy outline- Improved functional of vertical bands, shows memos placed on H-band which doesn't across VBand, also calculate expression inside it and call events (like in FR2)- Improved unsorted mode in crosstab(join same columns correctly)- Improved converter from Report Builder- Improved TfrxDesigner.OnInsertObject, should call when drag&drop field from data tree- improved DrillDownd mechanism, should work correct with master-detail-subtetail nesting - fixed bug with DownThenAcross in Cross Tab- fixed several bugs under CodeGear RAD Studio (Delphi/C++Builder) 2009 - fixed bug with emf in ODT export- fixed bug with outline when build several composite reports in double pass mode- fixed bug when group doesn't fit on the whole page- fixed "Page" and "Line" variables inside vertical bands- fixed bug with using KeepHeader in some cases- fixed bug with displacement of subreport when use PrintOnParent property in some cases- fixed small memory leak in subreports- fixed problem with PageFooter and ReportSymmary when use PrintOnPreviousPage property- fixed bug when designer shows commented functions in object inspector- fixed bug when designer place function in commented text block- fixed bug when Engine try to split non-stretcheable view and gone to endless loop- fixed bug with HTML tags in memo when use shot text and WordWrap- [enterprise] fixed bug with variables lost on refresh/export- fixed bug whih PDF,ODT export in Delphi4 and CBuilder4- fixed bug with some codepage which use two bytes for special symbols (Japanese ans Chinese codepages)- fixed bug when engine delete first space from text in split Memo- fixed bug in multi-column page when band overlap stretched PageHeader- fixed bug with using ReprintOnNewPage
07 de setembro de 2009

Basta! in Mainz from 21 to 25 September 2009

Dear friends! We invite you vizit developer conference Basta! Basta! in Mainz from 21 to 25 September 2009http://it-republik.de/dotnet/basta Fast Reports will take part in Basta! as an exhibitor:http://it-republik.de/dotnet/basta/aussteller#fast
07 de setembro de 2009

CodeRage 2009 - from 8 to 11 September

Dear friends! We invite you vizit CodeRage 2009 - from 8 to 11 September. http://conferences.embarcadero.com/coderage Fast Reports will take part as a speaker and exhibitorhttp://conferences.embarcadero.com/coderage/sessions Back to the news list
Fast Reports
  • 800-985-8986 (English, US)
  • +31 97 01025-8466 (English, EU)
  • +49 30 56837-3928 (German, DE)
  • +55 19 98147-8148 (Portuguese, BR)
  • info@fast-report.com
  • 66 Canal Center Plaza, Ste 505, Alexandria, VA 22314

© 1998-2025 Fast Reports Inc.