Is there a way to get the ReportExecutionServiceSoapClient.Render method to render the report to a reportviewer control. I have found examples to render to PDF, but not to the report viewer control.
Here is an example to render to pdf ReportExecutionService.Render Method
If I can render to html, that is fine as well. I am busy to create a report viewer for my MVC App, that i can just point to the reporting service web service then all the reports will be available as part of my application.