Click or drag to resize

ReportExecutionContext Enumeration

Context in which the report execution takes place

Namespace: Seal.Model
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public enum ReportExecutionContext
Members
Member nameValueDescription
DesignerReport0 Report executed from the Report Designer
DesignerOutput1 Report output executed from the Report Designer
TaskScheduler2 Report executed from the Task Scheduler
WebReport3 Report executed from the Web Report Server
WebOutput4 Report output executed from the Web Report Server
See Also