Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Is there any way to pass variable in URL string ?

Status
Not open for further replies.

swenri

Programmer
Jul 4, 2006
30
US
Hi All,

Is there a way using the report servers default Reports website is there anyway to pass the variable in the url string? If so can someone please let me know what the url would look like.

All inputs are highly appreciated.

Thanks,
 
This can be done through the report server side of things. As an example:

Code:
[URL unfurl="true"]http://corpdbnew/ReportServer?/Everyone/POS%20Request&rs:Command=Render&CustId=10021[/URL]

That is one of my reports on my Intranet.

the &rs:command is used to force the rendering and then any and all parameters are passed as &parametername=value

=======================================
People think it must be fun to be a super genius, but they don't realize how hard it is to put up with all the idiots in the world. (Calvin from Calvin And Hobbs)

Robert L. Johnson III
CCNA, CCDA, MCSA, CNA, Net+, A+, CHDP
VB/Access Programmer
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top