In the current release we've done everything for optimization of FastReport FMX, especially for Mac OS!
We've optimized everything from report core and up to the text rendering on screen.
In new version the preview window uses double buffering and redraws only new region of the page, which makes report preview smoother when scroll report pages . Starting from XE7 all text output of report objects is performed by FastReport FMX methods bypassing the standard text output. Such approach allows to speed up text rendering through font caching ten times!
The report core has also undergone some changes. For faster text comparison we imported new function from Carbon library, it decreases time of report building on Mac OS. Changes also touch calculations of report objects: now report engine calculates all sizes with font cache.
The object split mechanism was changed as well to make D2D and GDIP contexts compatible for calculation of objects sizes.
Ful ...
CODE 39 is the barcode developed by Intermec Corporation in 1975. Up to 43 characters including numbers, letters and some symbols can be included in the barcode: 0123456789 ABCDEFG HIJKLMNOP QRSTUVWXYZ-.$/+%. Since letters can be handled, CODE 39 is indispensable in the industrial fields and used in industries such as automotive and electronics. For example, in Germany it is used for pharmaceutical products, but is mainly used in warehousing. In the USA, code 39 was standardized as ANSI MH 10.8 M-1983 and MIL-STD-1189. This standard has been cancelled later and replaced by ANSI/AIM BC1/1995.
...
FastCube FMX 1.1 includes the following changes and updates:
+ Added property TfcxAxisContainer.DimCaption[ALevel: TfcxSmallCount; AVisIndex: Integer]: TfcxString+ Added OnPrepareSaveDialog event for export components. This allows to setup save dialog before showing it to user.+ Additional totals uses property CalcTotalsOnTotals+ Added sorting in CubeGrid and DetailGrid+ Added TfcxSlice.ApplyDefaultSettings+ Added TfcxSlice.ResetDisplayLabelOfFields+ Added aggregate function Weighted arithmetic mean+ Added aggregate function Median+ Added support of Embarcadero Rad Studio XE8 (Delphi XE8/C++Builder XE8)* Acceleration and optimization calculation of measures* Hide "Sort" menu item for "Measures" field since it has no sense for it* Renamed property TfcxMeasureField.SliceField2 to TfcxMeasureField.SliceFieldDistinct* Reimplemented XML-A export- Fixed errors in HTML and Excel exports ...
The ODT file extension is used for Open Document text files, which are usually created using the OpenOffice or LibreOffice word processor apps. This document format is based on the XML markup language and therefore easy to convert.
To understand what kind of format it is, it’s enough to see the open standard OpenDocument Format (created by the OASIS community), directly associated with ODT. Since ODF can store and exchange office documents, it also includes the Open Document Text file extension, which contains various reports, notes ...
In the recent release of FastReport Online Designer, it became possible to add any fonts to the report. This new feature allows you to diversify the generated reports.
...
The object WebReport from FastReport .NET use jQuery library. You already can use this library in your own project.
To avoid duplication of boot scripts and styles jQuery to the client browser when working with markup Razor, you need to use the following lines in _Layout.cshtml:
@WebReportGlobals.ScriptsWOjQuery() @WebReportGlobals.StylesWOjQuery()
instead of the others, which include all jQuery files:  ...
+ added new VB6 demos: Pictures,UserDataset and Dynamic report.+ added IPersistPropertyBag interface to TfrxPreviewX ActiveX object+ added Delphi for .NET example - keep reports in database+ added IfrxRichView interface+ added new Delphi for .NET demos (DataSetDemo and StreamExample)+ added unicode support in HTML, "Rich Text" (RTF) and XML exports+ added clipping in the preview+ added printer fonts to fontname combobox+ added transparency/backcolor to rich object* initial support of VB6 events * modified C# Pictures example: Now it shows pictures from a demo table.* modified C# StreamExample: Now it demonstrates how to keep reports on database server.* added streaming methods to IfrxPictureView interface* changes in the databand ...
FastReport Studio 4.7 released!• Added new demonstration program for Sybase PowerBuilder• Improved DrillDownd mechanism, should work correct with master-detail-subtetail nesting• Extened functionality of Vertical Bands• Extended interface of TfrxADOQuery object - added ability to dynamically set Master/Detail relation between SQL queries and dynamically set parameters of SQL queries.• Extended interface of TfrxReport object.• Extended functionality of build-in FastScript language.• Improved export abilites.• Improved compability with scripting languages like VB Script.• Fixed several demo programms.• Extended functionality of TfrxLineView object - now you can dynamically create LineView object and control its properties by external app ...
New version of FastReport .NET 2015.1 included new online designer web-components. We started developing online designer for our users who want more opportunities in corporate reporting. You can open and construct report-templates and reports with this tool in any modern browser. Online designer works quickly and smoothly even on slow devices and this is definitely its strongest side. You can try here: online visual report designer. Do not forget to test in on tab computers!
The online designer is available in Professional Edition only. You can get upgrade to highest edition in customer panel.
Report construction becomes more pleasant and comfortable with each new version of Fas ...