Migrating from ReportBuilder 19 to FastReport VCL is quick and fun
Today we will look at migration from ReportBuilder 19 to FastReport VCL. Let's do it with the updated Converter included in FastReport VCL 6.3, it allows you to convert your template, even without ReportBuilder 19 installed on your computer.
How to display a sub-report based on conditions of the parent report
Making a report displaying a sub-report depending on the condition in FastReport.Net. using the script, you need to set the visibility property for the desired sub-report, which should be placed above the other one.
To get a single PDF file based on multiple reports in FastReport.Net, forming from the code of the user application. You need to load a single object and build several reports sequentially.
How to set a picture in a report from the user application code
It is not possible to set a picture in a report from user application code from .NET code. But this can be done in the FastReport.Net report generator. This article provides 3 ways to do this.