Właściwość ReportErrorEventArgs.Handled —
Indicates whether the host application has handled the error.
Przestrzeń nazw: Microsoft.Reporting.WebForms
Zestaw: Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)
Składnia
'Deklaracja
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)
Wartość właściwości
Typ: Boolean
A Boolean value indicating whether the host application has handled the error. The default value is false.
Uwagi
Set this property to true to cause the ReportViewer control to ignore the error.