DrillthroughEventHandler 대리자
Represents the method that will handle the Drillthrough event of a ReportViewer.
네임스페이스: Microsoft.Reporting.WinForms
어셈블리: microsoft.reportviewer.winforms.dll의 Microsoft.ReportViewer.WinForms
구문
매개 변수
- sender
The object that raised the event.
- e
A DrillthroughEventArgs object that contains the event data.
주의
You must supply a data source for any drillthrough reports that are referenced by the main report. To do this, you must supply an event handler for the drillthrough event.
For more information about handling events, see 이벤트 사용.
예
Please see the Drillthrough method of the ReportViewer class for an example.