How to create .rdlc files?

asp.net, c#

Solution

To add an RDLC report do `Project > Add New Item... > Reporting > Report`. You can also use the Report Wizard which is on the same screen. RDLC has a large wealth of information you will need to know about, so you will want to start digging into the documentation.

Problem

I am using Visual Studio 2010 for generating reports using report viewer... As I am totally new to this, I don't know how to create an RDLC file and how to use it... Also, please tell me that what the connection is between Report Viewer and rdlc Please help me out. Thanks

Original source

Related problems