Partager via


Délégué SubreportProcessingEventHandler

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

Espace de noms: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (dans microsoft.reportviewer.winforms.dll)

Syntaxe

Paramètres

  • sender
    The object that raised the event.

Notes

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 Consommation d'événements.

Exemple

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

Voir aussi

Référence

Espace de noms Microsoft.Reporting.WinForms