Condividi tramite


Delegato SubreportProcessingEventHandler

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

Spazio dei nomi: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)

Sintassi

Parametri

  • sender
    The object that raised the event.

Osservazioni

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 Utilizzo degli eventi.

Esempio

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

Vedere anche

Riferimento

Spazio dei nomi Microsoft.Reporting.WinForms