ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Viewer.Wpf Assembly / GrapeCity.ActiveReports.Viewer.Wpf Namespace / Viewer Class / HandleError Method
The exception to report.

In This Topic
    HandleError Method (Viewer)
    In This Topic
    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