In der Veröffentlichung von FastReport Online Designer 2025.1 haben wir ein neues Komponentenmenü hinzugefügt, neue Funktionen in das Kontextmenü des Objekts „Tabelle“ eingeführt, die Wasserzeicheneinstellungen verbessert, die Erstellung von Hilfslinien auf der Seite hinzugefügt und vieles mehr.
+ added support of Embarcadero Rad Studio XE5 for VCL x32/x64 compilators.
+ added support of Embarcadero Rad Studio XE5 FireMonkey framework (2) for Windows x32/x64 and OSX platforms.
Desktop OLAP components set which supports Delphi/C++Builder/RAD Studio from 7th version upto XE5
Brief review of news in the 2nd version:
I. Grids1. Improvements to source data grid2. Closer to the native look of Windows with enabled themes3. Gradient drawing
II. Data analysis1. Optimized axis operations2. New dimension attribute for single choice (radio filter)3. improvements in Groups and 4. Totals5. Ranks for measures6. Tree-like axis7. Data highlighting styles8. Status panel9. Advanced using of FastScript10. New export filters
III. Cube1. Splits2. Loading from custom storage3. Data conversion during the load process4. Custom field calculation during the load process5. Add/remove operations on fields after the load6. Append data to an active cube
IV. Global filterV. And much more
If you are our customer of VCL-components — login to customer panel and get FastCube 2 with discount!
Today we will create a Windows service, which will serve as the WCF service. An example will be based on the use of the libraryFastReport.Service.dll (WCF Service Library), which can be found in the package of FastReport .NET.
Open Visual Studio and create a project WindowsService. Read more...
We have an easy way to implement a web service using the library FastReport.Service.dll (WCF Service Library), which is supplied with FastReport .Net.
Our example is based on creating a simple web application with a web service functions, but you can modify your existing project based on .NET Framework 4.0 or newer.
Run Visual Studio and create a new ASP.NET Web Application project under .NET Framework 4.0. Read more...
Not long ago we added support of Lazarus IDE for FastReport 4 VCL (starts from Pro version, because Lazarus updates recently and require source codes for recompilation).
As it's still in the beta stage there is no any detailed instruction about its installation , yet. This basic article wiill explain how to install Fast Report 4 under lazarus and issues you may have.
First of all you need a FastReport 4 VCL (Pro version or above. Or you can try our trial version compiled under Lazarus 1.0.8) installation (you can use source only installation) and Lazarus IDE (with FPC) installed. After we have FastReport 4 VCL installed we can compile its packages using Lazarus.
Lets start from Win32 compilation:
Run Lazarus IDE (under win32 FastReport works with standard widgets set you don't need to do any additional recompilation).
In Lazarus IDE follow "Packages" -> "Open package (*.lpk)" Read more...
Today we review the simplest way to use the library FastReport.Service.dll as WCF service.
This example does not require programming and is intended for testing of library and configuration file. To complete the task, we use the programWcfSvcHost.exe, that comes with Visual Studio Read more...