ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / ReportEventArgs Class / Handled Field

In This Topic
    Handled Field
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public Handled As System.Boolean
    public System.bool Handled
    Remarks
    This property is only used with the ReportError event.
    See Also