I’m confused about how the reporting works for Silverlight. Is the viewer the only thing available on the Silverlight side? I have data in my Silverlight application that resides on the client side, but the Telerik report seems to be created on the server side (ASP.Net). Does that mean I need to push my client data (in the form of a List, Dictionary, or
SortableCollectionView)
to the server side (probably using a WCF service) to view it in Silverlight. In other words can the Silverlight viewer look at a Silverlight report or must it always be a report created in straight ASP.Net.