FastReport .NET Core

2017-09-14

FastReport .NET 2017.4 now supports .NET Core, so users can utilize FastReport .NET in Windows, Linux and Docker containers. For using it under Linux one needs XServer, the "libgdiplus" and the "libx11-dev" libraries. The package includes a demo version, which allows to check whether FR.Net is working on your device. It can be found in the "\Demos\Core\FastReportCore.MVC" folder.
FastReport .NET Core corresponds with .NET Standard 2.0.

Now you can connect FastReport .NET Core using the NuGet package manager.
To connect FastReport .NET via NuGet you need to:
- Open the VisualStudio settings and go to the "NuGet Package Manager" -> "Package Sources";
- Add a new package, using the green plus button;
- Enter the desired package name in the "Name" field;
- In the "Source" field, select path to the FastReport repository (by default in C:\Program Files\FastReports\FastReport.Net\Nugets);
- Click "Update", and then click "OK".
 Now you can find and download FastReport .NET Core in NuGet.

At the moment, there is no WebReport. Dialogs, charts (MsChart) and RTF (RichObject) are not supported, but all these things are planned to be established within a short time.
There are no SQL connections, but the CSV and the XML connections are built in. If you want to use the SQL connection, you need to use the additional library and register the data from the application. There is also no visual designer, but a support to work with the online designer is planned to be provided. You can get a prepared report (*.fpx) from the report template (*.frx) or get documents (pdf, html, etc.).

To start working you need 3 additional libraries from NuGet:
a) System.Drawing.Common;
b) Microsoft.CodeAnalysis.CSharp;
c) Microsoft.CodeAnalysis.VisualBasic.

.NET .NET FastReport FastReport Core Core Libgdiplus Libgdiplus
April 21, 2026

Using Watermarks in FastReport VCL

The article provides a detailed overview of the watermark functionality in FastReport VCL — covering both the visual interface and programmatic methods using Delphi code and report scripts.
April 08, 2026

New Banding Capabilities in the FastReport .NET Designer

In version 2026.2 of FastReport .NET now allows you to change the order of bands directly in the designer — with a simple drag-and-drop operation.
April 07, 2026

How To Connect a Plugin to Google Sheets in FastReport .NET

In this article, we'll look at how to get started with Google Sheets in FastReport .NET. You will learn how to set up API access via the Google Cloud Console, build and connect the plugin.

© 1998-2026 Fast Reports Inc.