Called when the document has finished generating. Executes the DocumentEndedScript script. See remarks in OnDocumentStarting()()()() method for details and order of events.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
protected virtual void ExecuteDocumentEndedScript()
Visual Basic
Protected Overridable Sub ExecuteDocumentEndedScript

See Also