Udostępnij za pośrednictwem


Zdarzenie ReportViewer.ReportError

Occurs when an error is found in the report.

Przestrzeń nazw:  Microsoft.Reporting.WebForms
Zestaw:  Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)

Składnia

'Deklaracja
Public Event ReportError As ReportErrorEventHandler
public event ReportErrorEventHandler ReportError
public:
 event ReportErrorEventHandler^ ReportError {
    void add (ReportErrorEventHandler^ value);
    void remove (ReportErrorEventHandler^ value);
}
member ReportError : IEvent<ReportErrorEventHandler,
    ReportErrorEventArgs>
Język JScript nie obsługuje zdarzeń.

Uwagi

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 Używające zdarzeń.

Zobacz też

Informacje

ReportViewer Klasa

Przestrzeń nazw Microsoft.Reporting.WebForms