tags:

views:

115

answers:

2
Q: 

c# reports

Hi anybody please tell me how to use reports in c# , specifically rdlc please explain its architecture and if possible please post some sample code.

+1  A: 

Here's a good illustrated article on the subject:

Beginner's guide for creating standalone .rdlc reports with ssrs

Cerebrus
A: 

Here's something that i wrote about reports: http://www.stjhimy.com/2009/10/25/reportviewer-and-linq-to-sql-a-better-way-to-report-your-applications/

stJhimy