In the article "Interactive forms in the PDF export of Fast Report .Net 2018" I have already considered editable fields. The bottom line is that the Text and Checkbox objects can be edited in the report preview mode if you include the Editable property. Until recently, this function was supported only for desktop reports. Now, starting with version 2018.2.3, web reports can also have editable fields. That is, when viewing the report in the browser, you can change the text and the checkboxes, and after that, for example, export the report to the desired format.
Let's look at an example of how this works. Let's say we have a Web application with a WebReport object. An arbitrary report is displayed in the object. I took for example the Master-Detail report from the FastReport.Net delivery. Select the desired text object and set its properties to Editable = true.
I made two fields editable: Unit price and Discontinued.
Launch the web application:
...