ActiveReports 12
HandleError Method (Viewer)

GrapeCity.ActiveReports.Viewer.Win.v12 Assembly > GrapeCity.ActiveReports.Viewer.Win 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