SSRS : How to Connect SSRS report with Parameters from Front End Application
Here i will let you know how to use the SSRS report from the Front end . i will tell you how to prepare URL part with parameter value .
To Preapre SSRS report URL to redirect from the Front end application.
First go to Reporting server Reports and click on the Report .
Take the URL from the Explorer ( Note we need to consider Reporting Server URL)
Once we got the URL
http://ReportServerName/Reportserver_Instance/Pages/Report.aspx?ItemPath=%2fUNICA%2fProject+-+Subproject+Details+Concept+Meeting+View&ViewMode=Detail
Then append the Parameter Name and Its value
&rs:Command=Render&PR_ShowProject_=false&PR_ShowSubProject_=true&PR_ProjectId_=7661&PR_SubProjectId_=7707
The Final URL looks like
http://ReportServerName/Reportserver_Instance/Pages/Report.aspx?ItemPath=%2fUNICA%2fProject+-+Subproject+Details+Concept+Meeting+View
&rs:Command=Render&PR_ShowProject_=false&PR_ShowSubProject_=true&PR_ProjectId_=7661&PR_SubProjectId_=7707
To Preapre SSRS report URL to redirect from the Front end application.
First go to Reporting server Reports and click on the Report .
Take the URL from the Explorer ( Note we need to consider Reporting Server URL)
Once we got the URL
http://ReportServerName/Reportserver_Instance/Pages/Report.aspx?ItemPath=%2fUNICA%2fProject+-+Subproject+Details+Concept+Meeting+View&ViewMode=Detail
Then append the Parameter Name and Its value
&rs:Command=Render&PR_ShowProject_=false&PR_ShowSubProject_=true&PR_ProjectId_=7661&PR_SubProjectId_=7707
The Final URL looks like
http://ReportServerName/Reportserver_Instance/Pages/Report.aspx?ItemPath=%2fUNICA%2fProject+-+Subproject+Details+Concept+Meeting+View
&rs:Command=Render&PR_ShowProject_=false&PR_ShowSubProject_=true&PR_ProjectId_=7661&PR_SubProjectId_=7707
Comments
Post a Comment