FastReport .NET WEB

Ein plattformübergreifender Satz von Komponenten zum Generieren von Berichten im Browser und zum Drucken mit ASP.NET und .NET Core

v. 2025.1.13

FastReport .NET WEB is a universal set of components for working with reports on various platforms and operating systems. Develop your documents directly in your browser without installing additional software on your computer. The set includes all the necessary reporting tools for easy integration with your project based on ASP.NET, ASP.NET MVC, .NET Core, Angular, React, Vue, Blazor Server, and Blazor WASM.

Blazor Server

Blazor Server

When using Blazor Server technology, all application logic works on the server side, and only the user interface of the viewer and the report designer is displayed in the browser window. When interacting with the interface, the browser sends an event, the server processes it and sends back updated information.

All work with the visual part of the components, data processing, and report generation takes place on the server side, which allows you to use reporting components on almost any device. Server performance is crucial here.

Blazor WebAssembly (WASM)

Blazor WebAssembly (WASM)

Develop applications right in the browser. The visual part and event handling are configured using C# code and Razor. The application is compiled into .NET assemblies and loaded entirely into the browser using the Web Assembly.

When the report generator is running, browser resources are used, which means that the server requirements are minimal. Web Assembly is suitable for those who need to save server resources and security is not so important.

The files are saved on the client side with access to the report template. At the same time, passwords will be delivered openly, which is why we recommend creating a REST service for presenting data, and in this case using our set of WEB components as a showcase.

ASP.NET components

ASP.NET components

As technologies are evolving rapidly, our web components are designed with the needs of many developers in mind. We follow best web practices to ensure that our components can be easily integrated with server-side web APIs.

You can change or replace your server-side API implementation at any time, and then easily configure our components in Angular, React, and Vue.

Features und Vorzüge WEB

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.
Reports directly in the browser
Using the Blazor Server hosting model, the app runs on the server from an ASP.NET Core app. Build reports using Blazor Server and get results right in your browser.
Saving server resources
Blazor WebAssembly apps (WASM) run client-side directly on the browser UI thread. This means you don’t have to deploy a highly loaded server for your clients.
High performance
Our components have gone through many stages of testing to truly work stably with large volumes of data. Your multi-page report will be processed in a couple of moments.
Razor Pages support
Razor Pages makes creating script codes for pages easier and more efficient than with controllers and views. The Razor engine defines the interface, and the page logic is processed in C#.
Interactive reports
In your projects, you can use dialog forms, Drill-Down reports, inherit document templates, create editable PDF questionnaires, and much more.

Report Designer right in the browser

The FastReport online report designer allows users to create, edit, and view reports from devices on the Android, iOS, or Windows platforms. The designer can be launched on any device with a modern browser, be it a computer, tablet, smartphone, game console, or TV. Full-featured operation in the browser is possible thanks to the touch-oriented design of the designer. The online designer has a familiar business user interface of an office application with full support for hotkeys. The designer does not use Flash or Java technologies, reducing loading and saving time.

Report Designer right in the browser

Data processing

The set of WEB components works with ADO.NET data sources. It supports data sorting and filtering, master-detail relationships. Everything can be configured with just a few mouse clicks. It is possible to connect to ADO, MS SQL, and XML databases. Connectors are available for connecting to other types of databases, and there is also the ability to retrieve data from business objects of the IEnumerable type.

Your report can contain data (tables, queries, database connections). Thus, you can not only use the data available in your application but also connect to any databases directly from the report. You can use the full power of .NET in your report for complex data processing, management of dialog forms, and much more.

The report can contain dialog forms to request parameters before generating the report. Dialog controls support the ability to connect to data and subsequently filter it. Filtering can be added to any report, and it does not require writing any code. Using the visual query builder, you don't need to know SQL to build a complex query from multiple tables.

Data processing

Preview and print

The pre-prepared report can be examined in detail in the Report Viewer's preview window. Our component supports working with parameters, multi-level detailing, and interactive reports. You can define a response to a mouse click on an object in the preview window. For example, you can build and display another report that shows detailed information about the object the user clicked on.

Additional print settings. The following options are available to you: cutting large report pages into smaller ones, printing multiple small pages on one large page, or printing on a specific format with scaling. Do you need to print a report containing A3-sized pages on a regular A4 printer? Now it's not a problem!

Preview and print

Exports to convenient formats

Filters for exporting the finished report to multiple formats: PDF, RTF, XLSX, XML, DOCX, TXT, CSV, PowerPoint, HTML, MHT, XPS, JPEG, BMP, PNG, Open Document Format (ODT, ODS, ODP), XAML, Scalable Vector Graphics (SVG), DBF, PPML, etc. Cloud support: OneDrive, Google Drive, Box, Dropbox, FastReport Cloud.

The WEB components allow you to quickly convert reports with editable fields (such as text fields, combo boxes, checkboxes, radio buttons, and graphic fields) into PDF documents without connecting additional libraries. Save your reports in popular formats: PDF 1.5, PDF/A-1a, PDF/A-2a, PDF/A-2b, PDF/A-2u, PDF/A-3a, PDF/A-3b, PDF/X-3, and PDF/X-4, which are secure, accessible, and reliable.

Exports to convenient formats

Ultimate .NET

This set of components is part of the Ultimate solution, with which you can create your business projects on all modern .NET, ASP.NET, Blazor, WASM, WPF, WinForms, Avalonia UI, Mono, and other platforms. With your team, you can work both in the desktop designer and directly from the browser. The Ultimate package also includes components for data visualization, namely business graphics with a set of charts and OLAP products for fast processing of large data sets.

Lieferoptionen

Features
ab 1.499 $
WEB
ab 799 $
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
Plugins
Custom plugin support
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.