Propriedade ReportErrorEventArgs.Handled
Indicates whether the host application has handled the error.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (em Microsoft.ReportViewer.WebForms.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.