ReportErrorEventArgs Class
Provides data for the ReportError event.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
Public NotInheritable Class ReportErrorEventArgs
Inherits EventArgs
'Usage
Dim instance As ReportErrorEventArgs
public sealed class ReportErrorEventArgs : EventArgs
public ref class ReportErrorEventArgs sealed : public EventArgs
public final class ReportErrorEventArgs extends EventArgs
public final class ReportErrorEventArgs extends EventArgs
Remarks
This is passed to the ReportErrorEventHandler when a ReportError occurs.
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.Reporting.WebForms.ReportErrorEventArgs
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
ReportErrorEventArgs Members
Microsoft.Reporting.WebForms Namespace