Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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