Udostępnij za pośrednictwem


Klasa ReportErrorEventArgs

Provides data for the ReportError event.

Hierarchia dziedziczenia

Object
  EventArgs
    Microsoft.Reporting.WebForms.ReportErrorEventArgs

Przestrzeń nazw:  Microsoft.Reporting.WebForms
Zestaw:  Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)

Składnia

'Deklaracja
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

Typ ReportErrorEventArgs uwidacznia następujące elementy członkowskie.

Właściwości

  Nazwa Opis
Właściwość publiczna Exception Returns an Exception object containing information about the report error.
Właściwość publiczna Handled Indicates whether the host application has handled the error.

Początek

Metody

  Nazwa Opis
Metoda publiczna Equals Determines whether the specified object is equal to the current object. (Odziedziczone z Object).
Metoda publiczna GetHashCode Serves as the default hash function. (Odziedziczone z Object).
Metoda publiczna GetType Gets the Type of the current instance. (Odziedziczone z Object).
Metoda publiczna ToString Returns a string that represents the current object. (Odziedziczone z Object).

Początek

Uwagi

This is passed to the ReportErrorEventHandler when a ReportError occurs.

Bezpieczeństwo wątku

Wszystkie publiczne static (Shared w języku Visual Basic) elementy członkowskie tego typu są bezpieczne dla wątków. Wystąpienia elementów członkowskich nie dają gwarancji bezpieczeństwa wątków.

Zobacz też

Informacje

Przestrzeń nazw Microsoft.Reporting.WebForms