tags:

views:

20

answers:

0

Hello

I am trying to consume ssrs service and render a report.

first stage: I added aservice reference to ../myserver/reportserver/reportservice.asmx went well ,and a proxy was created named ReportingService;

the only instance i was able to call was "ReportingServiceSoapClient" but it does not contain a "Credentials" property, instead it contains "ClientCredentials" which is readonly...

what am i missing