To create a data source and a connection string to it, use the connector from FastReport. This includes source codes with various demo projects and additions.
The FastReport.Net designer provides a plug-in connector, which must first be assembled in the project. Before creating a data source in a report, make sure that FireBird is configured correctly.
We connect the plugin, which is a connector to the report designer, in order to use the DB2 database. We collect it from the project. The resulting FastReport.DB2.dll library is a plugin.
No sDB ist ein prominenter Vertreter der NoSQL-Datenbanken. Es wurde für die Verwendung auf der .Net-Plattform entwickelt und ist Open Source. NosDb hat, wie viele andere nicht relationale Datenbanken, eine hohe Geschwindigkeit und eine gute lineare Skalierbarkeit. In diesem Artikel sehen wir uns an, wie Sie mit einem Plug-In für den Designer eine Verbindung zur No sDb-Datenbank im Bericht herstellen.
Recently, the NoSQL database is gaining more and more popularity. They differ favourably from conventional relational databases and provide the following: high resilience, incredibly large amounts of data, good scalability, clustering. One of the new NoSQL databases is RavenDB. This is a document-oriented database, like the popular MongoDB. But compared to the last, RavenDB is an open source database. This means you can use it in your apps for free and add functionality according to your wish.
Mit diesem Osterei haben die Entwickler von FastReport beschlossen, uns eine alternative Möglichkeit zu zeigen, ihren Generator zu verwenden. Basierend auf dem Bericht erstellten sie ein Spiel - das bekannte Minensuchboot. Überraschenderweise ist dies dank des eingebauten Berichtsskripts tatsächlich möglich!