Classe DrillthroughEventArgs

Provides data for the Drillthrough event.

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

Sintassi

Osservazioni

This is passed to the DrillthroughEventHandler delegate when a Drillthrough event occurs.

You can examine the value of the ReportPath property and supply data corresponding to that report.

You can call the GetParameters method of the drillthrough report supplied in the targetReport parameter to examine the values of parameters being passed from the main report to the drillthrough report and to supply data corresponding to the parameter values.

Esempio

For an example, please see Drillthrough.

Gerarchia di ereditarietà

System.Object
   System.EventArgs
     System.ComponentModel.CancelEventArgs
      Microsoft.Reporting.WebForms.DrillthroughEventArgs

Protezione dei thread

Tutti i membri statici pubblici (Shared in Visual Basic) di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Membri DrillthroughEventArgs
Spazio dei nomi Microsoft.Reporting.WebForms