Gets or sets a value that indicates whether the component should throw the Exception that was detected or whether it should ignore the error and continue rendering the report.

Namespace:  C1.C1Report
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public bool Handled
Visual Basic
Public Handled As Boolean

Remarks

This property is only used with the ReportError event.

See Also