ReportErrorEventArgs Class

 

Provides data for the ReportError event.

Namespace:   Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.Reporting.WinForms.ReportErrorEventArgs

Syntax

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

Properties

Name Description
System_CAPS_pubproperty Exception

Returns an Exception object containing information about the report error.

System_CAPS_pubproperty Handled

Indicates whether the host application has handled the error.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Remarks

This is passed to the ReportErrorEventHandler when a ReportError occurs.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Reporting.WinForms Namespace

Return to top