Productivity
digg_url = "http://www.stephenforte.net/PermaLink,guid,fcd86df8-7523-4c31-9015-b085548d0d3f.aspx";digg_title = "Using OpenAccess and Telerik Reporting with SQL Azure";digg_bgcolor = "#FFFFFF";digg_skin = "normal";digg_url = undefined;digg_title = undefined;digg_bgcolor = undefined;digg_skin = undefined; Telerik Reporting is
a great reporting package. If you using it, you may be happy to know that you can
use Telerik OpenAccess as a
data source. Let’s take a look at how to use it with a SQL
Azure Database as a back end.
Getting Started
First you need to map your SQL Azure tables to OpenAccess entities. I demonstrated
this before on my blog, if you have not used OpenAccess and SQL Azure yet, read
this post. (Don’t worry I’ll wait.) What I did for this demo is create a library
project called Telerik.Reporting.DAL and mapped all of the Northwind tables in my
SQL Azure database to OpenAccess entities in...