In 2 parts, we export the report to the pdf / html format of the PHP application. To let the user know which report can be downloaded using the list retrieval method.
Every time we generate a web report, ajax request leads to the execution of handlers: WebResource.axd and FastReport.Export.axd. Files with the axd extension are used in ASP .NET applications to get resources from dll libraries: images, javascript and styles.
The essence of a Master-Detail report is a one-to-many relationship between data entities. That is, one record in the main table corresponds to several in the subordinate table.
Data analysis requires reports with a drop-down list. Using data grouping, but with the ability to hide or display data by mouse click. This is not only very convenient, but also beautiful.
FastReport.Net provides a plug-in manager application. It allows you to select the ones you need to connect before starting the report designer. After all, restarting after adding the plugin is not convenient.
To select report data, you are connected to SQL. Source tools include parameters in the request; it depends on the DBMS. For MS SQL, this is the @ prefix, and for Access, the "?" Character.