ReportErrorEventArgs Class

Provides data for the ReportError event.

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

Syntax

'Declaration
Public NotInheritable Class ReportErrorEventArgs
    Inherits EventArgs
'Usage
Dim instance As ReportErrorEventArgs
public sealed class ReportErrorEventArgs : EventArgs
public ref class ReportErrorEventArgs sealed : public EventArgs
public final class ReportErrorEventArgs extends EventArgs
public final class ReportErrorEventArgs extends EventArgs

Remarks

This is passed to the ReportErrorEventHandler when a ReportError occurs.

Inheritance Hierarchy

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

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

Reference

ReportErrorEventArgs Members
Microsoft.Reporting.WinForms Namespace