More than 5 years ago we added new special components—"Transports." They help save generated reports to the cloud and use files (for example, pictures) located in the cloud to build reports.
With the release of 2023.3, we added a ninth to the eight existing transports for working with NextCloud.
This article will look at the settings for NextCloud and analyze some features. If you have already worked with our transports, then you can go straight to the chapter with connection setup< ...
Starting with version 2021.4.5 FastReport Online Designer is switched to new licensing. You can read more about it in the license agreement.
Along with it, there’s a new way of installing the updates. In order to update the Online Designer to the latest version you need to log into your customer panel: https://cpa ...
FastReport 2018.2 has support for vector graphics in exports.
Now some barcodes and SVG images are exported in vector form. This applies to exports to PDF, HTML and SVG. As for barcodes, the explanation is needed to be given - only linear bar codes can be exported as vector images.
In the current version of 2018.2.22, a special tab of the settings for vector images - "Vector Graphics" has been added in the PDF export settings window.
Here we have two types of settings - the gradient quality and the curves. The quality of the gradient affects the smoothness of the transition, i.e. number of shades. A gradient interpolation determines the dimensionality of the gradient at the points.
Interpolation of curves allows you to plot curves with a given number of segments. Rather, we specify the number of points that will be used to create the segments. ...
In case you need to do some actions on client side after saving the report like show some beautiful dialog from your code or do redirect to the other page you can use following techniques.
1) you can use the following code:
1
2
3
4
5
6
7
8
< ...
TeeChart is a library of charting. It is widely known among the programmers of the VCL platform of programmers, but it is also popular in other platforms, for example, in the .Net Framework.
FastReport .NET, since version 2018.2 supports this component in its report designer.
To add a new control element to the report, you need to apply the plug-in for the report designer. We will collect it from the project located in a folder C:\Program Files (x86)\FastReports\FastReport.Net\Extras\Misc\TeeChartObjectPlugin.
Run the report designer. On the File menu, select: .
On the "Plugins" tab we click the "Add" button:
Choose the compiled library TeeChartObjectPlugin.dll. Click OK and restart the report designer. Now, on the toolbar, there is one more element - ...
To host the created applications on Internet servers, you need a web server. Today we will launch our web application on IIS (Internet Information Services). It is a web server for hosting sites on the Internet. It is more often used to host web servers under server operating systems with a Windows kernel.
First, we will create the application on ASP .NET Core with the FastReport.Web library or simply use the FastReport.Core.Web21.MVC demo project from the FastReport application .NET Trial which is located in the path:
...
In the latest version of FastReport .Net 2019.2 there is now an ability of object texture fill, escaping quotes in CSV export, added digital signing in PDF export, made interface improvements and fixed some bugs. In WebReport we added ability to assign date and time format in DateTimePicker as well as ability to set up export list in WebReport Core
Version 2019.2--------------- [Engine]+ added texture fill* now in the new reports the default font will always be serialized- fixed a bug with generation method of barcode Supplement 5 (EAN-5)- fixed bug with incorrect type cast in data fields (IMPORTANT! This hotfix may affect previously developed reports)- fixed bug with incorrect type cast of Nullable types of fields- fixed a bug with parsing old reports (before 2016), when the Arial 10pt is not ...