Condividi tramite


Delegato DrillthroughEventHandler

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

Spazio dei nomi: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Sintassi

Parametri

  • sender
    The object that raised the event.

Osservazioni

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

Esempio

Please see the Drillthrough method of the ReportViewer class for an example.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.Reporting.WebForms