Called when the document is starting to generate. Executes the DocumentStartingScript 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 ExecuteDocumentStartingScript()
Visual Basic
Protected Overridable Sub ExecuteDocumentStartingScript

See Also