rahul ahuja

rahul ahuja

  • NA
  • 80
  • 34k

consume web service in ssrs report

Oct 28 2014 3:57 PM
I need to call some web service function from the code section (report ->  report properties-> code )of the ssrs report.
 I have following method in the web service which take string parameter and return string
1) GetJobCodeEncode(string) :string
2)GetJobCodeDesc(string):string 
 
Can any one help me how should i consume the web service in the SSRS report?