C++ComponentsDatabaseLanguage FeatureLearn C++

How To Install FastReport Reporting Components For C++

How To Install FastReport Reporting Components For C++

In this post, you’ll learn what the FastReport component is and where you can get it for free. How do I install FastReport with RAD Studio? Does FastReport support VCL applications? Does FastReport support FMX applications? By learning all the information about FastReport Reporting Components, it will help you to easily build C++ applications using the C++ Software.

What is FastReport?

FastReport is a report generator for VCL and FMX applications introduced by Embarcadero Technologies, it can be used with both C++ Builder and Delphi, it is a modern solution for integrating Business Intelligence in your software. It has been created for developers who want to use ready-made components for reporting. FastReport VCL and FMX, with their simplicity of use, convenience, and small distribution size are able to provide high functionality and performance on almost any modern PC. 

You can easily create print sheets, you can add tables, you can also list your data queries as a print table in highly detailed formats. You can connect different databases with different components and you can list all your queries in tables to be printed by users.

How to install FastReport

We can install Fast Report by using the GetIt Package Manager tool of RAD Studio, C++ Builder. First, we should decide our framework to use this component, you can install both VCL and FMX versions. To Install Fast Report,

Fast Report is using TeeChart, some versions may have a problem during installations. So be sure TeeChart standard is installed as in installation options of RAD Studio. To check this go to Tools->Manage Platforms.. menu of Rad Studio, select Additional Options, be sure that TeeChart Standard is checked. If not checked check it and click to Apply button to install TeeChart.

  1. Open Rad Studio
  2. Go to Tools-> GetIt Package Manager… Menu.
  3. On the top of GetIt Package Manager there is a search area, type “fast report” to find it easily. If you can’t see probably you have an old version or your edition is not allowed to use this component.

4. Select FMX or VCL version, when you select there will be install button as given example above, Install it !

5. Be sure that “Process completed succesfull”

6. Now RAD Studio may need to restart to load all installed components, restart it.

7. If you create a new VCL or FMX application, now you should be able to see its components on the right side Tools Palette. There should be FastReport category (i.e FastReport 2.0 FMX or VCL), Click on it to see components listed in this category. Also there should FR FMX Tools category installed.

8. Now you can drag and use FastReport components in your VCL and FMX applications.

We will explain how you can use Fast Report in another post. Please keep following us.

Oh hi there 👋
It’s nice to meet you.

Sign up to receive awesome C++ content in your inbox, every day.

We don’t spam! Read our privacy policy for more info.


Reduce development time and get to market faster with RAD Studio, Delphi, or C++Builder.
Design. Code. Compile. Deploy.
Start Free Trial

Free C++Builder Community Edition

About author

Dr. Yilmaz Yoru has 35+ years of coding with more than 30+ programming languages, mostly C++ on Windows, Android, Mac-OS, iOS, Linux, and some other operating systems. He graduated and received his MSc and PhD degrees from the Department of Mechanical Engineering of Eskisehir Osmangazi University. He is the founder and CEO of ESENJA LLC Company. His interests are Programming, Thermodynamics, Fluid Mechanics, Artificial Intelligence, 2D & 3D Designs, and high-end innovations.
Related posts
C++C++11C++14C++17C++20

What Is The Stack (std::stack) In Modern C++?

C++C++11C++14C++17C++20Learn C++

What Is The Queue (std::queue) In Modern C++?

C++C++11C++14C++17Learn C++SyntaxTemplates

What Are The Logical Operation Metafunctions In Modern C++?

C++C++14C++17C++20Learn C++

What Are The Deprecated C++14 Features In C++17?