locked
how to view ssrs reports in winforms using vs 2013 RRS feed

  • Question

  • User-307604573 posted

    Hi Everyone,

    I have created and deployed ssrs  report in my local machine and now want view the report using vs2013 winform or webform using report viewer.Earlier I was able to view
    reports in vs2008.but not getting any control in toolbox to see ssrs report in vs2013.can anybody help me for detail steps?

    Thanks in advance

    Wednesday, October 7, 2015 1:58 PM

Answers

  • User1644755831 posted

    Hello srm2009,

    Please see: Adding and Configuring the ReportViewer Controls

    If you installed ReportViewer correctly on your computer, you must go to VisualStudio and right click on the toolbar (I recommend you do it on the General tab), and choose the option "Choose elements". Once there, check the .NET tab and look for ReportViewer on the list, and pick the one of the Microsoft.Reporting.WinForms namespace (there could be another one for WebForms). That should do the trick.

    With Regards,

    Krunal Parekh

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Friday, October 9, 2015 1:49 AM

All replies

  • User1644755831 posted

    Hello srm2009,

    Please see: Adding and Configuring the ReportViewer Controls

    If you installed ReportViewer correctly on your computer, you must go to VisualStudio and right click on the toolbar (I recommend you do it on the General tab), and choose the option "Choose elements". Once there, check the .NET tab and look for ReportViewer on the list, and pick the one of the Microsoft.Reporting.WinForms namespace (there could be another one for WebForms). That should do the trick.

    With Regards,

    Krunal Parekh

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Friday, October 9, 2015 1:49 AM
  • User-307604573 posted

    Hi I already have reportviewer control in my winform and I have properly configured it but still when i run the winform it gives me error as
    rsitemnotfound.

    Tuesday, October 20, 2015 5:56 AM