Quantcast
Channel: SQLServerCentral » Reporting Services » Reporting Services » Latest topics
Viewing all articles
Browse latest Browse all 2791

Unable to launch new report on click of hyperlink. Passing integer value as parameter.

$
0
0
Hi, I do have Action value configured as below for one of the report columns.="void(window.open('http://myserver/Reports/Pages/Report.aspx?ItemPath=%2fMoldDieConsumption&resourceid =" & Fields!resourceid.Value.ToString() & "'))"On click of hyperlink, I see new window launched with below URL being displayed. http://myserver/Reports/Pages/Report.aspx?ItemPath=/MoldDieConsumption&resourceid =100000278The report is not launching the data. Instead it shows resourceid entry field.When I input 100000278 value in resourceid field and press Enter key, report is being shown succesfully.Could you please suggest if I miss any configuration?

Viewing all articles
Browse latest Browse all 2791

Trending Articles