[]
        
(Showing Draft Content)

C1.WPF.FlexReport.ReportErrorEventArgs

ReportErrorEventArgs Class

Provides data for ReportError event.

Inheritance
ReportErrorEventArgs
Namespace: C1.WPF.FlexReport
Assembly: C1.WPF.FlexReport.4.6.2.dll
Syntax
public class ReportErrorEventArgs : EventArgs

Fields

Name Description
Exception

Exception that caused the error.

Handled

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.

Page

The current page.