i'm trying to use the action option from a cell in a table(text box properties). the action supposed to open a report from a URL. this report gets 2 parameters: case_input ( the case_id in the cell, i get it from the data set), and id_pat (null). i tried this link:
http:///Reports/Pages/Report.aspx?ItemPath=%2fKpiReports%2freport_bill_patient_oneTbl&ViewMode=Detail&case_input=(Fields!id_case.Value)&id_pat_input:isnull=true
but when the report opened i didn't get the value of id_case. any ideas? thank you...:)