Partilhar via


Propriedade ReportErrorEventArgs.Handled

Indicates whether the host application has handled the error.

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

Sintaxe

'Declaração
Public Property Handled As Boolean
public bool Handled { get; set; }
public:
property bool Handled {
    bool get ();
    void set (bool value);
}
member Handled : bool with get, set
function get Handled () : boolean
function set Handled (value : boolean)

Valor de propriedade

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

Comentários

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

Consulte também

Referência

ReportErrorEventArgs Classe

Namespace Microsoft.Reporting.WinForms