Hi Naren,
Yes you can use local reports in ASP.NET 3.0. If you add a ReportViewer control to your WebForm then point it at an RDLC file, it will show the report at runtime.
Here is documentation on the ReportViewer control:
http://msdn.microsoft.com/en-us/library/ms251671.aspxAnd this tutorial might be all you need to get up and running:
http://www.codeproject.com/KB/webforms/ReportViewer.aspx
This posting is provided "AS IS" with no warranties, and confers no rights.