I have created a self hosted WCF service that contains a single report using the instructions from: http://www.telerik.com/help/reporting/self-hosted-telerik-reporting-wcf-service.html.
When I test the service using the url http://localhost:54321/reportservice/resources/export?format=pdf&report=ConsoleApplication1.SampleReport,ConsoleApplication1&deviceInfo={}¶meterValues={}
it generates a PDF document of my report.
I created a separate silverlight project with a ReportView control that I would like to access the report from this service. What settings does the ReportViewer control need to view the report hosted in this WCF service?
Thanks,
Tom
When I test the service using the url http://localhost:54321/reportservice/resources/export?format=pdf&report=ConsoleApplication1.SampleReport,ConsoleApplication1&deviceInfo={}¶meterValues={}
it generates a PDF document of my report.
I created a separate silverlight project with a ReportView control that I would like to access the report from this service. What settings does the ReportViewer control need to view the report hosted in this WCF service?
Thanks,
Tom