[]
Raises the ReportError event.
protected virtual bool OnReportError(int pageNo, Exception exception, bool fatal)
| 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 |
| Type | Description |
|---|---|
| bool | Returns false if report rendering should be stopped false otherwise. |