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