How to Drill through from rdlc to another?

Hi,

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?

[390 byte] By [Willgart] at [2007-12-16]
# 1
You use parameters in RDLC reports also. You should handle the reportViewer.Drillthrough event. In the event handler you can examine the parameters passed by the main report by calling localReport.GetParameters(). You can filter the query by passing these parameters to the query, or you do the filtering in the destination RDL.
RajeevKarunakaran at 2007-9-9 > top of Msdn Tech,Visual Studio,Visual Studio Report Controls...

Visual Studio

Site Classified