SubreportProcessingEventHandler 대리자
Represents the method that will handle the SubreportProcessing event of a ReportViewer.
네임스페이스: Microsoft.Reporting.WebForms
어셈블리: microsoft.reportviewer.webforms.dll의 Microsoft.ReportViewer.WebForms
구문
매개 변수
- sender
The object that raised the event.
- e
A SubreportProcessingEventArgs object containing information about the event.
주의
You must supply data for any data sources used in subreports. To do this, you must supply an event handler for the subreport processing event.
For more information about handling events, see 이벤트 사용.
예
Please see the SubreportProcessing method of the LocalReport class for an example.