Occurs when the rendering is completed with an error.

Namespace:  PerpetuumSoft.Reporting.Components
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public event EventHandler<RenderingErrorEventArgs> RenderingError
Visual Basic (Declaration)
Public Event RenderingError As EventHandler(Of RenderingErrorEventArgs)
Visual C++
public:
virtual  event EventHandler<RenderingErrorEventArgs^>^ RenderingError {
	void add (EventHandler<RenderingErrorEventArgs^>^ value);
	void remove (EventHandler<RenderingErrorEventArgs^>^ value);
}

Implements

IReportSource..::.RenderingError

See Also