logo
small logo
  • Products
  • Buy
  • Support
  • About
  • Customer panel Support
    • en
    • de
    • JP
    • ZH
  • Home
  • /
  • Articles
  • /
  • Data Source
  • .NET
  • FastReport
  • CSV
  • Customization
  • Business Graphics
  • Export
  • RTF
  • Install
  • Designer
  • VCL
  • Lazarus
  • Delphi
  • MacOS
  • Mono
  • PDF
  • ASP.NET
  • WebReport
  • Data Source
  • WPF
  • Core
  • ZPL
  • Pages
  • SQL
  • Angular
  • React
  • Online Designer
  • Vue
  • JSON
  • Knockout
  • MVC
  • PHP
  • Excel
  • Firebird
  • Filtering
  • FastCube
  • OLAP
  • Converter
  • C#
  • MAPI
  • Email
  • VB6
  • Visual Studio
  • WCF
  • Linux
  • Windows
  • FMX
  • Report
  • FastQueryBuilder
  • Viewer
  • FastScript
  • Map
  • HTML
  • XLSX
  • Desktop
  • Barcode
  • QR Code
  • Printing
  • Interactivity
  • PostgreSQL
  • Cloud
  • Web Storage
  • Web API
  • ZUGFeRD
  • SVG
  • Libgdiplus
  • SSRS
  • Preview
  • Toolbar
  • Plugin
  • Script
  • Matrix
  • Open Source
  • WinForms
  • HTTPS
  • Word
  • Business card
  • DBA
  • ARM
  • Visual Basic
  • Upload
  • NuGet
  • Ubuntu
  • Academic
  • Blazor
  • SPA
  • ROSA Linux
  • JetBrains Rider
  • AltLinux
  • M. Alaev
  • S. Antonenko
  • G. Bagaevski
  • A. Begunov
  • A. Fediashov
  • D. Fedyashov
  • P. Ishenin
  • O. Kojnikov
  • K. Kornienko
  • A. Mandrykin
  • M. Philippenko
  • S. Plastun
  • A. Pushkareva
  • A. Syrykh
  • A. Tantzura
  • A. Tsyganenko
  • E. Voytenko
  • V. Yarovoy
  • D. Zubov

Data Source

Connecting to MsSQL Stored Procedures using code
November 28, 2022
Vladislav Yarovoy
.NETFastReportData Source

We continue to develop new FastReport .NET functions. Our team is increasingly expanding the features of our library for generating reports. With a recent update, we have added the function of connecting to MsSQL stored procedures. These stored procedures are a set of instructions that are execut...

Connecting to a PostgreSQL database in .NET application
November 16, 2022
Marat Alaev
.NETFastReportData SourcePlugin

Our FastReport .NET offers rich features and wide functionality. Today we will look at how to connect to a database through the FastReport plugin for the report designer. This plugin is based on the Npsql.dll library. First, let's figure out how to build the right plugin for FastReport .NET. Aft...

Connection plugin for Cassandra from FastReport .NET
August 18, 2022
Vladislav Yarovoy
.NETFastReportCoreData SourceDesignerOpen SourcePlugin

We are pleased to present you a new plug-in for configuring а connection to Cassandra, which is available for FastReport .NET, FastReport Core, FastReport CoreWin, FastReport OpenSource. Let’s note an important detail that the order of the records will be overset because of the CassandraCsD...

Overview of report object "HTMLView" with HTML 4.0
May 26, 2021
Den Zubov
VCLFastReportData SourceHTML

With a great variety of document formats, often can be a situation when the customer wants to use some kind of document formats they already have and don't waste time on creating the same layout in the report. For those cases, FastReport VCL provides the ability to use RichText or HTML tags ...

Turn database data into a document in Delphi / Lazarus / C++ Builder
February 3, 2021
Michael Philippenko
VCLLazarusFastReportData SourceSQLFirebirdDelphi

How to make a mush of data into an informative report? Oracle DB, MySQL, Microsoft SQL Server, PostgreSQL, FireBird are probably the most popular, but by no means all, of the many DBMSs in which data can be created, populated, modified and managed. Often they are filled with this very data for...

How to create one single report out of several in Delphi / Lazarus / C++ Builder
December 11, 2020
Michael Philippenko
VCLLazarusFastReportData SourceDelphi

I would like to note that FastReport VCL is one of the most convenient components for generating reports of any complexity. After all, here we can use not only different types of DBMS, but also Swiss barcodes, maps, tables, graphs and many other objects. Quite often we are asked “how to create...

How to connect a CSV file as a DataSet in Delphi
May 12, 2020
Alexander Syrykh
VCLFastReportCSVData SourceDelphi

Probably many have encountered the problem of using a CSV file as a DataSet in Delphi. Let's have a look at one of the solutions to this problem. We will connect the CSV file via TADOQuery and build a report from this data in FastReport VCL. Create a project and add the following components. ...

How to use stored procedures with multiple sets of data as a result
May 8, 2020
Dmitriy Fedyashov
.NETFastReportData SourceWinForms

Often, when creating reports, we have to deal with databases that are far from ideal. The various "features", sometimes get us stuck. For example, how to build a report based on multiple datasets, which will result in MS SQL stored procedures? When you create a data source in the report, we can use ...

How to connect to the Sybase SQL Anywhere database
February 29, 2020
Dmitriy Fedyashov
.NETFastReportData SourceSQL

Sybase SQL Anywhere database has a number of very useful features that make it very competitive in comparison with competitors. First, it allows you to handle very large volumes of data. Secondly - it is highly productive, that is, despite the offer large volumes of data fast. Thirdly it requires mi...

How to connect to MongoDB from the FastReport .NET report
November 16, 2019
Dmitriy Fedyashov
.NETFastReportData Source

First of all, you need to assemble a plug-in connector library to the database for the reporting designer. It is located in a folder: C:\Program Files (x86)\FastReports\FastReport.Net\Extras\Connections\FastReport.MongoDB Open the project, restore NuGet packets and reassemble it. As a result, in t...

How to connect to VistaDB
November 15, 2019
Dmitriy Fedyashov
.NETFastReportData Source

The Vista database will fall into the type of embedded databases. These databases differ from client server databases in that they are designed to be embedded in a client application as a file. The range of tasks of such a base will also be different from the database. Typically, these are databases...

How to connect to OracleDB from FastReport .NET
November 15, 2019
Dmitriy Fedyashov
.NETFastReportData SourcePlugin

First of all, you can use the ODBC connector. But it is fraught with a lot of settings. As you can see, you need to create the data source and the connection string to it. Relatively a lot of action. An alternative to this method is to use connector from FastReport. In fact there are two connect...

How to connect the IBM DB2 database in reports designer FastReport .NET
November 15, 2019
Dmitriy Fedyashov
.NETFastReportData Source

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...

Connection to NosDB (NoSQL)
November 11, 2019
Dmitriy Fedyashov
.NETFastReportData Source

NosDB is a prominent representative of the NoSQL databases. It is designed for use on the .Net platform and has open source. NosDb, like many other non-relational databases, has a high speed and good linear scalability. In this article, we'll look at the way to connect to the NosDb database inside t...

How to connect to RavenDB
November 11, 2019
Dmitriy Fedyashov
.NETFastReportData Source

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-o...

How to connect to SQLCe
November 11, 2019
Dmitriy Fedyashov
.NETFastReportData SourceSQLPlugin

Microsoft SQL Server Compact Edition is a simple local relational database that doesn't require installation, and the connection is made to the database file. You do not need admin rights to work with the base. You can only "password" the base. For many developers, such a simple database is simply n...

How to use Plugin Manager
September 3, 2019
Dmitriy Fedyashov
.NETFastReportData SourcePlugin

FastReport .NET provides a plugin mechanism for extending the functionality of the report designer. Most of these plug-ins are for adding database connectors in the report designer. But there are others. For example, those which add new controls to the designer. But before using plugins, you must f...

How to use multi-level JSON in a report
June 29, 2019
Dmitriy Fedyashov
.NETFastReportData SourceJSON

Despite the fact that FastReport.Net provides us with a plugin for the report designer to use as a data source for the JSON file, it is not always suitable. This plugin works well with single-level data representing a separate table. In cases where the data has multiple levels of nesting, you will h...

Using the plug-in connector to Oracle in FastReport.NET
September 6, 2018
Dmitriy Fedyashov
.NETFastReportData SourcePlugin

Perhaps you have never used plug-ins for the report designer FastReport .NET. Then this article is for you. As you know, in order to display data from the database in the report, you need to create a connection to the data source. You can do this in the code of the user application or within the ...

1 2 > >>
logo
  • 800-985-8986 (English, US)
  • +4930568373928 (German)
  • +55 19 98147-8148 (Portuguese)
  • info@fast-report.com
  • 901 N Pitt Str #325 Alexandria VA 22314
  • Buy
  • Download
  • Documentation
  • Testimonials
  • How to uninstall
  • FAQ
  • Tutorial Video
  • Forum
  • Support SLA
  • Articles
  • Our News
  • Press about us
  • Resellers
  • Extended licensing
  • Contact us

© 1998-2023 by Fast Reports Inc.

  • Privacy Policy

Trustpilot