ExecutionStep Enumeration |
Step of the report execution when a task or script is processed
Namespace: Seal.ModelAssembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntaxpublic enum ExecutionStep
Members| Member name | Value | Description |
|---|
| BeforeModel | 0 |
Before the models generation
|
| BeforeRendering | 1 |
After the models generation, before the rendering
|
| AfterRendering | 2 |
After the rendering
|
| BeforeOutput | 3 |
Output execution: before the output execution
|
| AfterExecution | 4 |
After the execution
|
See Also