How to integrate remote SSRS Report in asp.net web application

Today i will explain you about how to integrate the SSRS Report in asp.net web application

  1. Create a website and add the reference from .net tab of Microsoft Reporting Form .
  2. Just Register  the assembly with the Proper Prefix on the Register Assembly tab like as follows
3 Now Initialise the Reportviewer control with the service side binding work. like as                             follows.





4 . With the above code you can load the report from remote mode 

Happy Programming.

Comments