Classe ReportErrorEventArgs
Recupera i dati per l'evento ReportError.
Gerarchia di ereditarietà
System.Object
System.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
'Utilizzo
Dim instance As ReportErrorEventArgs
public sealed class ReportErrorEventArgs : EventArgs
public ref class ReportErrorEventArgs sealed : public EventArgs
[<SealedAttribute>]
type ReportErrorEventArgs =
class
inherit EventArgs
end
public final class ReportErrorEventArgs extends EventArgs
Nel tipo ReportErrorEventArgs sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
Exception | Restituisce un oggetto Exception contenente le informazioni sull'errore del rapporto. | |
Handled | Indica se l'errore è stato gestito dall'applicazione host. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Osservazioni
Viene passato a ReportErrorEventHandler quando viene generato un evento ReportError.
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.