I have a rdlc report name attendence.rdlc which take three parameter employeeId,monthId and year to generate employee’s monthly attendance status.Like

When i click >> button Like :

i need to call drillthrough (in my case same report) report increasing month and year’s parameter.

How to create a drillthrough even handler in rdlc report?
My problem have been solved.In rdlc when someone calling goto_report/goto_url..it’s actually called by Drillthrough report.So if i create na even handler obviously outside of postback url like