People
digg_url = "http://www.stephenforte.net/PermaLink,guid,e0f4b843-ed75-46b7-9fc5-8d788e3589c8.aspx";digg_title = "Using OpenAccess and Telerik Reporting with SQL Azure Part II-Silverlight";digg_bgcolor = "#FFFFFF";digg_skin = "normal";digg_url = undefined;digg_title = undefined;digg_bgcolor = undefined;digg_skin = undefined; Yesterday I
showed how to use Telerik OpenAccess, Telerik
Reporting, and SQL Azure to
create reports and view them in ASP.NET. Today i will show how to view that same report
in Silverlight using the industry’s first native Silverlight
report viewer. All of this is in the Telerik documentation, however, since we
have our cool SQL Azure demo already up and running from yesterday, I figured it would
be fun to show how to reuse the same report and view it in Silverlight.
Getting Started
Remember from yesterday that
we have three projects in our solution:
Telerik.Reporting.DAL-the class library project containing our OpenAccess
entities (mapped back to SQL Azure tables)
Telerik.Reporting.RptLib-the class library project containing...