SSMS 2005 & 2008 comes with inbuilt standard reports.
How can we display these standard reports inside a asp.net web site?
SSMS 2005 & 2008 comes with inbuilt standard reports.
How can we display these standard reports inside a asp.net web site?
You can download these reports as RDL files here: http://blogs.msdn.com/sqlrem/archive/2006/08/30/SSMS_Reports_3.aspx
Deploy them to SSRS and put standard ReportViewer control on your page to display a report.