I have just been told to get looking into using SQL server reporting. Does anyone have any good links they would recommend?
Also can this be used for reporting on ASP.NET sites?
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I found the tutorials on MSDN to be a pretty good start. Have a look here. You’ll need to scroll down the page a bit to get to the Reporting Services section.
Yes, you can use SQL Server reports on ASP.NET web sites. You’ll need to include the report viewer control on your page. You can load the report from a report server or include it as a standalone report on the page as a .rdlc file. Have a look here for a walkthrough on how to include a stand-alone report on a web page.