Condividi tramite


Classe ReportErrorEventArgs

Recupera i dati per l'evento ReportError.

Gerarchia di ereditarietà

Object
  EventArgs
    Microsoft.Reporting.WinForms.ReportErrorEventArgs

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

Sintassi

'Dichiarazione
Public NotInheritable Class ReportErrorEventArgs _
    Inherits EventArgs
public sealed class ReportErrorEventArgs : EventArgs
public ref class ReportErrorEventArgs sealed : public EventArgs
[<Sealed>]
type ReportErrorEventArgs =  
    class
        inherit EventArgs
    end
public final class ReportErrorEventArgs extends EventArgs

Il tipo ReportErrorEventArgs espone i seguenti membri.

Proprietà

  Nome Descrizione
Proprietà pubblica Exception Restituisce un oggetto Exception contenente le informazioni sull'errore del rapporto.
Proprietà pubblica Handled Indica se l'errore è stato gestito dall'applicazione host.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Determina se l'oggetto specificato è uguale all'oggetto corrente. (Ereditato da Object)
Metodo pubblico GetHashCode Funge da funzione hash predefinita. (Ereditato da Object)
Metodo pubblico GetType Ottiene l'oggetto Type dell'istanza corrente. (Ereditato da Object)
Metodo pubblico ToString Restituisce una stringa che rappresenta l'oggetto corrente. (Ereditato da Object)

In alto

Note

Viene passato a ReportErrorEventHandler quando viene generato un evento ReportError.

Codice thread safe

Qualsiasi membro static (Shared in Visual Basic) pubblico di questo tipo è thread-safe. I membri di istanza non sono garantiti come thread-safe.

Vedere anche

Riferimenti

Spazio dei nomi Microsoft.Reporting.WinForms