all groups > sql server reporting services > march 2005 >
You're in the

sql server reporting services

group:

Jumping to report which contains parameters



Jumping to report which contains parameters Nigel H
3/4/2005 1:37:09 PM
sql server reporting services: I have a report that contains a report jump that calls another report, which
contains several report parameters. When deployed on the report server,
even though the parameters are enabled on the "jumped to" report, these can
not be seen.

Any ideas as to how to fix this?

Thanks,

Nigel

Re: Jumping to report which contains parameters Lev Semenets [MSFT]
3/4/2005 10:35:27 PM
Parameter area is collapsed when jumping to subreport. You can expand it by
clicking on "double down" chevron.

--
This posting is provided "AS IS" with no warranties, and confers no rights.


[quoted text, click to view]

Re: Jumping to report which contains parameters Bruce L-C [MVP]
3/5/2005 9:25:56 AM
You can use jump to URL to do this. You have a lot more control when using
this method instead of jump to report.


--
Bruce Loehle-Conger
MVP SQL Server Reporting Services

[quoted text, click to view]

Re: Jumping to report which contains parameters Bruce L-C [MVP]
3/7/2005 8:15:42 AM
Here is how to use Jump to Url to show the parameter (note that you have a
lot of control with jump to URL, you could render it as pdf for instance).

When you select Jump to URL, select expression and do create a URL like
this:

=Globals!ReportServerUrl & "?/Inventory/By WSP&wpro_strm_no=240024"

The global variable I use above makes sure that you don't have to hard code
the name of the server. Note that you have to put the directory where the
report resides.

--
Bruce Loehle-Conger
MVP SQL Server Reporting Services

[quoted text, click to view]

Re: Jumping to report which contains parameters Nigel H
3/7/2005 10:25:29 AM
Thanks! The URL jump seems the way to go.

Nigel


[quoted text, click to view]

AddThis Social Bookmark Button