BackEventHandler 대리자
Represents the method that will handle the Back event of a ReportViewer.
네임스페이스: Microsoft.Reporting.WebForms
어셈블리: microsoft.reportviewer.webforms.dll의 Microsoft.ReportViewer.WebForms
구문
매개 변수
- sender
The object that raised the event.
- e
A BackEventArgs object that contains the event arguments.
주의
A Back event occurs when the user has navigated to a drillthrough report and clicks the Back button to return to the parent report. The BackEventArgs object contains the parent report.
For more information about handling events, see 이벤트 사용.