How can I pass the CustomerID to all reports, programatically, hosted in a SharePoint Report Library?
I will have a SharePoint site for every customer. I need to be able to fill the @custid parameter on every report hosted in the site with a common value for the CustomerID = 1111.
How can I accomplish this?