Délégué DrillthroughEventHandler
Represents the method that will handle the Drillthrough 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 DrillthroughEventArgs object that contains the event data.
Notes
You must supply a data source for any drillthrough reports that are referenced by the main report. To do this, you must supply an event handler for the drillthrough event.
For more information about handling events, see Consommation d'événements.
Exemple
Please see the Drillthrough method of the ReportViewer class for an example.