次の方法で共有


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.

解説

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.

参照

リファレンス

Microsoft.Reporting.WebForms 名前空間