I've an SSRS report that requires some data input at the runtime, i.e. most of the data on the report comes from SQL Server, however, there are some fields that needs to be input by the user at the run time. Data input in these fields will only be printed on the report and will not be saved in the database.
How can this be achieved in SSRS? Is there a way to create a custom form in SSRS?