FastReport .NET

Eine Bibliothek zum Generieren von Berichten und Erstellen von Dokumenten für .NET 8, Blazor, .NET Core, ASP.NET , MVC und WinForms

v. 2025.1.13

Library for generating reports and creating documents for .NET 8, Blazor, .NET Core, ASP.NET , MVC and WinForms. It can be used in Microsoft Visual Studio 2022 and JetBrains Rider environments.

Features und Vorzüge FastReport .NET

Embeddability in projects
Install the necessary packages from the NuGet repository, or download packages from our website and add the necessary libraries to the project. No additional modules or special extensions are required.
Lots of components
A variety of elements are available for building reports in the designer: from text and images to mathematical formulas and 3D diagrams.
Quick access to the report and data structure
From the report tree and properties tree, you can edit the report structure, parameters, and filters, as well as data sources with global styles.
Compatibility and integration
FastReport .NET is part of a single FastReport ecosystem in C#. Reports created in other products will work in FastReport .NET and vice versa.
Smooth transition from other solutions
Our report generator instantly converts your reports from List&Label, DevExpress, Microsoft Reporting Services (RDL, RDLC), Crystal Reports, StimulSoft, and Jasper Library into FastReport format.
System.Drawing (GDI)
The familiar System.Drawing with GDI+ graphics functions is used to create graphical elements, render text, and manage graphic images.

Report generator for WinForms, Blazor Server, ASP.NET , MVC, .NET 8 and .NET Core

Using FastReport .NET, you can create reports that work independently of the application. In other words, FastReport .NET can be used as an independent solution for building reports. Judge for yourself:

- Contains a powerful visual designer for creating and modifying reports. Your application can run the report designer from the code;

- Contains an online report designer for ASP.NET;

- You can connect to any database, use any of its tables, or create your own queries in SQL;

- You can add one or more dialog forms to the report to request parameters before running the report;

- Using the built-in script, you can control the interaction between the controls of dialog forms and perform complex data processing;

- Finally, you can see the result in the preview window, print the report, or save it in a variety of popular formats.

 

 

ASP.NET demo

ASP.NET MVC demo

.NET Core demo

 

Online Designer demo

Blazor WASM Demo

Blazor Server demo

 

WinForms

 

Template designer

The standalone desktop report designer is the heart of FastReport. It allows both developers and users to create, edit, view, save, export, and print custom reports without much hassle. The designer can be used at run-time. This will allow your users to independently edit existing documents and create new ones. The designer can also be used in MDI (Multi-Document Interface) mode to work with several reports simultaneously.

Localization is supported for more than 25 popular languages of the world.

FastReport .NET is a band-oriented report generator. A rich set of bands allows you to build reports of any type: list, master-detail, report with grouping, multi-column, master-detail-detail, and others. If you need to create many reports that contain the same elements (header, footer, company details, logos), then you can collect common elements into a base report and inherit all other reports from it. We also support subreports.

Template designer

 

What is FastReport .NET?

- FastReport .NET is written in C# and contains only managed code. It is compatible with .NET Framework 4.6.2 and newer, .NET Core, .NET 8, Blazor.

- FastReport .NET comes with source codes (Professional and Enterprise editions). You can adapt it to your own needs.

- Reasonable price and licensing policy. The license price includes a visual designer - you can give your users the opportunity to develop reports on their own. No additional deductions are required from your side! Please note the full terms of use in the License Agreement!

- FastReport report generator .NET allows you to add geographical maps to the report using the maps object, which will make the report relevant to the topic even more interactive.

- Integrated into FastReport .NET support for cloud services makes it possible to save reports to storage: Google Drive, OneDrive, DropBox, Box. It is possible to send documents by e-mail and FTP.

- Extensible FastReport architecture .NET allows you to create and connect your own objects, export filters, functions, wizards, and database engines to the report. If the available opportunities are not enough for you, expand them!

- Automated update of Nuget packages in Visual Studio.

- Support for RDL format - the ability to open and save in this format.

- Support for importing Crystal Reports.

- Very compact and really Fast!

 

How do I buy a product?

This product consists of a set of components in various supply options. You can buy a universal Ultimate solution to create your business projects on all modern platforms.NET, ASP.NET , Blazor, WASM, WPF, WinForms, Avalonia UI, Mono and others. Ultimate also includes components for data visualization, namely a business graph with a set of diagrams, and OLAP products for fast processing of large amounts of data. Or you can buy FastReport.NET as part of other packages.

Lieferoptionen

Features
ab 1.499 $
WEB
ab 799 $
ab 599 $
ab 499 $
WPF
ab 499 $
ab 499 $
FastReport Engine
WEB components
WinForms components
Avalonia components
WPF components
Mono components
Online Designer
FastReport.Drawing (Skia)
System.Drawing (GDI)
Report script engine
Data connections
Reporting features
Report objects
Barcodes
Charts
Printing
Export in formats
Transports
Convertors from
Plugins
Custom plugin support
Source Code

Neueste Artikel

26. November 2024

Installing FastReport on .NET 8.0 and Creating a Simple Report

Introduction What is FastReport .NET? FastReport is a flexible and powerful reporting tool. It allows users to access data sources in various formats and present them visually. Reports created with FastReport can be easily designed using drag-and-drop logic in the user interface and converted to different formats (PDF, Excel, Word, etc.). FastReport's Role in Reporting Solutions Reporting is a critical need in data-driven applications. FastReport allows users to visualize and analyze their data. Suitable for both desktop and web applications, this tool provides fast results with minimal coding. Advantages of Integration with .NET FastReport works perfectly with .NET applications. When integrated with the powerful development ecosystem offered by .NET, report creation processes can be automated, dynamic reports can be generated, and large data sets can be processed quickly. Additionally, using the flexibility offered by .NET, it is easy to integrate reports with the rest of your application. Purpose of the Blog This article aims to explain step by step how to install FastReport on .NET 8.0 and how to create a simple report. Taking the reporting process from the beginning, it will show how to connect, design, and view reports.     1. FastReport Installation 1.1. Requirements Before you begin, you need to make sure the following requirements are met: .NET 8.0 Requirements: Make sure your project is running on .NET 8.0 platform. To install .NET SDK, download the latest version from Microsoft's official site. IDE: You may be using Visual Studio, JetBrains Rider, or another IDE. Check that .NET 8.0 support is enabled in Visual Studio. 1.2. Adding the FastReport NuGet Package The easiest way to add FastReport to a project is to use the NuGet package manager. NuGet Package Manager with Visual Studio: Right-click on your project and select Manage NuGet Packages. Type FastReport in the search box and select the FastReport.OpenSource package from the results. Click the Install button and wait until the package installation is completed. Command Line Installation: If you prefer the command line, you can add FastReport to the project with the following command: Install-Package FastReport.OpenSource This will include the latest version of FastReport in your project.   1.3. Licensing and Activation  To start using FastReport, it is important to follow the licensing steps correctly: Free Version: Although the free version of FastReport offers some basic reporting features, the full version is required for more advanced features.  Licensing: If you want to use the full version, you can purchase a license from FastReport. After you receive the license key, you can activate the program by entering your license key from the FastReport activation window.  Note: The free version has some limitations, for example, the full list of export formats may not be available. Replacing part of the report content with the text "Demo version" randomly. The label "Demo version" on the report pages when printing and exporting. Since I will explain the reporting tool using the trial version in this article, I downloaded the program from the FastReport installation link. You can proceed directly as the welcome screen provides convenience for automatic installation. Once the user agreement is approved, you can continue the process. Here we mark which type of source we will use. For this article, I will only use .NET Trial.  After the installation is completed, the application is ready to use. 1.4 FastReport.OpenSource FastReport is renowned for its powerful, professional-grade reporting tools and offers two main options based on users' needs: a commercial version and FastReport.OpenSource. FastReport.OpenSource is an ideal choice for developers seeking a fast, cost-free, and customizable reporting solution in small to medium-scale projects. Its open-source nature grants users complete control over the code, enabling them to make in-depth customizations tailored to specific project requirements. FastReport.OpenSource includes many core functions of reporting tools: it allows you to design reports, create data connections, visualize data, and generate report outputs efficiently and quickly. For small-scale projects or budget-constrained initiatives, its open-source format offers access to powerful reporting capabilities without licensing fees. Additionally, its community-driven structure provides developers with a continuously growing pool of resources and up-to-date knowledge. 1.5 Customization and Development Capabilities With FastReport.OpenSource’s open-source structure, developers can create tailored customizations suited to their projects. This flexibility allows you to build custom report formats or make specific adjustments to existing features. The ability to customize gives developers the advantage of aligning reports with the functional and visual requirements of their projects. 1.6 Community Support and Resources One of the key advantages of FastReport.OpenSource is its strong community support. Along with the source code accessible on GitHub, users share their experiences and developments, creating a constant flow of insights. Community support is highly beneficial for troubleshooting and generating new ideas. FastReport’s development team also provides regular updates, ensuring the platform continues to evolve. 1.7 Use Cases FastReport.OpenSource is an excellent solution for educational projects, personal applications, or startup projects. It is particularly suitable for projects that require essential reporting capabilities, such as financial statements, customer reports, inventory lists, and analysis reports. Its open-source nature makes it fully customizable and adaptable to meet the needs of your specific project.     2. Creating a Simple Report 2.1. Using FastReport Designer FastReport Designer is a visual tool that simplifies report design. Introduction to FastReport Designer Interface: FastReport Designer provides a drag-and-drop user interface to design your report. You can easily add components such as data tables, charts, text boxes, etc. to your report. Adding Data Sources: As a first step, you need to add the data sources that you will connect to your report. These sources can be in various formats, such as SQL databases, JSON files, XML format, etc. In FastReport Designer, you can easily define these data sources and include them in your report. After opening a blank report design, you can connect your database here by selecting New Data Source from the Actions box. FastReport does not require us to use only MS SQL. If you wish, you can define your data in formats such as JSON and XML and create your reports. You can flexibly use all the options in your database during import. In addition to tables, procedures and views can also be imported into FastReport and used in reports. 2.2. Report Layout Design Creating a Simple Table Report: When you start designing a report, you can use the table component to show your data. In this sample application, I will create a simple report using information such as age, name, etc. in a table containing company personnel. Adding Headers, Data Fields, and Footers: Make your report more readable by adding header rows to the table. Connect data fields with data from the data source. You can add additional information such as totals and page numbers to the footer rows. Style and Formatting Options: You can use style and formatting options to make your report look more visually professional. For example, you can make headings bold and change the color of data cells. In a simple design, after adding the data source, the entire report can be created by adding only text. In the modal where the texts to be added are opened, there are System Variables and Data Source variables for convenience. By selecting these, the entire report can be created with the drag-and-drop feature. 2.3. Preview the Report Running the Report and Viewing it in Preview Mode: After you design your report, you can run it in preview mode to see if the design looks right. In this mode, you can view your report in different formats and fix any errors. You can see a preview of the report you are working on via File-Preview or Report-Preview. Exporting the Report in Different Formats: FastReport allows you to export reports in different formats such as PDF, Excel, and Word. You can use the “Save” button in preview mode to convert your report to the desired format.     3. .NET Code Integration and Calling the Report from the Application 3.1. Calling a Report with a DB Connection After saving the report we just created as .frx, we can transfer it to our .net project as a file and call the report from this file. In reports prepared with a mssql db connection, you must install the "FastReport.Data.Mssql" package. We are ready to call the report we just prepared from the project. We save our frx file via FastReport and add it to our “BasicFastReportDotnet8” project, which we opened as a .net8 console app. The packages we will use in this operation are: FastReport FastReport.Data FastReport.Export.Image Let's open our .frx extension file and take a look; In fact, we can almost update the report from here. The elements we use in the file are presented in XML format and our data source connections are nicely defined. Great! Now, since we used mssql connection in this report, we need to go and specify it: In this way, we indicate that the report has ready data and there is no need for a preparation process. The rest is child's play! First, create a new report instance and create our report object. Then load the frx file prepared into the relevant report. Give the command to prepare the report. And finally, decide in which format we will save it. Yep, that's all! Let's see how our report turned out:   3.2. Calling Simple Report Template by Feeding Data from Application These operations can also be performed using an empty template. We can repeat the same operation with the desired objects by giving the "report.RegisterData" command to the report object just before the prepared operation.     Conclusion Fast and Efficient Reporting with FastReport FastReport offers a fast and effective reporting solution for both small projects and large-scale applications. Thanks to its user-friendly interface and .NET integration, report design and management can be easily performed. In addition, being able to pull records from the DB at any time increases the speed of report analysis by separating server-side and DB operations. Advantages of FastReport Seamless integration with .NET applications, multiple data source support, and flexible design options make FastReport an attractive choice. Advice on Exploring Advanced Features To explore FastReport’s advanced features, you can browse its official documentation and work with templates, charts, and more complex reporting techniques. Using a Private NuGet Server If you’re using the commercial version of FastReport, you can set up a private NuGet server to access FastReport packages specifically for internal or private projects. This method is especially useful for corporate users who need to maintain control over access management and updates. The flexibility FastReport offers allows you to access NuGet packages in a more secure and manageable way. For more details, refer to the Private NuGet Server Setup article.   The article is written by Liubou Patskevich from Softacom.
Weiterlesen
12. August 2024

Erstellen und Installieren des Postgres-Plugins in FastReport .NET

Unser FastReport .NET verfügt über ziemlich umfangreiche Eigenschaften und ein breites Funktionsspektrum. In diesem Artikel betrachten wir die Herstellung einer Verbindung zur Datenbank über das FastReport Plugin für den Berichtsdesigner. Im Beispiel unten lautet der Installationspfad von FastReport .NET wie folgt: C:\Program Files (x86)\FastReports\WinForms 1.    Navigieren Sie zu dem Installationsordner und folgen Sie dann dem Pfad  Extras\Core\FastReport.Data\FastReport.Data.Postgres Wichtig! Der Pfad sollte genau so lauten; es kann sein, dass es auf anderen Pfaden veraltete Projekte gibt. 2.    Suchen Sie in Visual Studio die Projektdatei FastReport.Data.Postgres.csproj. Wichtig: Dieser Ordner enthält mehrere Dateien, Sie müssen diese Datei öffnen. 3.    Mehrere Projekte werden in Visual Studio geöffnet. Wählen Sie FastReport.Data.Postgres aus, klicken Sie mit der rechten Maustaste darauf, und klicken Sie dann im Kontextmenü auf „Set as Startup Project“.   4.    Wählen Sie das Build „Release“ und das Target „net462“.   5.    Erweitern Sie im Entscheidungsbaum das Projekt -> Dependencies -> net462 -> Projects und Packages. Achten Sie auf Ausrufezeichen in Dreiecken.   6.    Löschen Sie „FastReport“ in „Projects“. Entfernen Sie nichts anderes aus den Abhängigkeiten (Dependencies). Jetzt müssen Sie die FastReport.Net und Npgsql Nuget-Pakete hinzufügen.  Wichtig: FastReport.Net muss als Paket hinzugefügt werden, da die Methode zum Hinzufügen von FastReport.dll nicht mehr funktioniert. 7.    Wählen Sie im Kontextmenü „Dependencies“ die Option „Manage NuGet Packages“ aus.   8.    Sie müssen zwei Paketquellen (Package source) hinzufügen: nuget.org und eine Quelle, die auf unseren Nuget-Server oder auf einen lokalen Ordner verweist  C:\ProgramFiles(x86)\FastReports\WinForms\Nugets. 9.    Wählen Sie die nuget.org Quelle aus.   10.    Suchen Sie auf der Registerkarte „Installed“ oder „Updates“ das Npgsql-Paket und klicken Sie darauf.   11.    Auf der rechten Seite sehen Sie die folgenden Daten: die aktuelle Version 3.2.7, die an das Projekt gebunden ist, die neueste Paketversion 8.0.3, die Schaltflächen Uninstall und Update. 12.    Klicken Sie auf die Schaltfläche Update. 13.    Wählen Sie die zweite Paketquelle aus. In diesem Beispiel wird der Nuget Server von FastReports GmbH verwendet.   14.    Gehen Sie auf die Registerkarte Browse, geben Sie fastreport.net in das Suchfeld ein.   15.    Wählen Sie das FastReport.Net-Paket oder das FastReport.Net.Demo-Paket für die Testversion aus.  Wichtig: Wählen Sie eines dieser beiden Pakete, da das Paket FastReport.Net.Pro veraltet ist und nicht mehr verwendet wird.  16.    Schauen Sie sich die Version genau an und wählen Sie diejenige, die wir installiert haben. In dieser Anleitung wird die Version 2024.2.12 betrachtet.   17.    Klicken Sie auf die Schaltfläche Install. Akzeptieren Sie die Lizenzvereinbarung und warten Sie, bis das Paket installiert ist. 18.    Klicken Sie mit der rechten Maustaste auf das FastReport.Data.Postgres Projekt und klicken Sie im Kontextmenü auf Build.   19.    Unten links sehen Sie die Aufschrift „Build succeeded“. Dies bedeutet, dass das Plugin korrekt erstellt wurde und Visual Studio geschlossen werden kann. 20.    Gehen Sie zu dem Ordner, in dem FastReport.NET installiert ist, wie oben in der Anleitung angegeben ist: C:\Program Files (x86)\FastReports\WinForms. Hier sollten Sie «Designer.exe» finden. 21.    Navigieren Sie von diesem Ordner zu den folgenden Unterordnern nach dem Pfad: Extras\Core\FastReport.Data\FastReport.Data.Postgres\bin\Release  22.    Suchen Sie zwei Ordner „net462“ und „net6.0-windows7.0“, gehen Sie in den Ordner net462. 23.    Kopieren Sie die folgenden Dateien aus diesem Ordner:  FastReport.Data.Postgres.dll, Npgsql.dll, Microsoft.Bcl.AsyncInterfaces.dll, Microsoft.Extensions.Logging.Abstractions.dll, System.Threading.Tasks.Extensions.dll, System.Memory.dll  24.    Fügen Sie die kopierten Dateien in den Ordner ein, in dem sich Designer.exe befindet. 25.    Starten Sie „Designer.exe“, gehen Sie in das Menü File->Options (View->Options, wenn die Multifunktionsleiste deaktiviert ist). Gehen Sie auf die Registerkarte „Plugins“. 26.    Wenn bereits ein FastReport.Data.Postgres-Plugin vorhanden ist, müssen Sie es entfernen und den Schritt 21 wiederholen.   27.    Klicken Sie auf die Schaltfläche „Add“, gehen Sie zum Designer-Ordner, in diesem Beispiel ist es C:\Program Files (x86)\FastReports\WinForms  28.    Wählen Sie die FastReport.Data.Postgres.dll Datei aus und klicken Sie auf die Schaltfläche „Open“. Das Plugin erscheint in der Liste.   29.    Achten Sie auf die Aufschrift unten links, die darauf hinweist, dass der Designer neu gestartet werden muss. Klicken Sie auf die Schaltfläche OK. Schließen Sie den Designer. 30.    Starten Sie Designer.exe erneut. Wenn Sie diesen Anweisungen genau folgten, sollte die Verbindung zu Postgres in der Liste der Verbindungen erscheinen.   31.    Wenn beim Versuch, eine Verbindung herzustellen, der untenstehende Fehler auftritt,   müssen Sie den Designer schließen und die im Fehler angegebene Datei aus dem Ordner С:\Program Files(x86)\Fast Reports\WinForms \Extras\Core\FastReport.Data\FastReport.Data.Postgres\bin\Release\net462 in den Ordner kopieren, in dem sich Designer.exe befindet. In FastReport .NET ist es sehr einfach, verschiedene Konnektoren zu erstellen und mit mehreren Datenbanken zu verbinden.  
Weiterlesen
8. August 2024

Installation von FastReport .NET und ihren Komponenten unter Windows

Um die FastReport.NET Software und ihre Komponenten zu installieren, laden Sie das Installationspaket aus cpanel herunter und starten Sie dieses. Wenn Sie ein Betriebssystem mit der Benutzerkontensteuerung (User Account Control) verwenden, wird Ihre Zustimmung benötigt, um die Software zu starten. Nach dem Start des Installationsprogramms wird ein Begrüßungsfenster mit der Schaltfläche „Autorisieren“ angezeigt. Klicken Sie auf die Schaltfläche „Autorisieren“. Im System wird die Standard-Webbrowser-Anwendung geöffnet. Geben Sie Ihren Benutzernamen und Ihr Passwort ein, um gekaufte Produkte zu autorisieren und darauf zuzugreifen. Nach der Autorisierung wird eine Meldung über eine erfolgreiche Autorisierung angezeigt. Sie können die Webbrowser-Anwendung schließen und zum FastReport .NET-Installationsprogramm wechseln. Wenn Sie sich nicht anmelden können, wenden Sie sich bitte an den technischen Support. Im nächsten Schritt lesen Sie die FastReport .NET Software-Lizenzvereinbarung sorgfältig durch. Die aktuelle Version der Lizenzvereinbarung finden Sie unter diesem Link. Wenn Sie mit den Bedingungen der Lizenzvereinbarung einverstanden sind, aktivieren Sie den Optionsschalter „Ich akzeptiere die Bedingungen der Lizenzvereinbarung“. Klicken Sie dann auf „Weiter“. Wenn Sie mit den Bedingungen der Lizenzvereinbarung nicht einverstanden sind, schließen Sie das FastReport.NET-Installationsprogramm und löschen Sie die heruntergeladenen Dateien. Im nächsten Schritt der Installation werden Sie eingeladen, am Programm zur Service- und Benachrichtigungsverbesserung der FastReports GmbH teilzunehmen. Dies wird uns helfen, die Produktqualität, die allgemeine Zuverlässigkeit und die Leistung aller Tools und Bibliotheken zu verbessern. Dieser Schritt ist optional, Sie müssen nicht unserem Programm beitreten. Wählen Sie je nach Ihrer Entscheidung „Ja“ oder „Nein“ und fahren Sie anschließend mit der Installation des Softwareprodukts fort. Wenn Sie dem Programm zur Service- und Benachrichtigungsverbesserung beitreten, übermittelt Ihr Computer oder Gerät automatisch Informationen über die Verwendung von Softwareentwicklungsprodukten und -technologien an die FastReports GmbH. Weitere Informationen zur Richtlinie zur Verarbeitung personenbezogener Daten finden Sie unter diesem Link. Wählen Sie das gewünschte Produkt im Fenster des Installationsprogramms aus. Die Meldungen „Nicht verfügbar“, „Eine alte Produktversion gefunden“ bedeuten, dass eine alte Version des Produkts von einem alten Installationsprogramm installiert wurde. Wenn Sie die alte Version aktualisieren möchten, schließen Sie das Installationsprogramm, deinstallieren Sie die alte Version mit den Standardwerkzeugen „Programme installieren und deinstallieren“ und starten Sie dann die Installation der neuen Version erneut. Wenn Sie diese Meldung erhalten, nachdem Sie alle alten Versionen deinstalliert haben, wenden Sie sich bitte an den technischen Support. Außerdem können Sie in diesem Schritt folgendes auswählen: Produktversion; Sources – Installation von Quellcodes; Examples – Berichtsvorlagen; Framework – Installation von lokalen .dll-Dateien. Anschließend können Sie den Pfad auswählen, in dem die FastReport .NET Software installiert werden soll. Klicken Sie nun auf „Weiter“, um den Installationsvorgang zu starten. Dies kann je nach den ausgewählten Komponenten und der Geschwindigkeit Ihrer Internetverbindung einige Zeit dauern. Hier können Sie den Ablauf der Installation überwachen. Nach der Installation aller ausgewählten Komponenten wird der Dialog zum Abschluss der Installation angezeigt. Um das Installationsprogramm zu schließen, klicken Sie auf die Schaltfläche „Beenden“.   Offline Installation In seltenen Fällen muss die „FastReport.NET“ Software auf Computern ohne direkten Internetzugang offline installiert werden. Unser Installationsprogramm ermöglicht eine solche Installation mit der Fernaktivierung-Funktion. Zu Beginn benötigen Sie Datenpakete. Es wird daher empfohlen, eine Vorinstallation auf einem Computer mit Internetzugang durchzuführen. Wechseln Sie nach der Installation in das Installationsverzeichnis und kopieren Sie alle .dat-Dateien und die Datei setup.exe auf einen temporären Datenträger. Schließen Sie den temporären Datenträger an einen Computer ohne Internetzugang an und starten Sie die Installation. Wenn Sie sich nicht über das Internet anmelden können, wird das folgende Dialogfeld angezeigt. Aktivieren Sie die Option " Manuelle Anmeldung verwenden". Kopieren Sie anschließend den Schlüssel aus dem Feld "Anmeldungsdaten" und senden Sie ihn zusammen mit einer Aktivierungsanfrage an den technischen Support. Fügen Sie die Antwort des technischen Supports in das Feld „Anmeldungscode“ ein und klicken Sie auf „Weiter“. Der anschließende Installationsvorgang ähnelt der üblichen Installation der Software "Installation der FastReport.NET-Komponenten". Nach dem Abschluss der Installation von FastReport .NET und seinen Komponenten unter Windows können Sie dieses leistungsstarke Tool zur Erstellung von hochwertigen Berichten in den .NET-Anwendungen einsetzen. Vergessen Sie bitte nicht, dass FastReport .NET umfangreiche Anpassungs- und Berichterstellungsmöglichkeiten bietet, die es für Entwickler unentbehrlich machen. Nutzen Sie die Vorteile aller Funktionen, experimentieren Sie und erstellen Sie Berichte, die Ihre Bedürfnisse und Anforderungen widerspiegeln.  Wir wünschen Ihnen viel Spaß beim Arbeiten mit FastReport .NET!
Weiterlesen

Kostenlos testen

Any other questions?

Contact the manager
Fast Reports
  • 800-985-8986 (Englisch, die USA)
  • +4930568373928 (Deutsch)
  • +55 19 98147-8148 (Portugiesisch)
  • info@fast-report.com
  • 66 Canal Center Plaza, Ste 505, Alexandria, VA 22314

© 1998-2025 Fast Reports Inc.