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

Silverlight Object as datasource for report

2 Answers 95 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
mrezam
Top achievements
Rank 1
mrezam asked on 19 Jan 2010, 12:00 PM
Most examples for the reporting i have seen are reports that run in silverlight but retrieve their data from a database maybe based on parameters passed to the report svc from the silverlight application. I am working on a application that has a local database in the form of an XML files and images embedded in the silverlight application.
I am trying to use telerik reporting to create a report based on this local data and images. How can I get this data from the silverlight application to the report without using a sql database reference.

2 Answers, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 21 Jan 2010, 04:16 PM
Hi mrezam,

As far as the Silverlight Report Viewer is concerned (as of now) is that the reports reside and are processed entirely on the server side; there is no report object on the client side. In order to bind a report to data please follow the instructions in Connecting Data to a Report help article. As far as the report data binding and processing is performed entirely server side (through the Telerik Reporting WCF Service) there is no way to pass any data context from Silverlight back to the server.

Sincerely yours,
Steve
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Amruta
Top achievements
Rank 1
answered on 20 Apr 2010, 08:28 AM
Hi,

I am creating a small silverlight application.
I am using various classes to display some information in a grid. I want to allow user to click on a separate link to generate a report. I want to open the report in a separate browser.   
Also, i want to display a report book (using rad book or like wise) containing multiple pages and each page will show a list of items for each item type. 

Can i use telerik reporting for this purpose? If yes, can i pass the list of items and item type to generate the report? If not, is there any other option to create such kind of report in silverlight?

Regards.
Tags
General Discussions
Asked by
mrezam
Top achievements
Rank 1
Answers by
Steve
Telerik team
Amruta
Top achievements
Rank 1
Share this question
or