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?
↧