Occurs when rendering is canceled by the client.

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

Syntax

C#
event EventHandler CancelRender
Visual Basic (Declaration)
Event CancelRender As EventHandler
Visual C++
 event EventHandler^ CancelRender {
	void add (EventHandler^ value);
	void remove (EventHandler^ value);
}

See Also