Hello Peter,
of course, there is such a possibility.
There are two ways: the standard one, when a certain value is opened from the report, for example, a product card, and the second method allows our to call our procedure when we double-click on the report.
For the first method, we need to specify the "DetailsPatameter" for the desired cell (pic.1).
The code may look like this (pic.2). Note that the "SpreadsheetDocument" must be in Read-Only mode!
The result looks like this: we generate a report and double-click on the cell. After that, the product card opens (pics 3 - 4).
The second method is more complicated, but also more interesting. I will describe it a little later.