Artikel

15. Dezember 2019
#.NET #FastReport #Connection #JSON #.NET #FastReport #Connection #JSON
How to create the connection to JSON database from the application code
Most reports display some data. Typically, this data is obtained from databases. Therefore, the report has a connection to the data source in order to have a list of available tables and fields, as well as the data itself. But what if at the time of writing the report, you only had a local database that you created a connection to inside the report. Then the report will not work properly. We need a valid connection. There are two ways out of this situation: use a data source from a user program, or replace the connection line in the report.
Mehr lesen
16. November 2019
#.NET #FastReport #Connection #Data Source #.NET #FastReport #Connection #Data Source
How to connect to MongoDB from the FastReport .NET report
We connect to MongoDB from a FastReport .NET report through the assembly of the plugin-connector library to the database.
Mehr lesen
16. November 2019
#.NET #FastReport #Filtering #.NET #FastReport #Filtering
How to filter data by date in the report using the dialogue form
As a rule, controls are placed on dialog forms, with the help of which values ​​are set for further filtering. Often they are connected to the data source using the DataColumn property.
Mehr lesen
15. November 2019
#.NET #FastReport #Connection #Data Source #.NET #FastReport #Connection #Data Source
How to connect the IBM DB2 database in reports designer FastReport.Net
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.
Mehr lesen
15. November 2019
#.NET #FastReport #Connection #Data Source #Plugin #.NET #FastReport #Connection #Data Source #Plugin
How to connect to OracleDB from FastReport .NET
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.
Mehr lesen
15. November 2019
#.NET #FastReport #Connection #Firebird #.NET #FastReport #Connection #Firebird
How to connect to Firebird from FastReport.Net
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.
Mehr lesen
15. November 2019
#.NET #FastReport #Connection #Data Source #.NET #FastReport #Connection #Data Source
How to connect to VistaDB
The Vista database is designed to be embedded in the client application as a file. Vista is used in only one application and is not intended to be shared.
Mehr lesen
11. November 2019
#Connection #Data Source #FastReport #.NET
Anbindung an NosDB (NoSQL)
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.
Mehr lesen

© 1998-2025 Fast Reports Inc.