How can I read value passed in url ( querystring value) and store it in the SSRS paramaeter ?
example url : http://servername/reportingportal?reportid=23
I have a dataset with parameter @reportID
I want to dynamically read reportid value from url and into the SSRS parameter @reportID
Thanks