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

Silverlight reportViewer with local data

2 Answers 36 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Mike
Top achievements
Rank 1
Mike asked on 11 Apr 2014, 06:46 PM
Hello, 

I'm working on an applicationt that is using wcf services to access a remote database, and csv stored to the isolated storage for managing offline mode. 
The need I have it's to give users the possiblity to continue generating reports using local data. Is it possible to do it using Telerik SL components? 

Thanks a lot for your help. 
Regards

2 Answers, 1 is accepted

Sort by
0
Mike
Top achievements
Rank 1
answered on 16 Apr 2014, 07:10 AM
Hello, 

Can someone help us please?

Thanks. 
0
Stef
Telerik team
answered on 16 Apr 2014, 01:54 PM
Hi Radouan,

the data binding should be done on the server, thus you need to send the data via data service or other approach there and access it in custom Report Resolver implementation. The resolver's Resolve method is invoked on each interaction with the Silverlight ReportViewer and you will need to use a report source object that can be resolved each time - TypeReportSource or UriReportSource. Possible implementation is provided by my colleague in the following forum thread: IReportResolver and print/save with Silverlight Viewer.

If it is an emergency, please use our support ticketing system to send us your inquiry.

Regards,
Stef
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
General Discussions
Asked by
Mike
Top achievements
Rank 1
Answers by
Mike
Top achievements
Rank 1
Stef
Telerik team
Share this question
or