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?