Hello I have ssrs report and I want to pass parameters within URL is it possible?
report link: http://serverName/reports/reportname
it is possible when I access link like below http://servername/ReportServer/Pages/ReportViewer.aspx%2fReportName&rs:Command=Render&ParamerterName = abc but I want to achieve for link http://serverName/reports/reportname
can someone please help