ActiveReports 13
HandleError Method (Viewer)

GrapeCity.ActiveReports.Viewer.Wpf Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : HandleError Method
The exception to report.
Reports about runtime error
Syntax
'Declaration
 
Public Sub HandleError( _
   ByVal ex As Exception _
) 
public void HandleError( 
   Exception ex
)

Parameters

ex
The exception to report.
See Also

Reference

Viewer Class
Viewer Members