Raises the ReportError event.

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Client
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0

Syntax

C#
protected virtual void OnReportError(
	ReportErrorEventArgs args
)
Visual Basic (Declaration)
Protected Overridable Sub OnReportError ( _
	args As ReportErrorEventArgs _
)
Visual C++
protected:
virtual void OnReportError(
	ReportErrorEventArgs^ args
)

Parameters

args
Type: PerpetuumSoft.ReportingServices.Viewer.Client..::.ReportErrorEventArgs
The ReportErrorEventArgs instance containing the event data.

See Also