Archives

Archives / 2009 / November
  • Rendering an RDLC directly to the Response stream in ASP.NET MVC

    The following post shows you how to render an RDLC (Client Report Definition File) in a MVC project. For this tutorial, I am using VS 2008 with MVC 2 Beta. I will also be using the priceless Northwind database and the report will contain a list of customers in the Northwind database.

    A sample project zip file is provided at the bottom of this post.

    We start off by creating an ASP.NET MVC 2 Empty Web Application.