In the previous article we have considered an example of using a new product of FastReport - the FastReport Core. That was an example for Windows. This time we will overview an example for Linux.
First of all, for Linux need additional libraries, which may not be installed by default:
Libgdiplus;
libx11-dev.
Usually, the xserver is not installed on the server OS Linux. However, it is necessary for processing graphics of the FastReport Core. So, we have to install it. It can be, for example: Xvfb, VcXsrv etc.
We will revert to the issue of the xserver later, but for now, let us create the ASP.Net Core application:
Choose a Web application:
Add the FastReport Core to the project via NuGet.
...