I have created a SSRS report, which contains one text box field with generated date and time (look like a watermark). This report will rendered as Word format. The issue is some users rendered that report as Word document, then edit that generated date time and send that to clients.
Is there any way to prevent a text box to be read only or unchangeable after rendered as Word using ssrs? In general MS Word we can apply restriction in some part of the document (using review pane). My intention to achieve that using SSRS or SSRS with c# code.
At the moment we are not using PDF rendering because users have to type some text into the document.