Hi,
I have an existing WCF service (not telerik reporting service) and a Silverlight application that references that service.
I need to use this existing service to retrieve reports to the silverlight client application.
I tried checking your demo solution which comes with the installation but it doesn't seem to work.
When I call asynchronously to the wcf service from the SL application, I need the service to create a report based on an SQL Query it receives as a parameter and the create a report and send it back to the SL application.
How do I do that?
I have an existing WCF service (not telerik reporting service) and a Silverlight application that references that service.
I need to use this existing service to retrieve reports to the silverlight client application.
I tried checking your demo solution which comes with the installation but it doesn't seem to work.
When I call asynchronously to the wcf service from the SL application, I need the service to create a report based on an SQL Query it receives as a parameter and the create a report and send it back to the SL application.
How do I do that?