FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / ReportErrorEventArgs Class / Handled Field

In This Topic
    Handled Field (ReportErrorEventArgs)
    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 Boolean
    public bool Handled
    See Also