Share via


ReportErrorEventArgs.Handled Property

 

Indicates whether the host application has handled the error.

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

Syntax

public bool Handled { get; set; }
public:
property bool Handled {
    bool get();
    void set(bool value);
}
member Handled : bool with get, set
Public Property Handled As Boolean

Property Value

Type: System.Boolean

A Boolean value indicating whether the host application has handled the error. The default value is false.

Remarks

Set this property to true to cause the ReportViewer control to ignore the error.

See Also

ReportErrorEventArgs Class
Microsoft.Reporting.WinForms Namespace

Return to top