IErrorNotifier Members
Allows you to handle errors in the Blazor Report Viewer (theDxReportViewer component).
Methods
| Name | Description |
|---|---|
| ProcessError(Exception) | Processes the occurred exceptions and allows you to display a user-friendly message in the Report Viewer’s UI. |
Events
| Name | Description |
|---|---|
| OnErrorMessage | Occurs when the Report Viewer encounters an error. |
See Also