Display rdl report from Sharepoint site into .Net web application
-
Thursday, April 05, 2012 5:26 AM
Hi all,
I have developed a report in ssrs(.rdl) and deployed it to a sharepoint site, i am able to view that report in sharepoint site.
But i want to display the same report in a .net web appliaction, i have used microsoft report viewer and trying configuring it
with reportserver URL as: sharepoint site link,
reportpath as: folder path of the report in Sharepoint site where i a have deployed
Then once i run app. report is not coming and it is giving error.
But here i am using report deployed in sharepoint site is it possible to view the report(.rdl) in .net application
which is deployed in sharepoint website.
Please suggest with possible solutions or any ideas.
Thanks,
All Replies
-
Monday, April 09, 2012 6:40 AMModerator
Hi Kiran,
Based on my understanding, to show the SSRS report in ASP.NET application, you can use report viewer control to achieve this, here is an example about this, you can follow the steps provided in the article to check whether it works:
http://beyondrelational.com/modules/12/tutorials/26/tutorials/4606/getting-started-with-ssrs-part-8-show-ssrs-report-in-aspnet-web-page.aspxAlso, for this issue, people in the SSRS forum are more professional about this, please go to that forum for more information.
SQL Server Report Services: http://social.technet.microsoft.com/Forums/en/sqlreportingservices/threadsThanks,
QiaoQiao Wei
TechNet Community Support
- Proposed As Answer by Margriet Bruggeman Monday, April 09, 2012 8:39 AM
- Marked As Answer by Qiao WeiMicrosoft Contingent Staff, Moderator Monday, April 16, 2012 6:27 AM

