locked
report viewer not showing ssrs report RRS feed

  • 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


    • Edited by Tiaan3365 Thursday, October 17, 2013 6:51 AM
    • Moved by Eason_H Thursday, October 17, 2013 9:21 AM
    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.

    • Proposed as answer by Just Karl Thursday, October 17, 2013 2:38 PM
    • Marked as answer by Just Karl Monday, October 28, 2013 3:30 AM
    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.

    • Proposed as answer by Just Karl Thursday, October 17, 2013 2:38 PM
    • Marked as answer by Just Karl Monday, October 28, 2013 3:30 AM
    Thursday, October 17, 2013 9:20 AM