How to Add SSRS reports in SharePoint
Ask SSRS Report URL.
Create a list to store Report details
Example: Name of the report, Details, URL,
Now Create a SharePoint page to show the reports.
Ex: MyReports.aspx
Now insert a dataview webpart and bind your list (Which you created earlier)
using xslt you can bind the data from List to webpart
Write javascript code to open the report.
Ask SSRS Report URL.
Create a list to store Report details
Example: Name of the report, Details, URL,
Now Create a SharePoint page to show the reports.
Ex: MyReports.aspx
Now insert a dataview webpart and bind your list (Which you created earlier)
using xslt you can bind the data from List to webpart
Write javascript code to open the report.