ErrorNotifier.ProcessError(Exception) Method
Processes the occurred exceptions and allows you to display a user-friendly message in the Report Viewer’s UI.
Namespace: DevExpress.Blazor.Reporting.Services
Assembly: DevExpress.Blazor.v26.1.Viewer.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| ex | Exception | An exception. |
Implements
See Also