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#
event EventHandler<RenderingErrorEventArgs> RenderingError
Visual Basic (Declaration)
Event RenderingError As EventHandler(Of RenderingErrorEventArgs)
Visual C++
 event EventHandler<RenderingErrorEventArgs^>^ RenderingError {
	void add (EventHandler<RenderingErrorEventArgs^>^ value);
	void remove (EventHandler<RenderingErrorEventArgs^>^ value);
}

See Also