Partilhar via


Evento ReportViewer.ReportError

Ocorre quando um erro é encontrado no relatório.

Namespace:  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (em Microsoft.ReportViewer.WebForms.dll)

Sintaxe

'Declaração
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>
JScript não oferece suporte a eventos.

Comentários

Esse evento é gerado quando ocorre um erro no relatório.As informações sobre esse evento são passadas em um objeto ReportErrorEventArgs para o representante de ReportErrorEventHandler, que trata o evento.

Para obter mais informações sobre o tratamento de eventos, consulte Consumindo eventos.

Consulte também

Referência

ReportViewer Classe

Namespace Microsoft.Reporting.WebForms