SubreportProcessingEventHandler 委派
Represents the method that will handle the SubreportProcessing event of a ReportViewer.
命名空間: Microsoft.Reporting.WebForms
組件: Microsoft.ReportViewer.WebForms (在 microsoft.reportviewer.webforms.dll)
語法
參數
- 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.