The below example specifies the directory starting from the root. I have
this because this particular report can reside in a different directory than
the report I am jumping to. If it is in the same directory you can just not
worry about specifying the directory. A couple of others things to note, I
use the globals variable so this will work regardless of where I deploy it.
Also, note that parameter values are case sensitive so you must match it
exactly or you will end up without values in your parameter fields. Also
note that you can add to this URL a command to tell it to hide the parameter
toolbar. Anyway, this should get you started.
=Globals!ReportServerUrl & "?/Inventory/Similar Loads&Manifest=" &
Fields!manifstdocno.Value & "&WasteIDNum=" & Fields!wasteidnum.Value
--
Bruce Loehle-Conger
MVP SQL Server Reporting Services
"James Woo via SQLMonster.com" <forum@nospam.SQLMonster.com> wrote in
message news:ec3e02c313a6498c9a4fbdbc287dfb23@SQLMonster.com...
[quoted text, click to view] > Hi all,
>
> HAve a Horizontal bar Chart I want to drill through, it looks somehtign
> like this:
>
> Manager1 ||||||| 70%
> Manager2 |||||| 60%
> Manager3 |||| 40%
>
> What I want to do is under Data >> Action >> Jump URL instead of Jump to
> Report, is pass the manager name to a details-report that is deployed
under
> my ReportServer.
>
> I have no problems when I user Jump to Report, where parameters can be
> defined, but how to we pass parametes from one report to another using URL
> Jump to?
>
> Thank you kindly.
> James.
>
> --
> Message posted via
http://www.sqlmonster.com