Raises the RenderingError event.

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

Syntax

C#
void OnRenderingError(
	RenderingErrorEventArgs e
)
Visual Basic (Declaration)
Sub OnRenderingError ( _
	e As RenderingErrorEventArgs _
)
Visual C++
void OnRenderingError(
	RenderingErrorEventArgs^ e
)

See Also