Groups | Blog | Home
all groups > sql server reporting services > june 2005 >

sql server reporting services : How to pass more than 1 variable in jump to url??



AlanT
6/8/2005 12:50:02 PM
What is the proper syntax for passing multiple variables to a web application
using the jump to url navigation. I have succussfully passed one variable
using this string
"="http://servernamehere/variance_review?prod_order_number=" &
Fields!Prod_Order_Number.Value" but can't seem to figure out how to add
another. Thanks in advance...

asierra
6/8/2005 1:40:04 PM
The sintaxis is:
http://server/reports/myreport?param1=value1&param2=value2...&paramn=valuen

[quoted text, click to view]
Bruce L-C [MVP]
6/8/2005 3:34:00 PM
=Globals!ReportServerUrl & "?/Inventory/Similar Loads&Manifest=" &
Fields!manifstdocno.Value & "&WasteIDNum=" & Fields!wasteidnum.Value


--
Bruce Loehle-Conger
MVP SQL Server Reporting Services



[quoted text, click to view]

AddThis Social Bookmark Button