Today I was a bit confused during render a report programmatically.
I followed the example by Microsoft: http://msdn.microsoft.com/en-us/library/
reportexecution2005.reportexecutionservice.render.aspx (click)
I added the service reference for report execution and consumed it by a proxy.
Finally I was wondering why my proxy did know about the Credentials and Url Property and some other missing stuff.
Finally figured out my little configuration issue, I used the “Add WCF Service dialog” instead the old “Web Service dialog”. After switch and rebuild all was fine.
Advertisement

