SubreportProcessingEventHandler 委托

Represents the method that will handle the SubreportProcessing event of a ReportViewer.

命名空间: Microsoft.Reporting.WinForms
程序集: Microsoft.ReportViewer.WinForms (在 microsoft.reportviewer.winforms.dll 中)

语法

声明
用法

参数

  • sender
    The object that raised 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 使用事件.

示例

For an example, see the SubreportProcessing method of the LocalReport class.

另请参见

参考

Microsoft.Reporting.WinForms 命名空间