I have visual Studio 2008 web project with sql 2008 (3.5). I have created a .rdl report and want to view/post it on an aspx page. I am also using C# if that helps. What are the steps/tools needed. thanks
Share
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.
You will need to convert your rdl to an rdlc (Outlined here: http://msdn.microsoft.com/en-us/library/ms252109%28VS.80%29.aspx)
Then you can drag an aspx report viewer control to your aspx page and select the rdlc file.
EDIT: Since you already have an SSRS server, you do not need to bother converting your rdl to rdlc. I believe this is what you were looking for: SSRS Report on ASP.NET page