This is a migrated thread and some comments may be shown as answers.

WCF datasource for telerik report Engine

1 Answer 66 Views
Report Designer (standalone)
This is a migrated thread and some comments may be shown as answers.
Ramesh
Top achievements
Rank 1
Ramesh asked on 09 Aug 2016, 06:44 PM

Hi,

i'm new to the telerik reporting. I'm using it for WPF application in which all the data are fetched from the WCF service

In the same way, i would like to use the Datasource from the wcf service to the Reporting class. Its very difficult for us to implement the datasource which is not fetching the data

Can you please let me know how to add wcf service as the Datasource for the reporting library?

A sample working project would be really helpful for me to implement the same

Thanks in advance

Ramesh R

1 Answer, 1 is accepted

Sort by
0
Stef
Telerik team
answered on 10 Aug 2016, 01:39 PM
Hello Ramesh,

Please check the example in Connecting Telerik Reporting to OData feeds.
In general, you can create a service client that fethes data and loads it in a data object. The data object can be consumed in reports via ObjectDataSource component.

Reports displayed in a WPF ReportViewer will be processed and rendered locally at the client's machine. If you want reports to be processed and rendered remotely and only to be displayed in the WPF ReportViewer, you can create a separate web application hosting a Reporting REST service - How To: Use WPF Report Viewer with Report Server|REST Service.


I hope this information is helpful.

Regards,
Stef
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Report Designer (standalone)
Asked by
Ramesh
Top achievements
Rank 1
Answers by
Stef
Telerik team
Share this question
or