How to connect the IBM DB2 database in reports designer FastReport.Net

2019-11-15

To connect the report to a DB2 database, you need to connect the plugin to the designer reports. This plug is a connector. But first you need to collect this connector from the project:

С:\Program Files (x86)\FastReports\FastReport.Net\Extras\Connections\FastReport.DB2

The resulting FastReport.DB2.dll library is our plug-in.

To add it, run the report designer and open the File->Options menu. On the Plugins tab, click add and select the library you've created. Then restart the designer. Let's move on to creating a report data source. Add a new connection:

 

Objects, DB2DataConnection, appeared on the list of available connectors. Choose it and set up the connection:

 

If the database server is deployed locally, then it is not necessary to enter the server name. We proceed to the choice of tables.

 

At this stage, you can filter the data by using a SQL query. It will be created based on the representation of the data sample on request. The main advantage of this method - the ability to use parameters in a SQL query. Parameters can receive data from the report variables, functions and other expressions. To create a presentation based on your own SQL query, click the "Add SQL query ...".

 

Defining the view name, and move on to writing the SQL query:

 

This request contains a parameter defined by the @ symbol. This parameter we will create on the next step.

Parameter name should be the same as in an  SQL query. As an expression the report parameter is used. A report parameter is set to 'C'. So we filter out employees by the first letter of the name. In the end, in the final report, we will get the record:

 

So you can filter data using query parameters. A value can be passed to the report from the outside, using a URL. This means that you can specify what data you need in your web application in advance, before generating the report.

20. November 2024

Lokalisierung und Ändern von Sprachen in FastReport VCL

FastReport VCL unterstützt 40 Sprachen für die Schnittstellenlokalisierung und ermöglicht es Ihnen, die Sprache im laufenden Betrieb über Menüs oder Code ohne Neukompilierung zu ändern.
1. November 2024

Neue Funktionen des FastReport VCL Berichtseditors

Wir betrachten die neuen Funktionen des Berichtseditors: Hilfslinien, Hervorhebung von sich schneidenden Objekten, aktualisierte Berichts- und Datenbäume.
30. Oktober 2024

Verwendung von Stilen beim Erstellen von Berichten in FastReport VCL

Dieser Artikel beschreibt eine der neuen Funktionen von FastReport VCL - die Verwendung von Stilen und Stilseiten.
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-2024 Fast Reports Inc.