Update a SQL table field from SSRS by typing in a text field and clicking a button

Is there a way I can update a SQL table field from a SSRS report by typing the data in a text field that I want to update and clicking a button ?

SSRS reports are meant to view the data.
Any updates to the underlying data must be done through the application.

1 Like

It is probably not a good idea but you could call a stored procedure and pass the data as a parameter. I normally just use a stored procedure to keep track of who has run a report when.