Harts
Harts

Reputation: 4093

Passing URL parameter for report in web portal

Is there anyway to pass in a filter parameter for report from Web Portal Link? ReportServer = SSRS Web Service Reports = SSRS Web Portal

I know there is a way to call it from report server e.g:

<host>/ReportServer/Pages/ReportViewer.aspx?%2fAnnual+Report%2fstore&rs:Command=Render&StoreId=2

but is there anyway to do it from web portal? something like this

<host>/Reports/report/Annual%20Report/store&StoreId=2

Since I'd like to keep the top bar navigation

enter image description here

Upvotes: 0

Views: 859

Answers (1)

Irf
Irf

Reputation: 4607

The quick answer is NO, we can't.
In order to pass parameters with URL in SSRS , we have to do it via reportserver URL not via Report Manger URL..

enter image description here
enter image description here


And normally, we would call it Report Manager, what you mentioned as web-portal : )

Upvotes: 1

Related Questions