RenderingCompleteEventArgs.Exception Property

 

Contains an Exception object if an exception has occurred.

Namespace:   Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Syntax

public Exception Exception { get; }
public:
property Exception^ Exception {
    Exception^ get();
}
member Exception : Exception with get
Public ReadOnly Property Exception As Exception

Property Value

Type: System.Exception

An Exception object if an exception has occurred during report rendering, or null if no exception has occurred.

See Also

RenderingCompleteEventArgs Class
Microsoft.Reporting.WinForms Namespace

Return to top