Condividi tramite


Delegato ReportErrorEventHandler

Rappresenta il metodo che gestirà un evento ReportError.

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

Sintassi

'Dichiarazione
Public Delegate Sub ReportErrorEventHandler ( _
    sender As Object, _
    e As ReportErrorEventArgs _
)
'Utilizzo
Dim instance As New ReportErrorEventHandler(AddressOf HandlerMethod)
public delegate void ReportErrorEventHandler(
    Object sender,
    ReportErrorEventArgs e
)
public delegate void ReportErrorEventHandler(
    Object^ sender, 
    ReportErrorEventArgs^ e
)
type ReportErrorEventHandler = 
    delegate of 
        sender:Object * 
        e:ReportErrorEventArgs -> unit
JScript supporta l'utilizzo di delegati, ma non la dichiarazione di nuovi delegati.

Parametri

Osservazioni

Per ulteriori informazioni sulla gestione degli eventi, vedere Consuming Events.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.Reporting.WebForms