Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

How to Pass CustomerID to all Reports hosted in SharePoint(Reporting Services SharePoint Integr

  Asked By: Tarak Tannu         Date: Jul 05, 2009      Category: Sharepoint      Views: 331
 

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?

Tagged:                        

 

1 Answer Found

 
Answer #1       Answered By: William Odom          Answered On: Jul 05, 2009       

Use ReportService2006.asmx SetReportParameter()

How come no one tells me this simple stuff?

 


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].