Click or drag to resize

ExecutionStep Enumeration

Step of the report execution when a task or script is processed

Namespace: Seal.Model
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public enum ExecutionStep
Members
Member nameValueDescription
BeforeModel0 Before the models generation
BeforeRendering1 After the models generation, before the rendering
AfterRendering2 After the rendering
BeforeOutput3 Output execution: before the output execution
AfterExecution4 After the execution
See Also