We have some SQL server reporting services reports. I didn\'t write then but I have to take care of them.
These reports fire when opened in the browser, and with the
I added this in my query:
where 'Start' = @Start
and made a parameter with only available value 'Start'. The report is waiting for input.