Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Represents the method that will handle the SubreportProcessing event of a ReportViewer.
Espace de noms: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (dans microsoft.reportviewer.webforms.dll)
Syntaxe
Paramètres
- sender
The object that raised the event.
- e
A SubreportProcessingEventArgs object containing information about 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
Please see the SubreportProcessing method of the LocalReport class for an example.