ComponentOne Reports for WPF
C1.C1Report Namespace / ReportEventArgs Class / Handled Field

In This Topic
    Handled Field (ReportEventArgs)
    In This Topic
    Gets or sets a value that indicates whether the component should throw the ReportEventArgs.Exception that was detected or whether it should ignore the error and continue rendering the report.
    Syntax
    'Declaration
     
    Public Handled As Boolean
    public bool Handled
    Remarks
    This property is only used with the C1Report.ReportError event.
    See Also