[]
        
(Showing Draft Content)

C1.Report.FlexReport.OnReportError

OnReportError Method

OnReportError(int, Exception, bool)

Raises the ReportError event.

Declaration
protected virtual bool OnReportError(int pageNo, Exception exception, bool fatal)
Parameters
Type Name Description
int pageNo

The number of page (one-based) where error occurs.

Exception exception

The occured exception.

bool fatal

Indicates whether the component should throw the exception that was detected or whether it should ignore the error and continue rendering the report.

Returns
Type Description
bool

Returns false if report rendering should be stopped false otherwise.