ReportExecutionContext Enumeration |
Context in which the report execution takes place
Namespace: Seal.ModelAssembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntaxpublic enum ReportExecutionContext
Members| Member name | Value | Description |
|---|
| DesignerReport | 0 |
Report executed from the Report Designer
|
| DesignerOutput | 1 |
Report output executed from the Report Designer
|
| TaskScheduler | 2 |
Report executed from the Task Scheduler
|
| WebReport | 3 |
Report executed from the Web Report Server
|
| WebOutput | 4 |
Report output executed from the Web Report Server
|
See Also