Answer 4
Hi Jin,
I tried the approach that you have suggested. My Querystring becomes
=
"http://162.44.140.120/reportserver?http://sdc-internal.rxcorp.com/EM/SSRS/SSRS%20doc%20lib/TrendView.aspx/DashBoard_Test.rdl&rs:Command=Render&Manufacturer="
& Fields!PERIOD_MAT1_Measures_ParameterValue.Value & "&Product=" & Parameters!Product.Value &
"&Geography=" & Parameters!Geography.Value
I am facing an error when I use this, the error message is
The path of the item 'http://sdc-internal.rxcorp.com/EM/SSRS/SSRS doc lib/TrendView.aspx/DashBoard_Test.rdl' is not valid. The full path must be less than 260 characters long; other restrictions apply. If the report server is in native mode, the path must
start with slash. (rsInvalidItemPath)
Is my URL getting formed incorrectly? In my querystring, after "reportserver don't we need to specify the folder name as well ?
Thanks,
Suman