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

'Declaration
Public Property Handled As Boolean
'Usage
Dim instance As ReportErrorEventArgs
Dim value As Boolean

value = instance.Handled

instance.Handled = value
public bool Handled { get; set; }
public:
property bool Handled {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_Handled ()

/** @property */
public void set_Handled (boolean value)
public function get Handled () : boolean

public function set Handled (value : boolean)

Property Value

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

Reference

ReportErrorEventArgs Class
ReportErrorEventArgs Members
Microsoft.Reporting.WinForms Namespace