ReportViewer.ReportError Event
Visual Studio 2010
Occurs when an error is found in the report.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
This event is raised when an error occurs in the report. Information about this event is passed in a ReportErrorEventArgs object to the ReportErrorEventHandler delegate, which handles the event.
For more information about handling events, see Consuming Events.