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.
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.
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.
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.
In this article, we will tell you how to remove unnecessary buttons and add your “features” to the FastReport.Net toolbar. The developers have provided the ability to create their own preview mode.