is there a way to make a hidden parameter visible in SSRS Subscription creation ?
The Parameter IsSchedule will be hidden/internal(not visible to normal users) but should be visible when i create a schedule for the report.
Note: the reason i want this to be possible is for my SQL to know wether the data request it is getting is for a sql report schedule or for a person who is trying to view the report.
this way my SQL query will know if the End Date parameter data should/shouldn't be updated.