Answered by:
report viewer not showing ssrs report

Question
-
Hi everyone
I am new to ssrs.
I need to display an ssrs 2005 report in asp on a reportviewer.
My user has access to the reports and my credentials for logging on to the server is 100% correct.
rptVwReports.Visible = true;
rptVwReports.ProcessingMode = ProcessingMode.Remote;
rptVwReports.ShowParameterPrompts = true;
// lblLocation.Text = e.Item.Text;
string type = e.Item.Text;
rptVwReports.ServerReport.ReportServerUrl = new Uri("http://ithnk01/reportserver$live");
rptVwReports.ServerReport.ReportPath = "/iThNk/iThNk Pulse Report 2";rptVwReports.ServerReport.Refresh();
i used a straight forard path and the report doesnt have any arguments.
the report doesnt seem to even display on my page.
Thank you
Thursday, October 17, 2013 6:47 AM
Answers
-
Hi Tiaan3365,
This forum is to discuss problems of C# development.
You'll need to post it in the dedicated ASP.Net Forum http://forums.asp.net for more efficient responses, where you can contact ASP.NET experts.
You also can post it in the ReportView Forum:http://social.msdn.microsoft.com/Forums/en-US/home?forum=vsreportcontrols
Thanks.
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.Thursday, October 17, 2013 9:20 AM
All replies
-
i also learnt that the reports are normal rdl files
Still cant display anything
Thursday, October 17, 2013 7:11 AM -
Hi Tiaan3365,
This forum is to discuss problems of C# development.
You'll need to post it in the dedicated ASP.Net Forum http://forums.asp.net for more efficient responses, where you can contact ASP.NET experts.
You also can post it in the ReportView Forum:http://social.msdn.microsoft.com/Forums/en-US/home?forum=vsreportcontrols
Thanks.
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.Thursday, October 17, 2013 9:20 AM