It's very easy to link to an SSRS report from within another application and pass your report's parameters in the URL. To do this, simply add "&", then your parameter name, then "=", and finally the parameter value. You can follow this format for multiple parameters. Here's an example of what a link to a report with parameters in the URL might look like: http://ServerName/ReportServer/Pages/ReportViewer.aspx?%Report+Folder%2fReports%2fReport+Name&rs%3aCommand=Render&StoreID=12345&...
Read More