Delegat ReportErrorEventHandler
Represents the method that will handle a ReportError event.
Przestrzeń nazw: Microsoft.Reporting.WebForms
Zestaw: Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)
Składnia
'Deklaracja
Public Delegate Sub ReportErrorEventHandler ( _
sender As Object, _
e As ReportErrorEventArgs _
)
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
Język JScript nie obsługuje delegatów.
Parametry
- sender
Typ: Object
The object that raised the event.
- e
Typ: Microsoft.Reporting.WebForms.ReportErrorEventArgs
A ReportErrorEventArgs object that contains information about the event.
Uwagi
For more information about handling events, see Używające zdarzeń.