i am using java script in rdl to open another page in a tab when we click a particular row in rdlc,i used the following code for that purpose
="javascript:void(window.parent.$('#tt').tabs('add',{title: 'New Company',content:'<iframe src=\x22../Company/Company/CompanyDetail?id=5\x22 </iframe>',closable: true}))"
i hard coded the value of "id".now i want to pass a parameter like "Parameters!company_ID.Value" instead of "5"..i already tried many ways.but nothing worked out..please suggest a suitable method