How to Drill through from rdlc to another?
there is any sample reports with drill capabilities?
I have a summary report with a list of employee, I want to be able to click on the employee to open another report filtered on this emploee only.
Doing this in RDL reports (reporting services reports) is easy because a parameter can be used to filter the query for the data source.
how to do this with RDLC reports?

