Running a RDL/RDLC (SQL Report) in ASP.NET without SSRS

SSRS and Report Builder (or the old BIDS from 2008) are nice for making reports, but they don’t embed into your ASP.NET project very nicely. This is one way to do it without the requirement for full SSRS (and the security hoops).

Click here to read the article