[]
        
(Showing Draft Content)

C1.Report.ReportErrorEventArgs

ReportErrorEventArgs Class

Provides data for ReportError event.

Inheritance
ReportErrorEventArgs
Namespace: C1.Report
Assembly: C1.FlexReport.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.